diff options
| author | Werner Koch <[email protected]> | 2009-06-09 18:01:02 +0200 |
|---|---|---|
| committer | Werner Koch <[email protected]> | 2009-06-09 18:01:02 +0200 |
| commit | cf33a081b2aa067a7fdbfc5aadbd37f7f84c7833 (patch) | |
| tree | 32ab2f10bd79a7bdafbed53d9322d2554f9dc572 /trunk/NEWS | |
| parent | Do not distribute gpgme.h. (diff) | |
| download | gpgme-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/NEWS | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
