diff options
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 71 |
1 files changed, 11 insertions, 60 deletions
@@ -1,54 +1,7 @@ -Noteworthy changes in version 2.2.6 (unreleased) +Noteworthy changes in version 2.3.0 (unreleased) ------------------------------------------------ - -Noteworthy changes in version 2.2.5 (2018-02-22) ------------------------------------------------- - - * gpg: Allow the use of the "cv25519" and "ed25519" short names in - addition to the canonical curve names in --batch --gen-key. - - * gpg: Make sure to print all secret keys with option --list-only - and --decrypt. [#3718] - - * gpg: Fix the use of future-default with --quick-add-key for - signing keys. [#3747] - - * gpg: Select a secret key by checking availability under gpg-agent. - [#1967] - - * gpg: Fix reversed prompt texts for --only-sign-text-ids. [#3787] - - * gpg,gpgsm: Fix detection of bogus keybox blobs on 32 bit systems. - [#3770] - - * gpgsm: Fix regression since 2.1 in --export-secret-key-raw which - got $d mod (q-1)$ wrong. Note that most tools automatically fixup - that parameter anyway. - - * ssh: Fix a regression in getting the client'd PID on *BSD and - macOS. - - * scd: Support the KDF Data Object of the OpenPGP card 3.3. [#3152] - - * scd: Fix a regression in the internal CCID driver for certain card - readers. [#3508] - - * scd: Fix a problem on NetBSD killing scdaemon on gpg-agent - shutdown. [#3778] - - * dirmngr: Improve returned error description on failure of DNS - resolving. [#3756] - - * wks: Implement command --install-key for gpg-wks-server. - - * Add option STATIC=1 to the Speedo build system to allow a build - with statically linked versions of the core GnuPG libraries. Also - use --enable-wks-tools by default by Speedo builds for Unix. - - -Noteworthy changes in version 2.2.4 (2017-12-20) ------------------------------------------------- + Changes also found in 2.2.4: * gpg: Change default preferences to prefer SHA512. @@ -77,11 +30,7 @@ Noteworthy changes in version 2.2.4 (2017-12-20) * New configure option --enable-run-gnupg-user-socket to first try a socket directory which is not removed by systemd at session end. - See-also: gnupg-announce/2017q4/000419.html - - -Noteworthy changes in version 2.2.3 (2017-11-20) ------------------------------------------------- + Changes also found in 2.2.3: * gpgsm: Fix initial keybox creation on Windows. [#3507] @@ -101,8 +50,7 @@ Noteworthy changes in version 2.2.3 (2017-11-20) See-also: gnupg-announce/2017q4/000417.html -Noteworthy changes in version 2.2.2 (2017-11-07) ------------------------------------------------- + Changes also found in 2.2.2: * gpg: Avoid duplicate key imports by concurrently running gpg processes. [#3446] @@ -145,9 +93,7 @@ Noteworthy changes in version 2.2.2 (2017-11-07) See-also: gnupg-announce/2017q4/000416.html - -Noteworthy changes in version 2.2.1 (2017-09-19) ------------------------------------------------- + Changes also found in 2.2.1: * gpg: Fix formatting of the user id in batch mode key generation if only "name-email" is given. @@ -167,7 +113,12 @@ Noteworthy changes in version 2.2.1 (2017-09-19) certificates are configured. If build with GNUTLS, this was already the case. - See-also: gnupg-announce/2017q3/000415.html + Release dates of 2.2.x versions: + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + Version 2.2.1 (2017-09-19) + Version 2.2.2 (2017-11-07) + Version 2.2.3 (2017-11-20) + Version 2.2.4 (2017-12-20) Noteworthy changes in version 2.2.0 (2017-08-28) |