mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +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. * 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:
parent
2c5d021912
commit
2336b09779
44 changed files with 2102 additions and 1440 deletions
|
@ -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-11-30 Werner Koch <wk@g10code.com>
|
||||
|
||||
* keyserver.c (keyserver_import_cert): Adjust for changed
|
||||
|
@ -2398,8 +2405,8 @@
|
|||
* status.h (STATUS_ERROR): New status code.
|
||||
* status.c (get_status_string): Ditto.
|
||||
* mainproc.c (proc_plaintext): Emit it if multiple messages are
|
||||
detected. Error out if more than one plaintext packet is
|
||||
encountered.
|
||||
detected. Error out if more than one plaintext packet is
|
||||
encountered.
|
||||
* mainproc.c (literals_seen): New.
|
||||
|
||||
2007-02-26 Werner Koch <wk@g10code.com>
|
||||
|
@ -2735,7 +2742,7 @@
|
|||
|
||||
2006-09-14 Werner Koch <wk@g10code.com>
|
||||
|
||||
Replaced all call gpg_error_from_errno(errno) by
|
||||
Replaced all call gpg_error_from_errno(errno) by
|
||||
gpg_error_from_syserror().
|
||||
|
||||
2006-09-13 Werner Koch <wk@g10code.com>
|
||||
|
@ -4804,7 +4811,7 @@
|
|||
* tdbio.c (MY_O_BINARY): Need binary mode with Cygwin. From
|
||||
Werner on stable branch.
|
||||
|
||||
* g10.c, gpgv.c (main) [__CYGWIN32__]: Don't get the homedir from
|
||||
* g10.c, gpgv.c (main) [__CYGWIN32__]: Don't get the homedir from
|
||||
the registry. From Werner on stable branch.
|
||||
|
||||
* keyedit.c (show_key_with_all_names_colon): Make --with-colons
|
||||
|
@ -8265,7 +8272,7 @@
|
|||
(pk_from_block): Removed the namehash arg and changed all callers.
|
||||
(merge_selfsigs): Copy prefs to all keys.
|
||||
* trustdb.c (get_pref_data): Removed.
|
||||
(is_algo_in_prefs): Removed.
|
||||
(is_algo_in_prefs): Removed.
|
||||
(make_pref_record): Deleted and removed all class.
|
||||
* pkclist.c (select_algo_from_prefs): Adjusted for the new
|
||||
preference implementation.
|
||||
|
@ -12053,3 +12060,7 @@ Thu Feb 12 22:24:42 1998 Werner Koch (wk@frodo)
|
|||
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:
|
|
@ -18,7 +18,7 @@
|
|||
|
||||
## Process this file with automake to produce Makefile.in
|
||||
|
||||
EXTRA_DIST = options.skel
|
||||
EXTRA_DIST = options.skel ChangeLog-2011
|
||||
|
||||
AM_CPPFLAGS = -I$(top_srcdir)/gl -I$(top_srcdir)/common \
|
||||
-I$(top_srcdir)/include -I$(top_srcdir)/intl
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue