aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS11
1 files changed, 7 insertions, 4 deletions
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)
------------------------------------------------