diff options
author | Werner Koch <[email protected]> | 2024-01-29 09:48:49 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2024-01-29 09:48:49 +0000 |
commit | 573098a2f2947180845669a6eefb66d19bd23e07 (patch) | |
tree | e532e75f8a64cfbd27823427d338c76fe2173d2d | |
parent | scd:openpgp: Add the length check for new PIN. (diff) | |
download | gnupg-573098a2f2947180845669a6eefb66d19bd23e07.tar.gz gnupg-573098a2f2947180845669a6eefb66d19bd23e07.zip |
Prepare NEWS for 2.2.43
--
-rw-r--r-- | NEWS | 21 |
1 files changed, 21 insertions, 0 deletions
@@ -1,9 +1,30 @@ Noteworthy changes in version 2.2.43 (unreleased) ------------------------------------------------- + * 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 create revocations even with non-compliant algos. + [rG89c7eccba5] + * dirmngr: Avoid starting a second instance on Windows via GPGME based launching. [T6833] + * dirmngr: Trust system's root CAs for checking CRL issuers. [T6963] + + * scd: Fix corner case bug when changing to a shorter PIN with KDF + enabled. [T6843] + + * gpgtar: Fix conveying of status lines from gpg when using stderr + as status fd on Windows. [T6961] + + * gpgconf: Fix -X command for the new VERSION file format. [T6918] + + + Release-info: https://dev.gnupg.org/T6849 + + Noteworthy changes in version 2.2.42 (2023-11-28) ------------------------------------------------- |