diff options
author | Werner Koch <[email protected]> | 2011-12-02 10:32:31 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2011-12-02 10:36:37 +0000 |
commit | a4c4ee1aaea4359432bdf60dd572f549ef8dee83 (patch) | |
tree | 479a4c6baca2d581bfbd5f195d80b7255fd5ad38 /tests/ChangeLog-2011 | |
parent | Remove support for libgpgme-pth. (diff) | |
download | gpgme-a4c4ee1aaea4359432bdf60dd572f549ef8dee83.tar.gz gpgme-a4c4ee1aaea4359432bdf60dd572f549ef8dee83.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.
* build-aux/git-hook/commit-msg: New script.
* 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 '')
-rw-r--r-- | tests/ChangeLog-2011 (renamed from tests/ChangeLog) | 26 |
1 files changed, 17 insertions, 9 deletions
diff --git a/tests/ChangeLog b/tests/ChangeLog-2011 index 9c954896..596c2df3 100644 --- a/tests/ChangeLog +++ b/tests/ChangeLog-2011 @@ -1,3 +1,10 @@ +2011-12-02 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-05-11 Marcus Brinkmann <[email protected]> * gpgsm/Makefile.am (DISTCLEANFILES): Move to ... @@ -293,7 +300,7 @@ 2004-08-17 Marcus Brinkmann <[email protected]> * gpgsm/t-keylist.c (struct): Add new fields VALIDITY and - KEY_LENGTH. + KEY_LENGTH. (main): Use them. * gpgsm/t-import.c (check_result): New argument total_stat. (main): Pass this argument. Reduce number of total considered @@ -320,11 +327,11 @@ Include config.h at the top of each C source. This is required due to LFS support. - + * gpg/t-keylist-sig.c (main): s/class/sig_class/. * gpg/t-signers.c (check_result): Ditto. * gpg/t-sign.c (check_result): Ditto. - * gpg/t-encrypt-sign.c (check_result): Ditto. + * gpg/t-encrypt-sign.c (check_result): Ditto. * gpgsm/t-sign.c (check_result): Ditto. 2004-01-12 Werner Koch <[email protected]> @@ -443,7 +450,7 @@ * gpg/t-export.c (main): Likewise. * gpgsm/t-encrypt.c (main): Likewise. * gpgsm/t-export.c (main): Likewise. - + 2003-05-27 Marcus Brinkmann <[email protected]> * gpg/Makefile.am (TESTS): Order t-keylist and t-keylist-sig after @@ -546,7 +553,7 @@ * gpg/t-eventloop.c (main): Likewise. * gpg/t-encrypt-sign.c (main): Likewise. * gpgsm/t-encrypt.c (main): Likewise. - + 2002-12-24 Marcus Brinkmann <[email protected]> * gpgsm/t-verify.c (main): Adjust caller of gpgme_op_verify. @@ -602,7 +609,7 @@ * gpg/t-keylist.c (main): Test PATTERN for NULL before printing. Reported by Dr. Stefan Dalibor <[email protected]>. - + 2002-08-01 Marcus Brinkmann <[email protected]> * gpg/t-edit.c: Also add a test for the expire command (testing @@ -898,11 +905,11 @@ 2001-09-17 Werner Koch <[email protected]> - * t-keylist.c (check_two_contexts): New. + * t-keylist.c (check_two_contexts): New. 2001-09-03 Werner Koch <[email protected]> - * t-encrypt.c (print_op_info): New and use it after each operation.. + * t-encrypt.c (print_op_info): New and use it after each operation. 2001-08-28 Werner Koch <[email protected]> @@ -922,7 +929,8 @@ * tests/t-verify.c (print_sig_stat): Print info about the keys. - Copyright 2001, 2004 g10 Code GmbH + Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, + 2011 g10 Code GmbH This file is free software; as a special exception the author gives unlimited permission to copy and/or distribute it, with or without |