Rename all ChangeLog files to ChangeLog-2011.

* ChangeLog: New file.
This commit is contained in:
Werner Koch 2011-12-02 19:42:56 +01:00
parent 43c7d1c7cc
commit 76b73caf91
21 changed files with 2427 additions and 2303 deletions

2257
ChangeLog

File diff suppressed because it is too large Load Diff

2256
ChangeLog-2011 Normal file

File diff suppressed because it is too large Load Diff

View File

@ -1,3 +1,10 @@
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.
2010-10-19 David Shaw <dshaw@jabberwocky.com> 2010-10-19 David Shaw <dshaw@jabberwocky.com>
* armor.test: Tweak the bug 1179 test to only run if Twofish is * armor.test: Tweak the bug 1179 test to only run if Twofish is
@ -77,7 +84,7 @@
* verify.test: More tests. * verify.test: More tests.
* multisig.test: Better error printing. * multisig.test: Better error printing.
(sig_1ls1ls_valid, sig_ls_valid): Moved to the non-valid group. (sig_1ls1ls_valid, sig_ls_valid): Moved to the non-valid group.
2006-02-14 Werner Koch <wk@gnupg.org> 2006-02-14 Werner Koch <wk@gnupg.org>
* verify.test: New. * verify.test: New.
@ -159,7 +166,7 @@
2002-05-10 Werner Koch <wk@gnupg.org> 2002-05-10 Werner Koch <wk@gnupg.org>
* Makefile.am: Add gpg_dearmor to all targets where it is used. * Makefile.am: Add gpg_dearmor to all targets where it is used.
Noted by Andreas Haumer. Noted by Andreas Haumer.
2002-04-19 Werner Koch <wk@gnupg.org> 2002-04-19 Werner Koch <wk@gnupg.org>
@ -187,7 +194,7 @@
2001-09-28 Werner Koch <wk@gnupg.org> 2001-09-28 Werner Koch <wk@gnupg.org>
* defs.inc: Write a log file for each test. * defs.inc: Write a log file for each test.
* run-gpg, run-gpgm, run-gpg.patterns: Removed. Replaced in all * run-gpg, run-gpgm, run-gpg.patterns: Removed. Replaced in all
tests by a simple macro from defs.inc. tests by a simple macro from defs.inc.
* Makefile.am (CLEANFILES): Remove log files. * Makefile.am (CLEANFILES): Remove log files.
@ -198,7 +205,7 @@
armencryptp.test, armencrypt.test, encryptp.test, seat.test, armencryptp.test, armencrypt.test, encryptp.test, seat.test,
encrypt-dsa.test, encrypt.test: Use --always-trust because the encrypt-dsa.test, encrypt.test: Use --always-trust because the
test are not designed to check the validity. test are not designed to check the validity.
2001-09-06 Werner Koch <wk@gnupg.org> 2001-09-06 Werner Koch <wk@gnupg.org>
* genkey1024.test: Simplified by using a parameter file. * genkey1024.test: Simplified by using a parameter file.
@ -226,7 +233,7 @@
2001-03-20 Werner Koch <wk@gnupg.org> 2001-03-20 Werner Koch <wk@gnupg.org>
* Makefile.am: Import the pubdemo.asc file * Makefile.am: Import the pubdemo.asc file
* sigs.test (hash_algo_list): s/tiger/tiger192/ * sigs.test (hash_algo_list): s/tiger/tiger192/
@ -325,5 +332,3 @@ Mon May 18 15:40:02 1998 Werner Koch (wk@isil.d.shuttle.de)
This file is distributed in the hope that it will be useful, but 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 WITHOUT ANY WARRANTY, to the extent permitted by law; without even the
implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

View File

@ -1,3 +1,10 @@
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-08-09 Werner Koch <wk@g10code.com> 2011-08-09 Werner Koch <wk@g10code.com>
* rijndael.c (u32_a_t): New. * rijndael.c (u32_a_t): New.
@ -13,7 +20,7 @@
2010-09-28 Steven M. Schweda <sms@antinode.info> (wk) 2010-09-28 Steven M. Schweda <sms@antinode.info> (wk)
Changes to help the VMS port. See Changes to help the VMS port. See
http://antinode.info/dec/sw/gnupg.html . http://antinode.info/dec/sw/gnupg.html .
* random.c [__VMS]: Include rmsdef.h and vms.h. * random.c [__VMS]: Include rmsdef.h and vms.h.
(LOCK_SEED_FILE) [__VMS]: Set to 0. (LOCK_SEED_FILE) [__VMS]: Set to 0.
@ -337,7 +344,7 @@
2002-11-06 David Shaw <dshaw@jabberwocky.com> 2002-11-06 David Shaw <dshaw@jabberwocky.com>
* rndw32.c [__CYGWIN32__]: Don't include winioctl.h - it is not * rndw32.c [__CYGWIN32__]: Don't include winioctl.h - it is not
required anymore. (From Werner) required anymore. (From Werner)
* random.c (read_seed_file,update_random_seed_file): Use binary * random.c (read_seed_file,update_random_seed_file): Use binary

