diff options
author | Werner Koch <[email protected]> | 2023-10-25 08:56:14 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2023-10-25 09:05:29 +0000 |
commit | aae967ec9cb365518fc8f73e6fb3ba7b55ef590d (patch) | |
tree | 7cc0673bbee49f558e8720086add17d76dd1f2ae /NEWS | |
parent | qt: Handle cancel in changeexpiryjob (diff) | |
download | gpgme-aae967ec9cb365518fc8f73e6fb3ba7b55ef590d.tar.gz gpgme-aae967ec9cb365518fc8f73e6fb3ba7b55ef590d.zip |
Release 1.23.0gpgme-1.23.0
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -1,4 +1,4 @@ -Noteworthy changes in version 1.23.0 (unreleased) +Noteworthy changes in version 1.23.0 (2023-10-25) ------------------------------------------------- * Support GPGME_ENCRYPT_ALWAYS_TRUST also for S/MIME. [T6559] @@ -7,8 +7,12 @@ Noteworthy changes in version 1.23.0 (unreleased) * New key capability flags has_*. [T6748] + * gpgme-tool: Support use of Windows HANDLE. [T6634] + * qt: Support refreshing keys via WKD. [T6672] + * qt: Handle cancel in changeexpiryjob. [T6754] + * Interface changes relative to the 1.22.0 release: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ GPGME_KEYLIST_MODE_WITH_V5FPR NEW. @@ -23,6 +27,10 @@ Noteworthy changes in version 1.23.0 (unreleased) qt: Protocol::wkdRefreshJob NEW. qt: WKDRefreshJob NEW. + [c=C43/A32/R0 cpp=C26/A20/R0 qt=C20/A5/R0] + + Release-info: https://dev.gnupg.org/T6774 + Noteworthy changes in version 1.22.0 (2023-08-21) ------------------------------------------------- |