diff options
author | David Shaw <[email protected]> | 2007-11-18 03:59:21 +0000 |
---|---|---|
committer | David Shaw <[email protected]> | 2007-11-18 03:59:21 +0000 |
commit | d9bf929ab4a5856cfa3d7ebaf7a94524458c7ea9 (patch) | |
tree | 86731c3b429633b0c4de3b89a7327a2c5e040b4f | |
parent | Post release update (diff) | |
download | gnupg-d9bf929ab4a5856cfa3d7ebaf7a94524458c7ea9.tar.gz gnupg-d9bf929ab4a5856cfa3d7ebaf7a94524458c7ea9.zip |
* NEWS: Say a bit more about RFC-4880. Note some defaults changing.
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | NEWS | 13 |
2 files changed, 16 insertions, 2 deletions
@@ -1,3 +1,8 @@ +2007-11-17 David Shaw <[email protected]> + + * NEWS: Say a bit more about RFC-4880. Note some defaults + changing. + 2007-11-16 Werner Koch <[email protected]> Released 1.4.8rc1. @@ -1,6 +1,6 @@ Noteworthy changes in version 1.4.8 (unreleased) ------------------------------------------------ - + * Changed the license to GPLv3. * Improved detection of keyrings specified multiple times. @@ -9,8 +9,17 @@ Noteworthy changes in version 1.4.8 (unreleased) * Minor bug fixes. - * New option --rfc4880 which is currently identical to --openpgp. + * The new OpenPGP standard is now complete, and has been published + as RFC-4880. The GnuPG --openpgp mode (note this is not the + default) has been updated to match the new standard. The + --rfc2440 option can be used to return to the older RFC-2440 + behavior. The main differences between the two are + "--enable-dsa2 --no-rfc2440-text --escape-from-lines + --require-cross-certification". + * By default (i.e. --gnupg mode), --require-cross-certification is + now on. --rfc2440-text and --force-v3-sigs are now off. + Noteworthy changes in version 1.4.7 (2007-03-05) ------------------------------------------------ |