aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2020-08-27 12:11:06 +0000
committerWerner Koch <[email protected]>2020-08-27 12:11:06 +0000
commitf9c120a29986e82d1179b38167ef2696dd0cc10a (patch)
treef19fcf454cb16056d34a30ea36947ae01d19bb99
parentdoc: Fix typos (diff)
downloadgnupg-f9c120a29986e82d1179b38167ef2696dd0cc10a.tar.gz
gnupg-f9c120a29986e82d1179b38167ef2696dd0cc10a.zip
Release 2.2.22gnupg-2.2.22
-rw-r--r--NEWS50
1 files changed, 47 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index a730af9f9..e61e103d8 100644
--- a/NEWS
+++ b/NEWS
@@ -1,8 +1,52 @@
-Noteworthy changes in version 2.2.22 (unreleased)
+Noteworthy changes in version 2.2.22 (2020-08-27)
-------------------------------------------------
- Release-info: https://dev.gnupg.org/Txxxx
- See-also: gnupg-announce/2020q4/000xxx.html
+ * gpg: Change the default key algorithm to rsa3072.
+
+ * gpg: Add regular expression support for Trust Signatures on all
+ platforms. [#4843]
+
+ * gpg: Fix regression in 2.2.21 with non-default --passphrase-repeat
+ option. [#4991]
+
+ * gpg: Ignore --personal-digest-prefs for ECDSA keys. [#5021]
+
+ * gpgsm: Make rsaPSS a de-vs compliant scheme.
+
+ * gpgsm: Show also the SHA256 fingerprint in key listings.
+
+ * gpgsm: Do not require a default keyring for --gpgconf-list. [#4867]
+
+ * gpg-agent: Default to extended key format and record the creation
+ time of keys. Add new option --disable-extended-key-format.
+
+ * gpg-agent: Support the WAYLAND_DISPLAY envvar. [#5016]
+
+ * gpg-agent: Allow using --gpgconf-list even if HOME does not
+ exist. [#4866]
+
+ * gpg-agent: Make the Pinentry work even if the envvar TERM is set
+ to the empty string. [#4137]
+
+ * scdaemon: Add a workaround for Gnuk tokens <= 2.15 which wrongly
+ incremented the error counter when using the "verify" command of
+ "gpg --edit-key" with only the signature key being present.
+
+ * dirmngr: Better handle systems with disabled IPv6. [#4977]
+
+ * gpgpslit: Install tool. It was not installed in the past to avoid
+ conflicts with the version installed by GnuPG 1.4. [#5023]
+
+ * gpgtar: Handle Unicode file names on Windows correctly (requires
+ libgpg-error 1.39). [#4083]
+
+ * gpgtar: Make --files-from and --null work as documented. [#5027]
+
+ * Build the Windows installer with the new Ntbtls 0.2.0 so that TLS
+ connections succeed for servers demanding GCM.
+
+ Release-info: https://dev.gnupg.org/T5030
+ See-also: gnupg-announce/2020q3/000447.html
Noteworthy changes in version 2.2.21 (2020-07-09)