diff options
author | Werner Koch <wk@gnupg.org> | 2017-11-07 11:20:00 +0100 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2017-11-07 11:20:00 +0100 |
commit | 68284e1509490a68adcc6019a5bf8fb3674d3807 (patch) | |
tree | c980b1a029460f626e30b517485fbb013316b430 /NEWS | |
parent | dirmngr: Reduce default LDAP timeout to 15 seconds. (diff) | |
download | gnupg2-68284e1509490a68adcc6019a5bf8fb3674d3807.tar.xz gnupg2-68284e1509490a68adcc6019a5bf8fb3674d3807.zip |
doc: Include NEWS from the 2.2.2 release
--
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 42 |
1 files changed, 42 insertions, 0 deletions
@@ -1,6 +1,47 @@ Noteworthy changes in version 2.3.0 (unreleased) ------------------------------------------------ + Changes also found in 2.2.2: + + * gpg: Avoid duplicate key imports by concurrently running gpg + processes. [#3446] + + * gpg: Fix creating on-disk subkey with on-card primary key. [#3280] + + * gpg: Fix validity retrieval for multiple keyrings. [Debian#878812] + + * gpg: Fix --dry-run and import option show-only for secret keys. + + * gpg: Print "sec" or "sbb" for secret keys with import option + import-show. [#3431] + + * gpg: Make import less verbose. [#3397] + + * gpg: Add alias "Key-Grip" for parameter "Keygrip" and new + parameter "Subkey-Grip" to unattended key generation. [#3478] + + * gpg: Improve "factory-reset" command for OpenPGP cards. [#3286] + + * gpg: Ease switching Gnuk tokens into ECC mode by using the magic + keysize value 25519. + + * gpgsm: Fix --with-colon listing in crt records for fields > 12. + + * gpgsm: Do not expect X.509 keyids to be unique. [#1644] + + * agent: Fix stucked Pinentry when using --max-passphrase-days. [#3190] + + * agent: New option --s2k-count. [#3276 (workaround)] + + * dirmngr: Do not follow https-to-http redirects. [#3436] + + * dirmngr: Reduce default LDAP timeout from 100 to 15 seconds. [#3487] + + * gpgconf: Ignore non-installed components for commands + --apply-profile and --apply-defaults. [#3313] + + * Add configure option --enable-werror. [#2423] + Changes also found in 2.2.1: * gpg: Fix formatting of the user id in batch mode key generation @@ -24,6 +65,7 @@ Noteworthy changes in version 2.3.0 (unreleased) Release dates of 2.2.x versions: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Version 2.2.1 (2017-09-19) + Version 2.2.2 (2017-11-07) Noteworthy changes in version 2.2.0 (2017-08-28) |