diff options
author | Werner Koch <[email protected]> | 2002-05-11 12:32:46 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2002-05-11 12:32:46 +0000 |
commit | 0c17aeba5d928b0c89ce8fce54cf0fa42ccf015b (patch) | |
tree | 574ac912a5ef025c2af97ea28f188dd2565fa43f | |
parent | fixes for M_DEBUG, strcasecmp and RISC OS (diff) | |
download | gnupg-0c17aeba5d928b0c89ce8fce54cf0fa42ccf015b.tar.gz gnupg-0c17aeba5d928b0c89ce8fce54cf0fa42ccf015b.zip |
doc updates
-rw-r--r-- | NEWS | 10 | ||||
-rw-r--r-- | THANKS | 1 | ||||
-rw-r--r-- | TODO | 2 | ||||
-rw-r--r-- | cipher/ChangeLog | 2 |
4 files changed, 14 insertions, 1 deletions
@@ -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) ------------------------------------------------ @@ -8,6 +8,7 @@ Albert Chin [email protected] Alec Habig [email protected] Allan Clark [email protected] Anand Kumria [email protected] +Andreas Haumer [email protected] Anthony Mulcahy [email protected] Ariel T Glenn [email protected] Bodo Moeller [email protected] @@ -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 <[email protected]> - * 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 <[email protected]> |