diff options
Diffstat (limited to 'src/c-ares/CHANGES')
-rw-r--r-- | src/c-ares/CHANGES | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/c-ares/CHANGES b/src/c-ares/CHANGES new file mode 100644 index 000000000..f1426fda7 --- /dev/null +++ b/src/c-ares/CHANGES @@ -0,0 +1,7 @@ +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 |