aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2024-10-29 12:50:39 +0000
committerWerner Koch <[email protected]>2024-10-29 12:50:39 +0000
commit5340576c08309c9a22b1469464052c36d511d0d3 (patch)
treec6a073c9eb80c42db620dfbee6374d45f0224047
parentgpg: Fix --quick-set-expire for V5 subkey fingerprints (diff)
downloadgnupg-2.4.6.tar.gz
gnupg-2.4.6.zip
Release 2.4.6gnupg-2.4.6
-rw-r--r--NEWS10
1 files changed, 9 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index c043babe4..8981d1ac9 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-Noteworthy changes in version 2.4.6 (unreleased)
+Noteworthy changes in version 2.4.6 (2024-10-29)
------------------------------------------------
* gpg: New command --quick-set-ownertrust. [rG967678d972]
@@ -29,6 +29,12 @@ Noteworthy changes in version 2.4.6 (unreleased)
* gpg: Fix getting key by IPGP. [T7288]
+ * gpg: Validate the trustdb after the import of a trusted key.
+ [T7200]
+
+ * gpg: Exclude expired trusted keys from the key validation process.
+ [T7200]
+
* gpgsm: New option --assert-signer. [T7286]
* gpgsm: Emit user IDs with an empty Subject also in colon mode.
@@ -61,6 +67,8 @@ Noteworthy changes in version 2.4.6 (unreleased)
* gpg-mail-tube: New tool to apply PGP/MIME encryption to a mail.
[rGa564a9f66c]
+ * Fix a race condition in creating the socket directory. [T7332]
+
* Fix some uninitialized variables and double frees in error code
paths. [T7129]