aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2007-03-19 14:35:04 +0000
committerWerner Koch <[email protected]>2007-03-19 14:35:04 +0000
commit12b661166c1eb5d2f09d50b4581b18d36eec94b1 (patch)
tree79179be0c079bbd30d4c89690128fd668c54a553 /NEWS
parentFrom STABLE-BRANCH-1-4 (diff)
downloadgnupg-12b661166c1eb5d2f09d50b4581b18d36eec94b1.tar.gz
gnupg-12b661166c1eb5d2f09d50b4581b18d36eec94b1.zip
Changes to let the key listing use estream to help systems without
funopen.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS5
1 files changed, 4 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index d4eca6432..d20a99b42 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,9 @@
Noteworthy changes in version 2.0.4
------------------------------------------------
+ * The Assuan key listing commands are now also working for systems
+ without the funopen/fopencookie API.
+
Noteworthy changes in version 2.0.3 (2007-03-08)
------------------------------------------------
@@ -10,7 +13,7 @@ Noteworthy changes in version 2.0.3 (2007-03-08)
did not permit this, and were thus not using the plaintext boundary
status tags that GnuPG provides. This change makes GnuPG reject
such messages by default which makes those programs safe again.
- --allow-multiple-messages returns to the old behavior.
+ --allow-multiple-messages returns to the old behavior. [CVE-2007-1263].
* New --verify-option show-primary-uid-only.