From e4adebe020b07bc47e583817576ce98ca93e9711 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Tue, 23 Sep 2025 12:05:37 +0200 Subject: Release 2.0.1 --- NEWS | 14 +++++++++++++- configure.ac | 2 +- 2 files changed, 14 insertions(+), 2 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] ------------------------------------------------ diff --git a/configure.ac b/configure.ac index 0798a2ac..eca54d88 100644 --- a/configure.ac +++ b/configure.ac @@ -57,7 +57,7 @@ AC_INIT([mym4_package],[mym4_version],[https://bugs.gnupg.org]) # LIBGPGME_LT_CURRENT=45 LIBGPGME_LT_AGE=0 -LIBGPGME_LT_REVISION=0 +LIBGPGME_LT_REVISION=1 ################################################ AC_SUBST(LIBGPGME_LT_CURRENT) -- cgit v1.2.3