1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-03 22:56:33 +02:00

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.
* scripts/git-hooks/commit-msg: New script.
* autogen.sh: Install commit-msg hook for git.
* 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.
This commit is contained in:
Werner Koch 2011-12-02 19:28:02 +01:00
parent 0137097fbb
commit 28c6cef128
41 changed files with 2014 additions and 1334 deletions

52
scripts/ChangeLog-2011 Normal file
View file

@ -0,0 +1,52 @@
2011-12-02 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-22 Werner Koch <wk@g10code.com>
* config.sub, config.guess: Update to version 2011-06-03.
2011-01-11 Werner Koch <wk@g10code.com>
* config.guess, config.sub: Update to version 2010-09-24.
2009-12-21 Werner Koch <wk@g10code.com>
* config.guess, config.sub: Update to version 2009-06-11.
2007-12-14 Werner Koch <wk@g10code.com>
* config.guess, config.sub: Update to version 2007-11-19.
2007-07-04 Werner Koch <wk@g10code.com>
Switched to GPLv3+.
* config.sub, config.guess: Updated from current Savannah
upstream. Changed to GPLv3+.
2007-05-04 Werner Koch <wk@g10code.com>
* texinfo.tex: Updated from gnulib.
2007-04-04 Werner Koch <wk@g10code.com>
* mail-to-translators: Copied from 1.4 and adjusted.
2004-09-30 Werner Koch <wk@g10code.com>
* config.guess, config.sub: Updated.
Copyright 2004, 2007 Free Software Foundation, Inc.
This file is free software; as a special exception the author gives
unlimited permission to copy and/or distribute it, with or without
modifications, as long as this notice is preserved.
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.