diff options
author | Werner Koch <[email protected]> | 2014-06-03 08:02:45 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2014-06-03 08:11:50 +0000 |
commit | 6209c6d9ad00a17bef4780ff22f0e9f588343c00 (patch) | |
tree | 89a4bfd9ece8e6bb0ad111febd042614000a855d /NEWS | |
parent | po: Auto-update due to one new entry. (diff) | |
download | gnupg-2.0.23.tar.gz gnupg-2.0.23.zip |
Release 2.0.23gnupg-2.0.23
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 28 |
1 files changed, 24 insertions, 4 deletions
@@ -1,10 +1,30 @@ -Noteworthy changes in version 2.0.23 (unreleased) +Noteworthy changes in version 2.0.23 (2014-06-03) ------------------------------------------------- - * Do not create a trustdb file if --trust-model=always is used. + * gpg: Reject signatures made using the MD5 hash algorithm unless the + new option --allow-weak-digest-algos or --pgp2 are given. - * Only the major version number is by default included in the armored - output. + * gpg: Do not create a trustdb file if --trust-model=always is used. + + * gpg: Only the major version number is by default included in the + armored output. + + * gpg: Print a warning if the Gnome-Keyring-Daemon intercepts the + communication with the gpg-agent. + + * gpg: The format of the fallback key listing ("gpg KEYFILE") is now more + aligned to the regular key listing ("gpg -k"). + + * gpg: The option--show-session-key prints its output now before the + decryption of the bulk message starts. + + * gpg: New %U expando for the photo viewer. + + * gpgsm: Improved handling of re-issued CA certificates. + + * scdaemon: Various fixes for pinpad equipped card readers. + + * Minor bug fixes. Noteworthy changes in version 2.0.22 (2013-10-04) |