diff options
author | Werner Koch <[email protected]> | 2024-10-29 12:50:39 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2024-10-29 12:50:39 +0000 |
commit | 5340576c08309c9a22b1469464052c36d511d0d3 (patch) | |
tree | c6a073c9eb80c42db620dfbee6374d45f0224047 | |
parent | gpg: Fix --quick-set-expire for V5 subkey fingerprints (diff) | |
download | gnupg-2.4.6.tar.gz gnupg-2.4.6.zip |
Release 2.4.6gnupg-2.4.6
-rw-r--r-- | NEWS | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -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] |