aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to '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.