mirror of
https://frontier.innolan.net/rainlance/c-ares.git
synced 2025-10-05 14:09:32 +00:00
The CHANGES file is now generated automatically with 'git2changes.pl', invoked by the maketgz script which is used to build release archives. The former human edited CHANGES file was renamed to CHANGES.0 in git.
8 lines
252 B
Plaintext
8 lines
252 B
Plaintext
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 -1000 |
|
|
./git2changes.pl
|
|
|
|
The older, manually edited, changelog is found in git named CHANGES.0
|