From ecf4c2f611238799a3af6369a64e418a77ab9dd6 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Wed, 15 Sep 2021 12:07:31 +0200 Subject: [PATCH] Release 2.2.31 --- NEWS | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 20faebe17..c1e7d5d04 100644 --- a/NEWS +++ b/NEWS @@ -1,7 +1,14 @@ -Noteworthy changes in version 2.2.31 (unreleased) +Noteworthy changes in version 2.2.31 (2021-09-15) ------------------------------------------------- + * agent: Fix a regression in GET_PASSPHRASE. [#5577] + + * scd: Fix an assertion failure in close_pcsc_reader. [67e1834ad4] + + * scd: Add support for PC/SC in "GETINFO reader_list". + Release-info: https://dev.gnupg.org/T5571 + See-also: gnupg-announce/2021q3/000464.html Noteworthy changes in version 2.2.30 (2021-08-26)