diff options
author | Werner Koch <[email protected]> | 2022-04-25 13:48:13 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2022-04-25 13:48:13 +0000 |
commit | 3a8164e69c3e753cf671a5c86305715232cc9c95 (patch) | |
tree | 98b3c6ce9d85dca1c12b7483990c42e299d760c5 | |
parent | po: Auto update (diff) | |
download | gnupg-3a8164e69c3e753cf671a5c86305715232cc9c95.tar.gz gnupg-3a8164e69c3e753cf671a5c86305715232cc9c95.zip |
Release 2.3.6gnupg-2.3.6
-rw-r--r-- | NEWS | 16 |
1 files changed, 15 insertions, 1 deletions
@@ -1,7 +1,21 @@ -Noteworthy changes in version 2.3.6 (unreleased) +Noteworthy changes in version 2.3.6 (2022-04-25) ------------------------------------------------ + * gpg: Fix regression in 2.3.5 importing longer keys. [T5941] + + * gpg: Emit an ERROR status as hint for a bad passphrase. [T5943] + + * gpg: Avoid NULL-ptr access due to corrupted packets. [T5940] + + * gpgsm: Improve the "Certificate not found" error message. [T5821] + + * agent: Pass pattern directly to gpg-check-pattern. [rGe529c54fe3] + + * scd: Fix hard-coded constant for RSA authentication key OpenPGP.3. + [rG2848fe4c84] + Release-info: https://dev.gnupg.org/T5937 + See-also: gnupg-announce/2022q2/000473.html Noteworthy changes in version 2.3.5 (2022-04-21) |