diff options
author | Marcus Brinkmann <[email protected]> | 2009-06-16 14:43:38 +0000 |
---|---|---|
committer | Marcus Brinkmann <[email protected]> | 2009-06-16 14:43:38 +0000 |
commit | 3320cc1742b541e9878dec1f6949f04811292cd3 (patch) | |
tree | 273fc30aff84eac8b611f9a70ce72456143dcc15 /NEWS | |
parent | Add new functions to import and export keys specified by gpgme_key_t. (diff) | |
download | gpgme-3320cc1742b541e9878dec1f6949f04811292cd3.tar.gz gpgme-3320cc1742b541e9878dec1f6949f04811292cd3.zip |
doc/
2009-06-16 Marcus Brinkmann <[email protected]>
* gpgme.texi (Result Management): New section.
src/
2009-06-16 Marcus Brinkmann <[email protected]>
* gpgme.c (result_ref_lock): New global variable.
(gpgme_result_ref, gpgme_result_unref): use it.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 12 |
1 files changed, 11 insertions, 1 deletions
@@ -1,4 +1,4 @@ -Noteworthy changes in version 1.2.0 +Noteworthy changes in version 1.2.0 (unreleased) ------------------------------------------------ * New encryption flag GPGME_ENCRYPT_NO_ENCRYPT_TO to disable default @@ -11,6 +11,16 @@ Noteworthy changes in version 1.2.0 * New functions gpgme_io_read and gpgme_io_write for use with gpgme_passphrase_cb_t and gpgme_edit_cb_t functions. + * New functions gpgme_result_ref and gpgme_result_unref to detach + result structures from a context. + + * New functions gpgme_op_export_keys_start and gpgme_op_export_keys + that allow to specify exported keys through gpgme_key_t objects + instead of patterns. + + * New mode of operation gpgme_export_mode_t that allows exporting + external keys. + * Interface changes relative to the 1.1.7 release: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ GPGME_KEYLIST_MODE_EPHEMERAL NEW. |