diff options
author | David Shaw <[email protected]> | 2007-12-13 21:11:05 +0000 |
---|---|---|
committer | David Shaw <[email protected]> | 2007-12-13 21:11:05 +0000 |
commit | 69bdef8a2b5da6e00217419cff8520fa2b280c81 (patch) | |
tree | 0b556ae6ac52046f543457d10f5c4b0a5b272054 | |
parent | Type fixes and @samp{} fix. From gnupg-2. (diff) | |
download | gnupg-69bdef8a2b5da6e00217419cff8520fa2b280c81.tar.gz gnupg-69bdef8a2b5da6e00217419cff8520fa2b280c81.zip |
* NEWS: Note SHA-224 typo.
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | NEWS | 5 |
2 files changed, 8 insertions, 1 deletions
@@ -1,3 +1,7 @@ +2007-12-13 David Shaw <[email protected]> + + * NEWS: Note SHA-224 typo. + 2007-11-17 David Shaw <[email protected]> * NEWS: Say a bit more about RFC-4880. Note some defaults @@ -19,7 +19,7 @@ Noteworthy changes in version 1.4.8 (unreleased) * By default (i.e. --gnupg mode), --require-cross-certification is now on. --rfc2440-text and --force-v3-sigs are now off. - + * Allow encryption using legacy Elgamal sign+encrypt keys if option --rfc2440 is used. @@ -27,6 +27,9 @@ Noteworthy changes in version 1.4.8 (unreleased) * Fixed a rare bug in decryption using the OpenPGP card. + * Fix RFC-4880 typo in the SHA-224 hash prefix. Old SHA-224 + signatures will continue to work. + Noteworthy changes in version 1.4.7 (2007-03-05) ------------------------------------------------ |