diff options
author | Marcus Brinkmann <[email protected]> | 2004-05-21 15:15:21 +0000 |
---|---|---|
committer | Marcus Brinkmann <[email protected]> | 2004-05-21 15:15:21 +0000 |
commit | 6aeee0426a98e306974a0e06a6e85cbe69e16dff (patch) | |
tree | 7fd6d9ac00f02631fd3d58eeca8ab115ae99f5d1 /NEWS | |
parent | Update version number. (diff) | |
download | gpgme-6aeee0426a98e306974a0e06a6e85cbe69e16dff.tar.gz gpgme-6aeee0426a98e306974a0e06a6e85cbe69e16dff.zip |
doc/
2004-05-21 Marcus Brinkmann <[email protected]>
* gpgme.texi (Key Management): Add note about new field
keylist_mode of gpgme_key_t.
gpgme/
2004-05-21 Marcus Brinkmann <[email protected]>
* gpgme.h (struct _gpgme_key): New member keylist_mode.
* keylist.c (keylist_colon_handler): Set the keylist_mode of KEY.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,3 +1,14 @@ +Noteworthy changes in version 0.9.0 (unreleased) +------------------------------------------------ + + * The type gpgme_key_t has now a new field keylist_mode that contains + the keylist mode that was active at the time the key was retrieved. + +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +gpgme_key_t EXTENDED: New field keylist_mode. +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + Noteworthy changes in version 0.4.7 (2004-04-29) ------------------------------------------------ |