aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2024-05-15 10:31:33 +0000
committerWerner Koch <[email protected]>2024-05-15 10:31:33 +0000
commit3bbfcab606bf9af22f5f453d37a026936855b33d (patch)
tree97b011b5630126159f9cc2829a00377e3f3eb337 /NEWS
parenttests: Avoid new C23 keyword true. (diff)
downloadgnupg-3bbfcab606bf9af22f5f453d37a026936855b33d.tar.gz
gnupg-3bbfcab606bf9af22f5f453d37a026936855b33d.zip
Update NEWS
--
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS16
1 files changed, 16 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 2182bd225..690dbcf43 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,22 @@
Noteworthy changes in version 2.4.6 (unreleased)
------------------------------------------------
+ * gpg: New command --quick-set-ownertrust. [rG967678d972]
+
+ * gpg: Indicate disabled keys in key listings and add list option
+ "show-ownertrust". [rG2a0a706eb2]
+
+ * gpg: Make sure a DECRYPTION_OKAY is never issued for a bad OCB
+ tag. [T7042]
+
+ * gpg: Do not allow to accidently set the RENC usage. [T7072]
+
+ * agent: Consider an empty pattern file as valid. [rGc27534de95]
+
+ * agent: Fix error handling of READKEY. [T6012]
+
+ * gpgconf: Check readability of some files with -X and change its
+ output format. [rG759adb2493]
Release-info: https://dev.gnupg.org/T7030