aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2025-11-19 15:55:32 +0000
committerWerner Koch <[email protected]>2025-11-19 15:55:32 +0000
commit4d993c37d9b0b9262f859c23fea2e8da561f4639 (patch)
tree1f00c7c698cb0691339434e666da5cbe80f6e736
parentpo: msgmerge (diff)
downloadgnupg-4d993c37d9b0b9262f859c23fea2e8da561f4639.tar.gz
gnupg-4d993c37d9b0b9262f859c23fea2e8da561f4639.zip
Release 2.5.14gnupg-2.5.14
-rw-r--r--NEWS42
1 files changed, 41 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 7cc1c9c12..6f5127fa2 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,46 @@
-Noteworthy changes in version 2.5.14 (unreleased)
+Noteworthy changes in version 2.5.14 (2025-11-19)
-------------------------------------------------
+ * gpg: Fix possible memory corruption in the armor parser. [T7906]
+
+ * gpgsm: Fix output of card serial number in colon listing. [T7914]
+
+ * agent:ssh: Fix RSA signature handling for newer spec. [T7882]
+
+ * gpg: Improve/relax the checking of preference options.
+ [rG6570700fdd]
+
+ * gpg: Fix the check for the END armor line. [rG62b8bf2f39]
+
+ * gpg: Do not present a default when asking for another output
+ filename. [T7908]
+
+ * gpg: Include ADSK keys in key listings specified by fingerprints.
+ [T7892]
+
+ * agent: Fix a decryption failures if the pinentry dialog for the
+ first tried recipient is canceled. Regression since 2.5.7.
+ [T7893, T7649]
+
+ * keyboxd: Fix schema of the fingerprint table. [T7892]
+
+ * dirmngr: Fix OCSP next-update check. [rG9ef87bcdb0]
+
+ * gpg: New "pfc" record in colons key listings. [T7897]
+
+ * gpg: Allow import and export of Kyber secret keys. [T7315]
+
+ * gpg: Escape characters with the high bit set in NOTATION status
+ lines. [T7896]
+
+ * gpg: New import option "force-update". [T7892,rGf6237ccd31]
+
+ * agent: Accept a trustlist with a missing LF at the end.
+ [rG1b4ac98de7]
+
+ * agent: Support protection for Kyber keys. [T6638,rGaea62817f3]
+
+ * scd:nks: Make newer TCOS signature cards work. [rG17596e830f]
Release-info: https://dev.gnupg.org/T7869