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 /NEWS | |
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 |
1 files changed, 13 insertions, 1 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] ------------------------------------------------ |