mirror of
https://github.com/curl/curl.git
synced 2026-04-15 10:01:41 +03:00
CHANGES is no longer used for manually edited content. It is to be generated automatically by maketgz when we make release tarballs.
15 lines
543 B
Text
15 lines
543 B
Text
_ _ ____ _
|
|
___| | | | _ \| |
|
|
/ __| | | | |_) | |
|
|
| (__| |_| | _ <| |___
|
|
\___|\___/|_| \_\_____|
|
|
|
|
Changelog
|
|
|
|
This file no longer holds the changelog. Now you can generate it yourself
|
|
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
|