diff options
author | Werner Koch <[email protected]> | 2018-07-12 12:47:03 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2018-07-12 12:49:18 +0000 |
commit | 2b82db61ccfe57d077dff43e0d732b51c73e1a45 (patch) | |
tree | ed3661128d9316f80de3ece35da2ba0cce665ff4 | |
parent | po: Fix one fuzzy in German translation. (diff) | |
download | gnupg-2b82db61ccfe57d077dff43e0d732b51c73e1a45.tar.gz gnupg-2b82db61ccfe57d077dff43e0d732b51c73e1a45.zip |
Release 2.2.9gnupg-2.2.9
-rw-r--r-- | NEWS | 41 |
1 files changed, 40 insertions, 1 deletions
@@ -1,6 +1,45 @@ -Noteworthy changes in version 2.2.9 (unreleased) +Noteworthy changes in version 2.2.9 (2018-07-12) ------------------------------------------------ + * dirmngr: Fix recursive resolver mode and other bugs in the libdns + code. [#3374,#3803,#3610] + + * dirmngr: When using libgpg-error 1.32 or later a GnuPG build with + NTBTLS support (e.g. the standard Windows installer) does not + anymore block for dozens of seconds before returning data. + + * gpg: Fix bug in --show-keys which actually imported revocation + certificates. [#4017] + + * gpg: Ignore too long user-ID and comment packets. [#4022] + + * gpg: Fix crash due to bad German translation. Improved printf + format compile time check. + + * gpg: Handle missing ISSUER sub packet gracefully in the presence of + the new ISSUER_FPR. [#4046] + + * gpg: Allow decryption using several passphrases in most cases. + [#3795,#4050] + + * gpg: Command --show-keys now enables the list options + show-unusable-uids, show-unusable-subkeys, show-notations and + show-policy-urls by default. + + * gpg: Command --show-keys now prints revocation certificates. [#4018] + + * gpg: Add revocation reason to the "rev" and "rvs" records of the + option --with-colons. [#1173] + + * gpg: Export option export-clean does now remove certain expired + subkeys; export-minimal removes all expired subkeys. [#3622] + + * gpg: New "usage" property for the drop-subkey filters. [#4019] + + Release-info: https://dev.gnupg.org/T4036 + + See-also: gnupg-announce/2018q3/000427.html + Noteworthy changes in version 2.2.8 (2018-06-08) ------------------------------------------------ |