aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2024-05-16 07:46:36 +0000
committerWerner Koch <[email protected]>2024-05-16 07:46:36 +0000
commit287e717b55d2045b486a4986e39777d3871e6377 (patch)
treef528422007c3675acc31bab380b9d0c4a7d74b16 /NEWS
parentgpg: Terminate key listing on output write error. (diff)
parentcard: Fix compiler warning. (diff)
downloadgnupg-287e717b55d2045b486a4986e39777d3871e6377.tar.gz
gnupg-287e717b55d2045b486a4986e39777d3871e6377.zip
Merge branch 'STABLE-BRANCH-2-4' into master
-- Fixed conflicts in: NEWS g10/call-agent.c g10/options.h kbx/kbxutil.c tools/gpgconf.c
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS23
1 files changed, 20 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 062353b66..0be4ef8f1 100644
--- a/NEWS
+++ b/NEWS
@@ -1,10 +1,27 @@
Noteworthy changes in version 2.5.0 (unreleased)
------------------------------------------------
- Changes also found in 2.4.5:
+ Changes also found in 2.4.6:
-Noteworthy changes in version 2.4.5 (2024-03-07)
-------------------------------------------------
+ * 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]
+
+
+ Changes also found in 2.4.5:
* gpg,gpgv: New option --assert-pubkey-algo. [T6946]