diff options
author | Marcus Brinkmann <[email protected]> | 2002-02-09 00:26:58 +0000 |
---|---|---|
committer | Marcus Brinkmann <[email protected]> | 2002-02-09 00:26:58 +0000 |
commit | bccaa95b2722eca22721cbc759a9cbf3ae116306 (patch) | |
tree | f8ab750c57a1085e06e03fbbca141311b85dda51 /NEWS | |
parent | 2002-02-09 Marcus Brinkmann <[email protected]> (diff) | |
download | gpgme-bccaa95b2722eca22721cbc759a9cbf3ae116306.tar.gz gpgme-bccaa95b2722eca22721cbc759a9cbf3ae116306.zip |
2002-02-09 Marcus Brinkmann <[email protected]>
* Released 0.3.1.
* configure.ac (LIBGPGME_LT_CURRENT): Bump it up to 6!
(NEED_GPGSM_VERSION): Bump it up to 0.3.0!
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,6 @@ +Noteworthy changes in version 0.3.1 (2002-02-09) +------------------------------------------------ + * There is a Texinfo manual documenting the API. * The gpgme_set_keylist_mode function returns an error, and changed @@ -27,6 +30,8 @@ * An idle function can be registered with gpgme_register_idle(). + * The GpgSM backend supports key generation with gpgme_op_genkey(). + * Interface changes relative to the 0.3.0 release: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gpgme_data_new_from_filepart CHANGED: Type of LENGTH is size_t. |