summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2024-01-25 11:04:33 +0100
committerWerner Koch <wk@gnupg.org>2024-01-25 11:06:01 +0100
commita43271cc08e2068acc75a1742f90740afe0479e0 (patch)
treed70e9e9e1fc74016854eeb8193f246e22e1f7b3a
parentpo: msgmerge (diff)
downloadgnupg2-a43271cc08e2068acc75a1742f90740afe0479e0.tar.xz
gnupg2-a43271cc08e2068acc75a1742f90740afe0479e0.zip
Release 2.4.4gnupg-2.4.4
-rw-r--r--NEWS11
1 files 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]