From 02fc728b4163f2a5a3ddfa76e245cc27b05ac8c1 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Mon, 10 Jun 2024 09:30:02 +0200 Subject: [PATCH] Update NEWS -- --- NEWS | 14 ++++++++++++++ 1 file changed, 14 insertions(+) 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