diff options
author | Werner Koch <[email protected]> | 2024-09-19 13:43:51 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2024-09-19 14:32:41 +0000 |
commit | f1e42cdf533e54a9f29e0fd9072f5743ee526d95 (patch) | |
tree | 543ff7e162b1a5df4426d306872ea593e0a1b35b | |
parent | speedo: Make use of wget more robust (diff) | |
download | gnupg-f1e42cdf533e54a9f29e0fd9072f5743ee526d95.tar.gz gnupg-f1e42cdf533e54a9f29e0fd9072f5743ee526d95.zip |
doc: Update NEWS
--
-rw-r--r-- | NEWS | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -22,11 +22,20 @@ Noteworthy changes in version 2.4.6 (unreleased) * gpg: New option --proc-all-sigs. [T7261] + * gpg: Fix a wrong decryption failed status for signed and OCB + encrypted messages without a signature verification key. [T7042] + + * gpg: Make --no-literal work again for -c and --store. [T5852] + + * gpg: Fix getting key by IPGP. [T7288] + * gpgsm: New option --assert-signer. [T7286] * gpgsm: Emit user IDs with an empty Subject also in colon mode. [T7171] + * keyboxd: Fix a race condition on the database handle. [T7294] + * agent: Consider an empty pattern file as valid. [rGc27534de95] * agent: Fix error handling of READKEY. [T6012] @@ -36,6 +45,8 @@ Noteworthy changes in version 2.4.6 (unreleased) * agent: Make "SCD DEVINFO --watch" more robust. [T7151] + * agent: Fix detection of the yet unused trustflag de-vs. [T5079] + * scd: Improve KDF data object handling for OpenPGP cards. [T7058] * scd: Avoid buffer overrun with more than 16 PC/SC readers. |