aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2024-03-18 13:02:53 +0000
committerWerner Koch <[email protected]>2024-03-18 13:02:53 +0000
commitce1e671cdc3583e397dd24134a5ada7c30a0919c (patch)
tree46b464e7f988c879ea104cca9a6892f82ef158aa
parentgpgconf: Check readability of some files with -X (diff)
downloadgnupg-ce1e671cdc3583e397dd24134a5ada7c30a0919c.tar.gz
gnupg-ce1e671cdc3583e397dd24134a5ada7c30a0919c.zip
Update NEWS
--
-rw-r--r--NEWS14
1 files changed, 14 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 84de980d9..c4621e4dc 100644
--- a/NEWS
+++ b/NEWS
@@ -8,13 +8,26 @@ Noteworthy changes in version 2.2.43 (unreleased)
* gpg: Allow to create revocations even with non-compliant algos.
[rG89c7eccba5]
+ * gpg: Fix mixed invocation with --trusted-keys and --no-options.
+ [T7025]
+
+ * gpg: Make sure a DECRYPTION_OKAY is never issued for a bad OCB
+ tag. [T7042]
+
* gpgsm: Allow PKCS#12 decryption with a longer salt value. [T6757]
+ * agent: Allow simple KEYINFO command in restricted mode. [T7003]
+
+ * agent: Consider an empty pattern file as valid. [rG509d0f76ce]
+
* dirmngr: Avoid starting a second instance on Windows via GPGME
based launching. [T6833]
* dirmngr: Trust system's root CAs for checking CRL issuers. [T6963]
+ * dirmngr: Fix the regression in 2.2.42 of use of proxy for TLS
+ connection. [T6997]
+
* scd: Fix corner case bug when changing to a shorter PIN with KDF
enabled. [T6843]
@@ -23,6 +36,7 @@ Noteworthy changes in version 2.2.43 (unreleased)
* gpgconf: Fix -X command for the new VERSION file format. [T6918]
+ * wks: Make gpg-wks-client --mirror work w/o args.
Release-info: https://dev.gnupg.org/T6849