diff options
author | Werner Koch <[email protected]> | 2025-09-23 10:05:37 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2025-09-23 10:05:37 +0000 |
commit | e4adebe020b07bc47e583817576ce98ca93e9711 (patch) | |
tree | c2fe762782af8012255ebb055f3e71ef17dc0671 | |
parent | Adjust configure and gpgme.m4 for test(1) -a changes (diff) | |
download | gpgme-2.0.1.tar.gz gpgme-2.0.1.zip |
Release 2.0.1gpgme-2.0.1
Diffstat (limited to '')
-rw-r--r-- | NEWS | 14 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 14 insertions, 2 deletions
@@ -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) |