From 7bdaf56479918806ea4013df0ba2dd24bbbb35d6 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Mon, 25 Nov 2024 11:48:46 +0100 Subject: [PATCH] Release 2.4.7 --- NEWS | 10 ++++++++-- 1 file 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]