Release 2.2.35

This commit is contained in:
Werner Koch 2022-04-25 18:07:53 +02:00
parent 47ee0101dd
commit f7bc6f5049
No known key found for this signature in database
GPG Key ID: E3FDFF218E45B72B
1 changed files with 5 additions and 2 deletions

7
NEWS
View File

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