From e3b897b52d51787be3d1d9285b2001b609190b58 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Tue, 29 May 2001 06:58:58 +0000 Subject: About to release 1.0.6 --- ChangeLog | 4 ++++ NEWS | 9 ++++++--- THANKS | 1 + VERSION | 2 +- g10/ChangeLog | 5 +++++ g10/keygen.c | 3 +++ 6 files changed, 20 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 05ea54e5f..e721bdff5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2001-05-29 Werner Koch + + Released version 1.0.6. + 2001-05-28 Werner Koch * configure.in (BUILD_INCLUDED_LIBINTL): Set to no for W32. diff --git a/NEWS b/NEWS index 59bd60bad..914eda306 100644 --- a/NEWS +++ b/NEWS @@ -1,10 +1,13 @@ -Noteworthy changes in version ... +Noteworthy changes in version 1.0.6 (2001-05-29) ------------------------------------------------ * Security fix for a format string bug in the tty code. - * Fixed format string bugs in all po files. Removed Russian - translation due to too many bugs. + * Fixed format string bugs in all PO files. + + * Removed Russian translation due to too many bugs. The FTP + server has an unofficial but better translation in the contrib + directory. * Fixed expire time calculation and keyserver access. diff --git a/THANKS b/THANKS index 882cff25e..e1dca3c02 100644 --- a/THANKS +++ b/THANKS @@ -12,6 +12,7 @@ Ariel T Glenn ariel@columbia.edu Bodo Moeller Bodo_Moeller@public.uni-hamburg.de Brendan O'Dea bod@debian.org Brenno de Winter brenno@dewinter.com +Brian M. Carlson karlsson@hal-pc.org Brian Moore bem@cmc.net Brian Warner warner@lothar.com Bryan Fullerton bryanf@samurai.com diff --git a/VERSION b/VERSION index 567282d0f..af0b7ddbf 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.0.5a +1.0.6 diff --git a/g10/ChangeLog b/g10/ChangeLog index 646fa1c51..2b56b82a2 100644 --- a/g10/ChangeLog +++ b/g10/ChangeLog @@ -1,3 +1,8 @@ +2001-05-29 Werner Koch + + * keygen.c (generate_subkeypair): Print a warning if a subkey is + created on a v3 key. Suggested by Brian M. Carlson. + 2001-05-27 Werner Koch * keyid.c (get_lsign_letter): New. diff --git a/g10/keygen.c b/g10/keygen.c index 00fbb301b..2639ac07f 100644 --- a/g10/keygen.c +++ b/g10/keygen.c @@ -1755,6 +1755,9 @@ generate_subkeypair( KBNODE pub_keyblock, KBNODE sec_keyblock ) } } + if (sk->version < 4) + log_info (_("NOTE: creating subkeys for v3 keys " + "is not OpenPGP compliant\n")); /* unprotect to get the passphrase */ switch( is_secret_key_protected( sk ) ) { -- cgit v1.2.3