aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2002-05-11 12:32:46 +0000
committerWerner Koch <[email protected]>2002-05-11 12:32:46 +0000
commit0c17aeba5d928b0c89ce8fce54cf0fa42ccf015b (patch)
tree574ac912a5ef025c2af97ea28f188dd2565fa43f
parentfixes for M_DEBUG, strcasecmp and RISC OS (diff)
downloadgnupg-0c17aeba5d928b0c89ce8fce54cf0fa42ccf015b.tar.gz
gnupg-0c17aeba5d928b0c89ce8fce54cf0fa42ccf015b.zip
doc updates
-rw-r--r--NEWS10
-rw-r--r--THANKS1
-rw-r--r--TODO2
-rw-r--r--cipher/ChangeLog2
4 files changed, 14 insertions, 1 deletions
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 [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]
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 <[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]>