aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2025-06-20 14:39:39 +0000
committerWerner Koch <[email protected]>2025-06-20 15:02:20 +0000
commit49d2dde69667dc50af98e2addb8d4e0aa5a876de (patch)
tree23b3d9d3932a7689a9e853150759ce2a9858699a
parentpo: msgmerge (diff)
downloadgnupg-49d2dde69667dc50af98e2addb8d4e0aa5a876de.tar.gz
gnupg-49d2dde69667dc50af98e2addb8d4e0aa5a876de.zip
Release 2.5.8gnupg-2.5.8
-rw-r--r--NEWS17
-rw-r--r--tools/Makefile.am2
2 files changed, 17 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index c1dce92db..6e442af66 100644
--- a/NEWS
+++ b/NEWS
@@ -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
diff --git a/tools/Makefile.am b/tools/Makefile.am
index 54c5cbe5c..fe79b0296 100644
--- a/tools/Makefile.am
+++ b/tools/Makefile.am
@@ -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