From 0c17aeba5d928b0c89ce8fce54cf0fa42ccf015b Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Sat, 11 May 2002 12:32:46 +0000 Subject: [PATCH] doc updates --- NEWS | 10 ++++++++++ THANKS | 1 + TODO | 2 ++ cipher/ChangeLog | 2 +- 4 files changed, 14 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 61d0930e0..bd7e76c9b 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,13 @@ +Noteworthy changes in version 1.0.? +------------------------------------------------ + + * ElGamal sign and encrypt is not anymore allowed in the key + generation dialog unless in expert mode. RSA sign and encrypt + has been added with the same restrictions. + + * [W32] Keyserver access does work with Windows NT. + + Noteworthy changes in version 1.0.7 (2002-04-29) ------------------------------------------------ diff --git a/THANKS b/THANKS index d70fa1270..4aa1104d8 100644 --- a/THANKS +++ b/THANKS @@ -8,6 +8,7 @@ Albert Chin china@thewrittenword.com Alec Habig habig@budoe2.bu.edu Allan Clark allanc@sco.com Anand Kumria wildfire@progsoc.uts.edu.au +Andreas Haumer andreas@xss.co.at Anthony Mulcahy anthony@kcn.ne.jp Ariel T Glenn ariel@columbia.edu Bodo Moeller Bodo_Moeller@public.uni-hamburg.de diff --git a/TODO b/TODO index 5e231971d..eca520090 100644 --- a/TODO +++ b/TODO @@ -1,3 +1,5 @@ + * Reword the "Not enough entropy" messages. + * Do we need a configure test for putenv? * Check for consistent spelling of user ID, key ID etc. diff --git a/cipher/ChangeLog b/cipher/ChangeLog index 6aaaf7c34..da3ff580e 100644 --- a/cipher/ChangeLog +++ b/cipher/ChangeLog @@ -4,7 +4,7 @@ 2002-04-24 Werner Koch - * tiger.c (tiger_final): Removed superfluous toke pasting operators. + * tiger.c (tiger_final): Removed superfluous token pasting operators. * md5.c (md5_final): Ditto. 2002-04-22 Stefan Bellon