diff options
author | Werner Koch <[email protected]> | 2011-12-01 21:53:03 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2011-12-01 21:53:03 +0000 |
commit | 165a57d29d2ac84159aa48b171b6098c629bc798 (patch) | |
tree | ab27496fa66267a528333e2bb8f99077d57b0601 /tests | |
parent | accept --with-libgpg-error-prefix as well as --with-gpg-error-prefix (diff) | |
download | libassuan-165a57d29d2ac84159aa48b171b6098c629bc798.tar.gz libassuan-165a57d29d2ac84159aa48b171b6098c629bc798.zip |
Generate the ChangeLog from commit logs.
* build-aux/gitlog-to-changelog: New script. Taken from gnulib.
* build-aux/git-log-fix: New file.
* build-aux/git-log-footer: New file.
* doc/HACKING: New file.
* ChangeLog: New file.
* Makefile.am (EXTRA_DIST): Add new files.
(gen-ChangeLog): New.
(dist-hook): Run gen-ChangeLog.
* autogen.sh: Install commit-msg hook for git.
Rename all ChangeLog files to ChangeLog-2011.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/ChangeLog-2011 (renamed from tests/ChangeLog) | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/ChangeLog b/tests/ChangeLog-2011 index 8d402ad..e2a3a63 100644 --- a/tests/ChangeLog +++ b/tests/ChangeLog-2011 @@ -1,3 +1,10 @@ +2011-12-01 Werner Koch <[email protected]> + + NB: ChangeLog files are no longer manually maintained. Starting + on December 1st, 2011 we put change information only in the GIT + commit log, and generate a top-level ChangeLog file from logs at + "make dist". See doc/HACKING for details. + 2011-03-28 Werner Koch <[email protected]> * ce-server.c: Include sys/select.h if needed. Fixes bug#1328. |