From ed314ff7665c452389c34163c6b82eea9b3b804f Mon Sep 17 00:00:00 2001 From: Marcus Brinkmann Date: Tue, 24 Feb 2004 23:08:48 +0000 Subject: doc/ 2004-02-24 Marcus Brinkmann * gpgme.texi (cancellation): New section. gpgme/ 2004-02-24 Marcus Brinkmann * gpgme.c (gpgme_cancel): New function. * engine-backend.h (struct engine_ops): New member cancel. * engine.h (_gpgme_engine_cancel): New prototype. * engine.c (_gpgme_engine_cancel): New function. * engine-gpgsm.c: Add new member cancel. (gpgsm_cancel): New function. (gpgsm_release): Use it. * rungpg.c: Add new member cancel. --- NEWS | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 5812dcfc..ae000522 100644 --- a/NEWS +++ b/NEWS @@ -54,16 +54,19 @@ Noteworthy changes in version 0.4.5 (unreleased) needed. Still, it is there if necessary. If in doubt, contact us and we will give our advise for your specific situation. - * A new key listing mode for validation of the key has been added. - See the manual. + * New key listing mode GPGME_KEYLIST_MODE_VALIDATE for validation of + the listed keys. + + * New interface gpgme_cancel() that can be used to cancel + asynchronous operations. * Interface changes relative to the 0.4.4 release: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gpgme_data_seek_cb_t CHANGED: off_t is now a largefile type. gpgme_data_seek CHANGED: off_t is now a largefile type. gpgme_data_new_from_filepart CHANGED: off_t is now a largefile type. -GPGME_KEYLIST_MODE_VALIDATE NEW. - +GPGME_KEYLIST_MODE_VALIDATE NEW +gpgme_cancel NEW Noteworthy changes in version 0.4.4 (2004-01-12) ------------------------------------------------ -- cgit v1.2.3