From 3a8164e69c3e753cf671a5c86305715232cc9c95 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Mon, 25 Apr 2022 15:48:13 +0200 Subject: [PATCH] Release 2.3.6 --- NEWS | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index db8124094..9526ac45a 100644 --- a/NEWS +++ b/NEWS @@ -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)