aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2024-10-01 10:52:46 +0000
committerWerner Koch <[email protected]>2024-10-01 10:52:46 +0000
commit269efd89a3611b2e7c29e47a69833e4837f1639a (patch)
treed6f27a51b6cfff97ee62c6efa9b54cb9039306ea
parentgpgsm: Possible improvement for some rare P12 files. (diff)
downloadgnupg-269efd89a3611b2e7c29e47a69833e4837f1639a.tar.gz
gnupg-269efd89a3611b2e7c29e47a69833e4837f1639a.zip
Update NEWS
--
-rw-r--r--NEWS27
1 files changed, 27 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 86e99d074..973c6fdbf 100644
--- a/NEWS
+++ b/NEWS
@@ -1,8 +1,35 @@
Noteworthy changes in version 2.2.45 (unreleased)
-------------------------------------------------
+ * gpg: New command --quick-add-adsk [T6395]
+
+ * gpg: New option --default-new-key-adsk and "addadsk" for
+ --edit-key. [T6882]
+
* gpg: New option --proc-all-sigs. [T7261]
+ * gpg: Allow import of keys with unknown subkey packet versions.
+ [rGb357ff2aa6]
+
+ * gpg: Avoid a wrong decryption failed status if a messages is
+ signed and OCB encrypted but the pubkey for verification is
+ missing. [T7042]
+
+ * gpg: Validate the trustdb after the import of a trusted key.
+ [T7200]
+
+ * gpg: Exclude expired trusted keys from the key validation process.
+ [T7200]
+
+ * gpgsm: Nearly fourfold speedup of validated certificate listings.
+ [T7308]
+
+ * agent: Fix KEYTOCARD for the use case with loopback pinentry.
+ [T7283]
+
+ * gpgconf: Allow listing of options --trusted-key,
+ add-desig-revoker, and default-new-key-adsk. [T6882]
+
Release-info: https://dev.gnupg.org/T7255