1
0
mirror of git://git.gnupg.org/gnupg.git synced 2025-06-22 21:07:56 +02:00

Release 2.5.8

This commit is contained in:
Werner Koch 2025-06-20 16:39:39 +02:00
parent 92db0275c5
commit 49d2dde696
No known key found for this signature in database
GPG Key ID: E3FDFF218E45B72B
2 changed files with 17 additions and 2 deletions

17
NEWS
View File

@ -1,7 +1,22 @@
Noteworthy changes in version 2.5.8 (unreleased)
Noteworthy changes in version 2.5.8 (2025-06-20)
------------------------------------------------
* gpg: Show revocation reason with a standard -k listing. [T7083]
* gpg: Emit a revocation reason as comment in a "pub" record.
[T7083]
* agent: Fix regression in 2.5.7 decrypting with a card based
cv25519 key. [T7676]
* scd:openpgp: Fix a regression in exporting card based ed25519 ssh
keys. [T7589]
* dirmngr: Do not require a keyserver for "gpg --fetch-key".
[T7693]
See-also: gnupg-announce/2025q2/000494.html
Release-info: https://dev.gnupg.org/T7672

View File

@ -28,7 +28,7 @@ EXTRA_DIST = \
gpg-wks-client-w32info.rc gpg-wks-client.w32-manifest.in \
gpg-card-w32info.rc gpg-card.w32-manifest.in
AM_CPPFLAGS =
AM_CPPFLAGS = -DREGEXP_PREFIX=gnupg_
include $(top_srcdir)/am/cmacros.am
if HAVE_W32_SYSTEM