summaryrefslogtreecommitdiffstats
path: root/trunk/NEWS
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2009-06-09 18:01:02 +0200
committerWerner Koch <[email protected]>2009-06-09 18:01:02 +0200
commitcf33a081b2aa067a7fdbfc5aadbd37f7f84c7833 (patch)
tree32ab2f10bd79a7bdafbed53d9322d2554f9dc572 /trunk/NEWS
parentDo not distribute gpgme.h. (diff)
downloadgpgme-cf33a081b2aa067a7fdbfc5aadbd37f7f84c7833.tar.gz
gpgme-cf33a081b2aa067a7fdbfc5aadbd37f7f84c7833.zip
Add gpgme_io_write and gpgme_io_read.
Minor cleanups.
Diffstat (limited to 'trunk/NEWS')
-rw-r--r--trunk/NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/trunk/NEWS b/trunk/NEWS
index 55288b4e..8629d315 100644
--- a/trunk/NEWS
+++ b/trunk/NEWS
@@ -8,6 +8,10 @@ Noteworthy changes in version 1.1.9
selftest failed (for example, if -mms-bitfields was not used on
MingW32 targets).
+ * New functions gpgme_io_read and gpgme_io_write for use with
+ gpgme_passphrase_cb_t and gpgme_edit_cb_t functions.
+
+
* Interface changes relative to the 1.1.7 release:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
GPGME_KEYLIST_MODE_EPHEMERAL NEW.
@@ -22,6 +26,8 @@ Noteworthy changes in version 1.1.9
GPGME_ENCRYPT_NO_ENCRYPT_TO NEW.
gpgme_check_version CHANGED: Is now a macro.
gpgme_new EXTENDED: More failure codes.
+ gpgme_io_read NEW.
+ gpgme_io_write NEW.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~