aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2024-09-19 13:43:51 +0000
committerWerner Koch <[email protected]>2024-09-19 14:32:41 +0000
commitf1e42cdf533e54a9f29e0fd9072f5743ee526d95 (patch)
tree543ff7e162b1a5df4426d306872ea593e0a1b35b
parentspeedo: Make use of wget more robust (diff)
downloadgnupg-f1e42cdf533e54a9f29e0fd9072f5743ee526d95.tar.gz
gnupg-f1e42cdf533e54a9f29e0fd9072f5743ee526d95.zip
doc: Update NEWS
--
-rw-r--r--NEWS11
1 files changed, 11 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index ca49013c4..c043babe4 100644
--- a/NEWS
+++ b/NEWS
@@ -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.