aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2024-11-25 10:48:46 +0000
committerWerner Koch <[email protected]>2024-11-25 10:48:46 +0000
commit7bdaf56479918806ea4013df0ba2dd24bbbb35d6 (patch)
treecb660da00ef409b42ac3129612656eb6924d26da
parentpo: msgmerge for release (diff)
downloadgnupg-2.4.7.tar.gz
gnupg-2.4.7.zip
Release 2.4.7gnupg-2.4.7
-rw-r--r--NEWS10
1 files changed, 8 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 314af924c..d2ad2ba88 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-Noteworthy changes in version 2.4.7 (unreleased)
+Noteworthy changes in version 2.4.7 (2024-11-25)
------------------------------------------------
* gpg: Allow the use of an ADSK subkey as ADSK subkey. [T6882]
@@ -6,10 +6,16 @@ Noteworthy changes in version 2.4.7 (unreleased)
* gpg: Avoid a failure exit code for expired ultimately trusted
keys. [T7351]
+ * gpg: Fix comparing ed448 to ed25519 with --assert-pubkey-algo.
+ [T7425]
+
+ * gpg: Retain binary representation for import->export with Ed25519
+ key signatures. [T7426]
+
* gpgsm: Improvement for some rare P12 files. [rG5f9975abf5]
* scd: More mitigations against lock ups with multiple cards or
- apps. [T7323]
+ apps. [T7323, T7402]
* gpgtar: Fix directory creation during extraction. [T7380]