Release 2.4.4

This commit is contained in:
Werner Koch 2024-01-25 11:04:33 +01:00
parent c5429644e9
commit a43271cc08
No known key found for this signature in database
GPG Key ID: E3FDFF218E45B72B
1 changed files with 9 additions and 2 deletions

11
NEWS
View File

@ -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]