2015-08-06 16:28:27 +03:00
|
|
|
See http://curl.haxx.se/changes.html for the edited and human readable online
|
|
|
|
version of what has changed over the years in different curl releases.
|
1999-12-29 17:20:26 +03:00
|
|
|
|
2015-08-06 16:28:27 +03:00
|
|
|
Generate a CHANGES file like the one present in evey release like this:
|
2010-06-17 19:07:15 +04:00
|
|
|
|
2010-06-22 00:27:39 +04:00
|
|
|
$ git log --pretty=fuller --no-color --date=short --decorate=full | \
|
|
|
|
./log2changes.pl
|