From: Marcus Brinkmann Date: Fri, 27 Jun 2008 16:08:35 +0000 (+0000) Subject: Add gpgme_cancel_async X-Git-Tag: gpgme-1.2.0@1385~60 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=bff63b5bb01bec875f939ce3953c5995397d13af;p=gpgme.git Add gpgme_cancel_async --- diff --git a/trunk/NEWS b/trunk/NEWS index 75f5211..81903a1 100644 --- a/trunk/NEWS +++ b/trunk/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 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~