diff options
Diffstat (limited to '')
-rw-r--r-- | ChangeLog | 3 | ||||
-rw-r--r-- | NEWS | 7 |
2 files changed, 8 insertions, 2 deletions
@@ -1,5 +1,8 @@ 2003-11-27 David Shaw <[email protected]> + * NEWS: Note that we won't encrypt to an Elgamal sign+encrypt key + any longer. + * configure.ac: Use MSG_NOTICE instead of MSG_WARN for less serious notifications. @@ -15,9 +15,12 @@ Noteworthy changes in version 1.3.4 (unreleased) version 1.3.4 will try for gpg.conf-1.3.4, gpg.conf-1.3, and gpg.conf-1 before falling back to the regular gpg.conf file. - * Fixed a format string bug in external HKP support. + * Fixed a format string bug in the HKP keyserver handler. - * Disabled the creation of ELGamal signatures. + * Support for Elgamal sign+encrypt keys has been removed. Old + signatures may still be verified, and existing encrypted + messages may still be decrypted, but no new signatures may be + issued by, and no new messages will be encrypted to, these keys. Noteworthy changes in version 1.3.3 (2003-10-10) |