1See https://curl.haxx.se/changes.html for the edited and human readable online 2version of what has changed over the years in different curl releases. 3 4Generate a CHANGES file like the one present in evey release like this: 5 6$ git log --pretty=fuller --no-color --date=short --decorate=full | \ 7 ./log2changes.pl 8