View File

@ -1,3 +1,10 @@
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-02-23 Werner Koch <wk@g10code.com> 2011-02-23 Werner Koch <wk@g10code.com>
* gpg-zip.1: Update by taking a built copy from master. * gpg-zip.1: Update by taking a built copy from master.
@ -942,7 +949,7 @@
2002-01-25 Timo Schulz <ts@winpt.org> 2002-01-25 Timo Schulz <ts@winpt.org>
* README.W32: Modify the filename because now the .exe extension * README.W32: Modify the filename because now the .exe extension
is automatically added to the binary. is automatically added to the binary.
2002-01-14 Werner Koch <wk@gnupg.org> 2002-01-14 Werner Koch <wk@gnupg.org>

View File

@ -1,3 +1,10 @@
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.
2001-09-10 Gilbert Fernandes <gilbertf@posse-press.com> 2001-09-10 Gilbert Fernandes <gilbertf@posse-press.com>
* Traduction en français des documents doc/* * Traduction en français des documents doc/*
@ -13,5 +20,3 @@ se trouve conservée dans le document.
This file is distributed in the hope that it will be useful, but 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 WITHOUT ANY WARRANTY, to the extent permitted by law; without even the
implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

View File

@ -1,9 +0,0 @@
Tue Sep 7 16:18:03 1999 Werner Koch (wk@gnupg.org)
* Makefile.am: Ugly workarounds to do a VPATH build.
Fri Sep 3 13:24:45 1999 Werner Koch (wk@gnupg.org)
* Makefile.am: New

14
doc/gph/ChangeLog-2011 Normal file
View File

@ -0,0 +1,14 @@
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.
Tue Sep 7 16:18:03 1999 Werner Koch (wk@gnupg.org)
* Makefile.am: Ugly workarounds to do a VPATH build.
Fri Sep 3 13:24:45 1999 Werner Koch (wk@gnupg.org)
* Makefile.am: New

View File

@ -1,3 +1,10 @@
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-09-12 Werner Koch <wk@g10code.com> 2011-09-12 Werner Koch <wk@g10code.com>
* gpg.c [__VMS]: Include vms.h. * gpg.c [__VMS]: Include vms.h.
@ -6521,7 +6528,7 @@
* tdbio.c (MY_O_BINARY): Need binary mode with Cygwin. From * tdbio.c (MY_O_BINARY): Need binary mode with Cygwin. From
Werner on stable branch. 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. the registry. From Werner on stable branch.
* keyedit.c (show_key_with_all_names_colon): Make --with-colons * keyedit.c (show_key_with_all_names_colon): Make --with-colons
@ -9982,7 +9989,7 @@
(pk_from_block): Removed the namehash arg and changed all callers. (pk_from_block): Removed the namehash arg and changed all callers.
(merge_selfsigs): Copy prefs to all keys. (merge_selfsigs): Copy prefs to all keys.
* trustdb.c (get_pref_data): Removed. * trustdb.c (get_pref_data): Removed.
(is_algo_in_prefs): Removed. (is_algo_in_prefs): Removed.
(make_pref_record): Deleted and removed all class. (make_pref_record): Deleted and removed all class.
* pkclist.c (select_algo_from_prefs): Adjusted for the new * pkclist.c (select_algo_from_prefs): Adjusted for the new
preference implementation. preference implementation.

View File

@ -1,3 +1,10 @@
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.
2010-09-28 Werner Koch <wk@g10code.com> 2010-09-28 Werner Koch <wk@g10code.com>
* ttyio.h (ttyfp_is, init_ttyfp) [__VMS]: New. * ttyio.h (ttyfp_is, init_ttyfp) [__VMS]: New.
@ -167,7 +174,7 @@
* errors.h: Add w32_strerror prototype. * errors.h: Add w32_strerror prototype.
* dynload.h: Use w32_strerror. * dynload.h: Use w32_strerror.
2004-10-27 Werner Koch <wk@g10code.com> 2004-10-27 Werner Koch <wk@g10code.com>
* dynload.h: Always use it for _WIN32. * dynload.h: Always use it for _WIN32.
@ -250,7 +257,7 @@
2003-10-04 Timo Schulz <twoaday@freakmail.de> 2003-10-04 Timo Schulz <twoaday@freakmail.de>
* dynload [WIN32] (dlclose): Do not use CloseHandle but FreeLibrary. * dynload [WIN32] (dlclose): Do not use CloseHandle but FreeLibrary.
2003-09-29 Werner Koch <wk@gnupg.org> 2003-09-29 Werner Koch <wk@gnupg.org>
* cipher.h (PUBKEY_USAGE_AUTH): New. * cipher.h (PUBKEY_USAGE_AUTH): New.
@ -259,7 +266,7 @@
* util.h [WIN32]: Prototype for asprintf. * util.h [WIN32]: Prototype for asprintf.
* dynload.h [WIN32]: Define RTLD_LAZY. * dynload.h [WIN32]: Define RTLD_LAZY.
2003-09-28 Werner Koch <wk@gnupg.org> 2003-09-28 Werner Koch <wk@gnupg.org>
* util.h: Add the atoi_* and xtoi_* suite of macros from 1.9. * util.h: Add the atoi_* and xtoi_* suite of macros from 1.9.
@ -446,7 +453,7 @@
* KEYSERVER_SCHEME_NOT_FOUND should be 127 to match the POSIX * KEYSERVER_SCHEME_NOT_FOUND should be 127 to match the POSIX
system() (via /bin/sh) way of signaling this. system() (via /bin/sh) way of signaling this.
* Added G10ERR_KEYSERVER * Added G10ERR_KEYSERVER
2001-12-27 Werner Koch <wk@gnupg.org> 2001-12-27 Werner Koch <wk@gnupg.org>
@ -476,7 +483,7 @@
2001-08-24 Werner Koch <wk@gnupg.org> 2001-08-24 Werner Koch <wk@gnupg.org>
* cipher.h (md_write): Made buf arg const. * cipher.h (md_write): Made buf arg const.
2001-08-20 Werner Koch <wk@gnupg.org> 2001-08-20 Werner Koch <wk@gnupg.org>
@ -486,7 +493,7 @@
never use __attribute__. never use __attribute__.
* cipher.h, iobuf.h, memory.h, mpi.h [__riscos__]: extern hack. * cipher.h, iobuf.h, memory.h, mpi.h [__riscos__]: extern hack.
* i18n.h [__riscos__]: Use another include file * i18n.h [__riscos__]: Use another include file
2001-05-30 Werner Koch <wk@gnupg.org> 2001-05-30 Werner Koch <wk@gnupg.org>
* ttyio.h (tty_printf): Add missing parenthesis for non gcc. * ttyio.h (tty_printf): Add missing parenthesis for non gcc.

View File

@ -1,4 +0,0 @@
2006-11-27 GNU <bug-gnu-gettext@gnu.org>
* Version 0.16.1 released.

10
intl/ChangeLog-2011 Normal file
View File

@ -0,0 +1,10 @@
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.
2006-11-27 GNU <bug-gnu-gettext@gnu.org>
* Version 0.16.1 released.

View File

@ -1,3 +1,10 @@
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-08-09 Werner Koch <wk@g10code.com> 2011-08-09 Werner Koch <wk@g10code.com>
* gpgkeys_hkp.c (srv_replace): Remove unused var. * gpgkeys_hkp.c (srv_replace): Remove unused var.

View File

@ -1,3 +1,10 @@
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-08-09 Werner Koch <wk@g10code.com> 2011-08-09 Werner Koch <wk@g10code.com>
* libcurl.m4: s/ifelse/m4_if/. * libcurl.m4: s/ifelse/m4_if/.
@ -253,4 +260,3 @@
* uintmax_t.m4: New file, from gettext-0.12.1. * uintmax_t.m4: New file, from gettext-0.12.1.
* ulonglong.m4: New file, from gettext-0.12.1. * ulonglong.m4: New file, from gettext-0.12.1.
* Makefile.am: New file. * Makefile.am: New file.

View File

@ -1,3 +1,10 @@
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-08-09 Werner Koch <wk@g10code.com> 2011-08-09 Werner Koch <wk@g10code.com>
* mpicoder.c (mpi_fromstr): Remove unused var. * mpicoder.c (mpi_fromstr): Remove unused var.

View File

@ -1,3 +1,10 @@
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.
2010-10-18 Jedi Lin <Jedi@Jedi.org> (wk) 2010-10-18 Jedi Lin <Jedi@Jedi.org> (wk)
* zh_TW.po: Update [not in 1.4.11] * zh_TW.po: Update [not in 1.4.11]
@ -253,7 +260,7 @@
one removed one printf specifier. one removed one printf specifier.
Fixed fuzzy entries due to the change of (y/N) to (Y/n) in most files. Fixed fuzzy entries due to the change of (y/N) to (Y/n) in most files.
2002-04-25 gettextize <bug-gnu-utils@gnu.org> 2002-04-25 gettextize <bug-gnu-utils@gnu.org>
* Makefile.in.in: Upgrade to gettext-0.10.40. * Makefile.in.in: Upgrade to gettext-0.10.40.
@ -276,7 +283,7 @@
2002-04-09 Werner Koch <wk@gnupg.org> 2002-04-09 Werner Koch <wk@gnupg.org>
* pt_BR.po: Updated the info entry * pt_BR.po: Updated the info entry
* es.po: Fixed a c-format problem; for unknown reasons msgfmt -c * es.po: Fixed a c-format problem; for unknown reasons msgfmt -c
can't cope with swapped arguments. can't cope with swapped arguments.
@ -294,7 +301,7 @@
* cs.po: New. Fixed for format string mismatches. * cs.po: New. Fixed for format string mismatches.
* el.po, gl.po: New from TP. * el.po, gl.po: New from TP.
2002-04-06 Werner Koch <wk@gnupg.org> 2002-04-06 Werner Koch <wk@gnupg.org>
* fr.po: Updated. * fr.po: Updated.
@ -344,7 +351,7 @@
2001-05-28 Werner Koch <wk@gnupg.org> 2001-05-28 Werner Koch <wk@gnupg.org>
* ru.po: Removed - too many format string bugs. * ru.po: Removed - too many format string bugs.
2001-05-27 gettextize <bug-gnu-utils@gnu.org> 2001-05-27 gettextize <bug-gnu-utils@gnu.org>
@ -354,7 +361,7 @@
2001-05-27 Werner Koch <wk@gnupg.org> 2001-05-27 Werner Koch <wk@gnupg.org>
* tr.po: New copy from the TP Robot. * tr.po: New copy from the TP Robot.
* da.po, de.po, eo.po, es_ES.po, et.po, id.po, ja.po, nl.po, * da.po, de.po, eo.po, es_ES.po, et.po, id.po, ja.po, nl.po,
pt_BR.po, sv.po: Fixes to format string errors by Kurt Garloff. pt_BR.po, sv.po: Fixes to format string errors by Kurt Garloff.
It is not cleare whether they are all correct but at least they It is not cleare whether they are all correct but at least they
@ -362,7 +369,7 @@
* ru.po: Fixed the header entry. * ru.po: Fixed the header entry.
Fixed some fuzzy entries in all files. Fixed some fuzzy entries in all files.
2001-05-06 Werner Koch <wk@gnupg.org> 2001-05-06 Werner Koch <wk@gnupg.org>
* id.po: Updated * id.po: Updated
@ -397,11 +404,11 @@
2001-04-06 Werner Koch <wk@gnupg.org> 2001-04-06 Werner Koch <wk@gnupg.org>
* tr.po: New. * tr.po: New.
2001-03-18 Werner Koch <wk@gnupg.org> 2001-03-18 Werner Koch <wk@gnupg.org>
* de.po, de.glo: Updated. * de.po, de.glo: Updated.
2001-02-22 Werner Koch <wk@gnupg.org> 2001-02-22 Werner Koch <wk@gnupg.org>
@ -730,5 +737,3 @@ Fri Mar 13 09:43:19 1998 Werner Koch (wk@isil.d.shuttle.de)
This file is distributed in the hope that it will be useful, but 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 WITHOUT ANY WARRANTY, to the extent permitted by law; without even the
implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

View File

@ -1,3 +1,10 @@
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-02-23 Werner Koch <wk@g10code.com> 2011-02-23 Werner Koch <wk@g10code.com>
* autogen.sh: Add git setup checking. * autogen.sh: Add git setup checking.

View File

@ -1,3 +1,10 @@
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.
2002-12-04 Werner Koch <wk@gnupg.org> 2002-12-04 Werner Koch <wk@gnupg.org>
* inittests (gpgsm.conf): Fake system time. * inittests (gpgsm.conf): Fake system time.
@ -39,7 +46,7 @@
* Makefile.am: Fixes for make dist. * Makefile.am: Fixes for make dist.
* samplekets/Makefile.am: New. * samplekets/Makefile.am: New.
2002-08-08 Werner Koch <wk@gnupg.org> 2002-08-08 Werner Koch <wk@gnupg.org>
* asschk.c: Added some new features. * asschk.c: Added some new features.
@ -54,7 +61,7 @@
* Makefile.am, asschk.c: New. * Makefile.am, asschk.c: New.
Copyright 2002 Free Software Foundation, Inc. Copyright 2002 Free Software Foundation, Inc.
This file is free software; as a special exception the author gives This file is free software; as a special exception the author gives
@ -64,5 +71,3 @@
This file is distributed in the hope that it will be useful, but 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 WITHOUT ANY WARRANTY, to the extent permitted by law; without even the
implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

View File

@ -1,3 +1,10 @@
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.
2010-05-12 Werner Koch <wk@g10code.com> 2010-05-12 Werner Koch <wk@g10code.com>
* mk-tdata.c (main): Add option --seq. * mk-tdata.c (main): Add option --seq.
@ -242,5 +249,3 @@ Tue Apr 7 19:50:41 1998 Werner Koch (wk@isil.d.shuttle.de)
This file is distributed in the hope that it will be useful, but 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 WITHOUT ANY WARRANTY, to the extent permitted by law; without even the
implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

View File

@ -1,3 +1,10 @@
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-09-12 Werner Koch <wk@g10code.com> 2011-09-12 Werner Koch <wk@g10code.com>
* ttyio.c (init_ttyfp): Avoid endless loop due to a failed opening * ttyio.c (init_ttyfp): Avoid endless loop due to a failed opening
@ -18,7 +25,7 @@
2010-09-28 Steven M. Schweda <sms@antinode.info> (wk) 2010-09-28 Steven M. Schweda <sms@antinode.info> (wk)
Changes to help the VMS port. See Changes to help the VMS port. See
http://antinode.info/dec/sw/gnupg.html . http://antinode.info/dec/sw/gnupg.html .
* cert.c [__VMS]: Include cert_vms.h. * cert.c [__VMS]: Include cert_vms.h.
* ttyio.c [__VMS]: Include vms.h. * ttyio.c [__VMS]: Include vms.h.
@ -1052,7 +1059,7 @@
2002-04-23 David Shaw <dshaw@jabberwocky.com> 2002-04-23 David Shaw <dshaw@jabberwocky.com>
* miscutil.c: New function answer_is_yes_no_default() to give a * miscutil.c: New function answer_is_yes_no_default() to give a
default answer. default answer.
2002-04-22 Stefan Bellon <sbellon@sbellon.de> 2002-04-22 Stefan Bellon <sbellon@sbellon.de>
@ -1175,7 +1182,7 @@
* http.c (send_request): Use macros for the env-var name. * http.c (send_request): Use macros for the env-var name.
* logger.c [__riscos__]: Do an fflush at the end of each log * logger.c [__riscos__]: Do an fflush at the end of each log
function. function.
* memory.c [__riscos__]: Minor patches * memory.c [__riscos__]: Minor patches
* riscos.c (set_filetype): New. * riscos.c (set_filetype): New.
* secmem.c (lock_pool): Under HPUX mlock is broken but we might * secmem.c (lock_pool): Under HPUX mlock is broken but we might
@ -1924,5 +1931,3 @@ Fri Feb 13 15:14:13 1998 Werner Koch (wk@isil.d.shuttle.de)
This file is distributed in the hope that it will be useful, but 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 WITHOUT ANY WARRANTY, to the extent permitted by law; without even the
implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

View File

@ -1,6 +1,13 @@
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.
2002-03-12 Werner Koch <wk@gnupg.org> 2002-03-12 Werner Koch <wk@gnupg.org>
Merged changes from zlib 1.1.4. Merged changes from zlib 1.1.4.
Sat Feb 13 12:04:43 CET 1999 Werner Koch <wk@isil.d.shuttle.de> Sat Feb 13 12:04:43 CET 1999 Werner Koch <wk@isil.d.shuttle.de>
@ -501,5 +508,3 @@ Changes in 0.3:
- use Z_FINISH instead of deflateEnd to finish compression. - use Z_FINISH instead of deflateEnd to finish compression.
- added Z_HUFFMAN_ONLY - added Z_HUFFMAN_ONLY
- added gzerror() - added gzerror()