summaryrefslogtreecommitdiff
path: root/cipher
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2011-12-01 14:20:31 +0100
committerWerner Koch <wk@gnupg.org>2011-12-01 14:20:31 +0100
commit137d73191c904926ba529376144ee8239af4ca02 (patch)
treea6b88025bcaede620ef8d1f4e4fae8ae81744ec7 /cipher
parent5a1b2784cc1a718fd44d551b7ec018ef4614ce30 (diff)
downloadlibgcrypt-137d73191c904926ba529376144ee8239af4ca02.tar.gz
Generate the ChangeLog from commit logs.
* scripts/gitlog-to-changelog: New script. Taken from gnulib. * scripts/git-log-fix: New file. * scripts/git-log-footer: New file. * doc/HACKING: Describe the ChangeLog policy * ChangeLog: New file. * Makefile.am (EXTRA_DIST): Add new files. (gen-ChangeLog): New. (dist-hook): Run gen-ChangeLog. Rename all ChangeLog files to ChangeLog-2011.
Diffstat (limited to 'cipher')
-rw-r--r--cipher/ChangeLog-2011 (renamed from cipher/ChangeLog)13
1 files changed, 12 insertions, 1 deletions
diff --git a/cipher/ChangeLog b/cipher/ChangeLog-2011
index 18eb9d64..1ce6bd1e 100644
--- a/cipher/ChangeLog
+++ b/cipher/ChangeLog-2011
@@ -1,3 +1,10 @@
+2011-12-01 Werner Koch <wk@g10code.com>
+
+ 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-09-16 Werner Koch <wk@g10code.com>
* primegen.c (_gcry_primegen_init): New.
@@ -3452,7 +3459,7 @@
2000-12-19 Werner Koch <wk@gnupg.org>
- Major change:
+ Major change:
Removed all GnuPG stuff and renamed this piece of software
to gcrypt.
@@ -4266,3 +4273,7 @@ Mon Feb 16 10:08:47 1998 Werner Koch (wk@isil.d.shuttle.de)
This file is distributed in the hope that it will be useful, but
WITHOUT ANY WARRANTY, to the extent permitted by law; without even the
implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+
+Local Variables:
+buffer-read-only: t
+End: