diff options
author | Marcus Brinkmann <[email protected]> | 2002-03-03 17:37:34 +0000 |
---|---|---|
committer | Marcus Brinkmann <[email protected]> | 2002-03-03 17:37:34 +0000 |
commit | 3c9959368e0099af4ef8c27953d7fc3c3d4cea29 (patch) | |
tree | ba67c576c0aaa1bead0298133cd22dba7b1ca07d /NEWS | |
parent | doc/ (diff) | |
download | gpgme-3c9959368e0099af4ef8c27953d7fc3c3d4cea29.tar.gz gpgme-3c9959368e0099af4ef8c27953d7fc3c3d4cea29.zip |
doc/
2002-03-03 Marcus Brinkmann <[email protected]>
* gpgme.texi (Information About Keys): Document GPGME_ATTR_EXPIRE.
gpgme/
2002-03-03 Marcus Brinkmann <[email protected]>
* passphrase.c (_gpgme_passphrase_status_handler): Also set the
error No_Passphrase if only a bad passphrase was provided.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -19,10 +19,13 @@ * New interface gpgme_op_keylist_ext_start to search for multiple patterns. + * gpgme_key_get_ulong_attr supports the GPGME_ATTR_EXPIRE attribute. + * Interface changes relative to the 0.3.3 release: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gpgme_op_encrypt CHANGED: Can fail with GPGME_Invalid_Recipients gpgme_op_verify EXTENDED: Accepts uninitialized text argument +gpgme_key_get_ulong_attr EXTENDED: Supports GPGME_ATTR_EXPIRE gpgme_set_include_certs NEW gpgme_get_include_certs NEW gpgme_op_encrypt_sign NEW |