summaryrefslogtreecommitdiff
path: root/mpi
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 /mpi
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 'mpi')
-rw-r--r--mpi/ChangeLog-2011 (renamed from mpi/ChangeLog)13
1 files changed, 12 insertions, 1 deletions
diff --git a/mpi/ChangeLog b/mpi/ChangeLog-2011
index 4b7b8cf7..1e078721 100644
--- a/mpi/ChangeLog
+++ b/mpi/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-07-04 Werner Koch <wk@g10code.com>
* longlong.h (add_ssaaaa) [__arm__]: Do no use asm if thumb code
@@ -486,7 +493,7 @@
* mpi-internal.h: Put limb_t definition in an ifdef.
- Major change:
+ Major change:
Removed all GnuPG stuff and renamed this piece of software
to gcrypt.
@@ -818,3 +825,7 @@ Mon Feb 16 13:00:27 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: