aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2024-01-29 09:48:49 +0000
committerWerner Koch <[email protected]>2024-01-29 09:48:49 +0000
commit573098a2f2947180845669a6eefb66d19bd23e07 (patch)
treee532e75f8a64cfbd27823427d338c76fe2173d2d
parentscd:openpgp: Add the length check for new PIN. (diff)
downloadgnupg-573098a2f2947180845669a6eefb66d19bd23e07.tar.gz
gnupg-573098a2f2947180845669a6eefb66d19bd23e07.zip
Prepare NEWS for 2.2.43
--
-rw-r--r--NEWS21
1 files changed, 21 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 0bc848a15..765ff43c7 100644
--- a/NEWS
+++ b/NEWS
@@ -1,9 +1,30 @@
Noteworthy changes in version 2.2.43 (unreleased)
-------------------------------------------------
+ * gpg: Do not keep an unprotected smartcard backup key on disk. See
+ https://gnupg.org/blog/20240125-smartcard-backup-key.html for a
+ security advisory. [T6944]
+
+ * gpg: Allow to create revocations even with non-compliant algos.
+ [rG89c7eccba5]
+
* dirmngr: Avoid starting a second instance on Windows via GPGME
based launching. [T6833]
+ * dirmngr: Trust system's root CAs for checking CRL issuers. [T6963]
+
+ * scd: Fix corner case bug when changing to a shorter PIN with KDF
+ enabled. [T6843]
+
+ * gpgtar: Fix conveying of status lines from gpg when using stderr
+ as status fd on Windows. [T6961]
+
+ * gpgconf: Fix -X command for the new VERSION file format. [T6918]
+
+
+ Release-info: https://dev.gnupg.org/T6849
+
+
Noteworthy changes in version 2.2.42 (2023-11-28)
-------------------------------------------------