From a43271cc08e2068acc75a1742f90740afe0479e0 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Thu, 25 Jan 2024 11:04:33 +0100 Subject: [PATCH] Release 2.4.4 --- NEWS | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 4e2d84d67..7ed00a015 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,10 @@ -Noteworthy changes in version 2.4.4 (unreleased) +Noteworthy changes in version 2.4.4 (2024-01-25) ------------------------------------------------ + * gpg: Do not keep an unprotected smartcard backup key on disk. See + https://gnupg.org/blog/20240125-smartcard-backup-key.html for a + security advisory. [T6944] + * gpg: Allow to specify seconds since Epoch beyond 2038 on 32-bit platforms. [T6736] @@ -10,11 +14,14 @@ Noteworthy changes in version 2.4.4 (unreleased) * gpg: Add option --with-v5-fingerprint. [T6705] - * gpg: Fix validity of re-imported keys. [T6399] + * gpg: Add sub-option ignore-attributes to --import-options. + [rGd4976e35d2] * gpg: Add --list-filter properties sig_expires/sig_expires_d. [rGbf662d0f93af] + * gpg: Fix validity of re-imported keys. [T6399] + * gpg: Report BEGIN_ status before examining the input. [T6481] * gpg: Don't try to compress a read-only keybox. [T6811]