aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2025-09-23 10:05:37 +0000
committerWerner Koch <[email protected]>2025-09-23 10:05:37 +0000
commite4adebe020b07bc47e583817576ce98ca93e9711 (patch)
treec2fe762782af8012255ebb055f3e71ef17dc0671 /NEWS
parentAdjust configure and gpgme.m4 for test(1) -a changes (diff)
downloadgpgme-2.0.1.tar.gz
gpgme-2.0.1.zip
Release 2.0.1gpgme-2.0.1
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS14
1 files changed, 13 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 1e10c7f7..1fd34dbd 100644
--- a/NEWS
+++ b/NEWS
@@ -1,10 +1,22 @@
-Noteworthy changes in version 2.0.1 (unreleased) [C45/A0/R_]
+Noteworthy changes in version 2.0.1 (2025-09-23) [C45/A0/R1]
------------------------------------------------
* gnupg-manage-keys: New tool as a framework for adding features
which would normally be implemented by a script. Right now it
supports the commands "identify" and "delete-expired-keys".
+ * Extend the internal gpgsm_assuan_simple_command to consume diag
+ output. This fixes a possible lockup. [T7759]
+
+ * Clean up get_max_fds implementation. [T7694]
+
+ * Adjust for changes to the posix test(1) command. [T7807]
+
+ * Make it easier to maintain gpgme.h by using forward declarations.
+ [rM6a1f72b470]
+
+ Release-info: https://dev.gnupg.org/T7817
+
Noteworthy changes in version 2.0.0 (2025-06-03) [C45/A0/R0]
------------------------------------------------