Home | History | Annotate | Download | only in curl
      1 See https://curl.haxx.se/changes.html for the edited and human readable online
      2 version of what has changed over the years in different curl releases.
      3 
      4 Generate 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