aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorIngo Klöcker <[email protected]>2020-10-21 18:03:46 +0200
committerIngo Klöcker <[email protected]>2020-10-23 13:50:16 +0200
commit74c8131d809be49d64f482961fee1e6e0dbe4f4f (patch)
tree01712167167e7bf0995d5440e893cdd3cc83344d /NEWS
parentAdd Assuan transaction that forwards status lines to another object (diff)
downloadgpgme-74c8131d809be49d64f482961fee1e6e0dbe4f4f.tar.gz
gpgme-74c8131d809be49d64f482961fee1e6e0dbe4f4f.zip
cpp: Add support for gpgme_cancel
* lang/cpp/src/context.cpp, lang/cpp/context.h (Context::cancelPendingOperationImmediately): New. * NEWS: Mention added API -- This allows immediate canceling of running operations, e.g. when a thread with a long running operation (like SCD DEVINFO --watch) is going to be terminated (on application shutdown). GnuPG-bug-id: 5066
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 96520552..98cbc40a 100644
--- a/NEWS
+++ b/NEWS
@@ -22,6 +22,7 @@ Noteworthy changes in version 1.14.1 (unreleased)
cpp: EngineInfo::Version::operator!= NEW.
cpp: StatusConsumer NEW.
cpp: StatusConsumerAssuanTransaction NEW.
+ cpp: Context::cancelPendingOperationImmediately NEW.
qt: operator<<(QDebug debug, const GpgME::Error &err) NEW.