summaryrefslogtreecommitdiff
path: root/random
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 /random
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 'random')
-rw-r--r--random/ChangeLog-2011 (renamed from random/ChangeLog)11
1 files changed, 11 insertions, 0 deletions
diff --git a/random/ChangeLog b/random/ChangeLog-2011
index b7a0d5a1..cd45c3d6 100644
--- a/random/ChangeLog
+++ b/random/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-08 Werner Koch <wk@g10code.com>
* rndlinux.c (_gcry_rndlinux_gather_random): Don't use select if
@@ -178,3 +185,7 @@
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: