aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2024-06-10 07:30:02 +0000
committerWerner Koch <[email protected]>2024-06-10 07:30:40 +0000
commit02fc728b4163f2a5a3ddfa76e245cc27b05ac8c1 (patch)
tree1282a2c383e9f23ca49725541c4ab55e22863193
parentgpg: Do not show RENC if no key capabilities are found for a key. (diff)
downloadgnupg-02fc728b4163f2a5a3ddfa76e245cc27b05ac8c1.tar.gz
gnupg-02fc728b4163f2a5a3ddfa76e245cc27b05ac8c1.zip
Update NEWS
--
-rw-r--r--NEWS14
1 files changed, 14 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 690dbcf43..cd6189697 100644
--- a/NEWS
+++ b/NEWS
@@ -11,13 +11,27 @@ Noteworthy changes in version 2.4.6 (unreleased)
* gpg: Do not allow to accidently set the RENC usage. [T7072]
+ * gpg: Accept armored withes without CRC24 checksum. [T7071]
+
* agent: Consider an empty pattern file as valid. [rGc27534de95]
* agent: Fix error handling of READKEY. [T6012]
+ * agent: Avoid random errors when storing key in ephemeral mode.
+ [T7129, rG19d93a239d]
+
+ * scd: Improve KDF data object handling for OpenPGP cards. [T7058]
+
+ * scd: Avoid buffer overrun with more than 16 PC/SC readers.
+ [T7129, rG524e3a9345]
+
* gpgconf: Check readability of some files with -X and change its
output format. [rG759adb2493]
+ * Fix some uninitialized variables and double frees in error code
+ paths. [T7129]
+
+
Release-info: https://dev.gnupg.org/T7030