diff options
author | Werner Koch <[email protected]> | 2007-03-19 14:35:04 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2007-03-19 14:35:04 +0000 |
commit | 12b661166c1eb5d2f09d50b4581b18d36eec94b1 (patch) | |
tree | 79179be0c079bbd30d4c89690128fd668c54a553 /NEWS | |
parent | From STABLE-BRANCH-1-4 (diff) | |
download | gnupg-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-- | NEWS | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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. |