diff options
author | Werner Koch <[email protected]> | 2024-11-25 10:48:46 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2024-11-25 10:48:46 +0000 |
commit | 7bdaf56479918806ea4013df0ba2dd24bbbb35d6 (patch) | |
tree | cb660da00ef409b42ac3129612656eb6924d26da | |
parent | po: msgmerge for release (diff) | |
download | gnupg-2.4.7.tar.gz gnupg-2.4.7.zip |
Release 2.4.7gnupg-2.4.7
-rw-r--r-- | NEWS | 10 |
1 files changed, 8 insertions, 2 deletions
@@ -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] |