From e234d04c3c91cd4e84cb5790a131bf6a8b6733c4 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Thu, 3 Sep 2020 17:01:11 +0200 Subject: [PATCH] Release 2.2.23 --- NEWS | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 64731de3c..b4c1283ce 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,22 @@ -Noteworthy changes in version 2.2.23 (unreleased) +Noteworthy changes in version 2.2.23 (2020-09-03) ------------------------------------------------- + * gpg: Fix AEAD preference list overflow. [#5050] + + * gpg: Fix a possible segv in the key cleaning code. + + * gpgsm: Fix a minor RFC2253 parser bug. [#5037] + + * scdaemon: Fix a PIN verify failure on certain OpenPGP card + implementations. Regression in 2.2.22. [#5039] + + * po: Fix bug in the Hungarian translation. Updates for the Czech, + Polish, and Ukrainian translations. + + Release-info: https://dev.gnupg.org/T5045 + See-also: gnupg-announce/2020q3/000448.html + + Noteworthy changes in version 2.2.22 (2020-08-27) -------------------------------------------------