diff options
author | Werner Koch <wk@gnupg.org> | 2024-01-25 11:04:33 +0100 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2024-01-25 11:06:01 +0100 |
commit | a43271cc08e2068acc75a1742f90740afe0479e0 (patch) | |
tree | d70e9e9e1fc74016854eeb8193f246e22e1f7b3a | |
parent | po: msgmerge (diff) | |
download | gnupg2-a43271cc08e2068acc75a1742f90740afe0479e0.tar.xz gnupg2-a43271cc08e2068acc75a1742f90740afe0479e0.zip |
Release 2.4.4gnupg-2.4.4
-rw-r--r-- | NEWS | 11 |
1 files changed, 9 insertions, 2 deletions
@@ -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] |