diff --git a/NEWS b/NEWS index 45ec7ac13..32b12bf8e 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -Noteworthy changes in version 2.2.35 (unreleased) +Noteworthy changes in version 2.2.35 (2022-04-25) ------------------------------------------------- * gpg,gpgsm: New option --require-compliance. [17890d4318] @@ -18,6 +18,10 @@ Noteworthy changes in version 2.2.35 (unreleased) * gpg: Avoid possible race condition in --edit-card/factory-reset. [T5831] + * gpg: Emit an ERROR status as hint for a bad passphrase. [T5943] + + * gpg: Avoid NULL-ptr access due to corrupted packets. [T5940] + * gpgsm: Fix parsing of certain PKCS#12 files. [T5793] * gpgtar: Use a pipe for decryption and thus avoid memory @@ -36,7 +40,6 @@ Noteworthy changes in version 2.2.35 (unreleased) * Improve removing of stale lockfiles under Unix. [T5884] Release-info: https://dev.gnupg.org/T5928 - See-also: gnupg-announce/2022q2/000xxx.html Noteworthy changes in version 2.2.34 (2022-02-07)