aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcus Brinkmann <[email protected]>2008-06-27 16:08:35 +0000
committerMarcus Brinkmann <[email protected]>2008-06-27 16:08:35 +0000
commit67ae7de4c5a1b94d8bc39d7b3ce210e6153cb175 (patch)
tree480655f247f7b5aa6c7abf948a2cb03aef03578d
parent2008-06-27 Marcus Brinkmann <[email protected]> (diff)
downloadgpgme-67ae7de4c5a1b94d8bc39d7b3ce210e6153cb175.tar.gz
gpgme-67ae7de4c5a1b94d8bc39d7b3ce210e6153cb175.zip
Add gpgme_cancel_async
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 75f5211e..81903a16 100644
--- a/NEWS
+++ b/NEWS
@@ -15,6 +15,9 @@ Noteworthy changes in version 1.1.7 (unreleased)
* The reference manual now includes the specification of "The GnuPG
UI Server protocol".
+ * A new function gpgme_cancel_async can be used to asynchronously
+ cancel any pending operation at any time, from any thread.
+
* Interface changes relative to the 1.1.6 release:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
gpgme_op_encrypt CHANGED: Output encoding can affect result.
@@ -27,6 +30,7 @@ gpgme_op_export CHANGED: Output encoding can affect result.
gpgme_op_export_start CHANGED: Output encoding can affect result.
gpgme_op_export_ext CHANGED: Output encoding can affect result.
gpgme_op_export_ext_start CHANGED: Output encoding can affect result.
+gpgme_cancel_async NEW
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~