diff options
author | Daniel Stenberg <daniel@haxx.se> | 2015-08-06 15:28:27 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2015-08-06 15:28:27 +0200 |
commit | 8279dd7d3975fe9aaeabcf9a79ad117c1cfdfef8 (patch) | |
tree | 626fb7a170bbeb1512376b7a25ea84a7afeeb46f /CHANGES | |
parent | fe6049f04bf7eb0481ba030c0e78aae5cfd0209f (diff) | |
download | curl-8279dd7d3975fe9aaeabcf9a79ad117c1cfdfef8.tar.gz |
CHANGES: refer to the online changelog
Suggested-by: mc0e
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 14 |
1 files changed, 3 insertions, 11 deletions
@@ -1,15 +1,7 @@ - _ _ ____ _ - ___| | | | _ \| | - / __| | | | |_) | | - | (__| |_| | _ <| |___ - \___|\___/|_| \_\_____| +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. - Changelog - -This file no longer holds the changelog. Now you can generate it yourself -like this: +Generate a CHANGES file like the one present in evey release like this: $ git log --pretty=fuller --no-color --date=short --decorate=full | \ ./log2changes.pl - -The older, manually edited, changelog is found in git named CHANGES.0 |