aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcus Brinkmann <[email protected]>2002-12-23 21:19:23 +0000
committerMarcus Brinkmann <[email protected]>2002-12-23 21:19:23 +0000
commit856d9db47963555f901da2507cf98085493f355e (patch)
tree49baef71fdfe9508908f49cb4a02daeb45a1283f
parent2002-12-23 Marcus Brinkmann <[email protected]> (diff)
downloadgpgme-856d9db47963555f901da2507cf98085493f355e.tar.gz
gpgme-856d9db47963555f901da2507cf98085493f355e.zip
Added new items.gpgme-0-4-0
-rw-r--r--NEWS7
1 files changed, 6 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index dd3ea8ae..e4254383 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,10 @@
-Noteworthy changes in version 0.4.0 (unreleased)
+Noteworthy changes in version 0.4.0 (2002-12-23)
------------------------------------------------
+ * Key generation returns the fingerprint of the generated key.
+
+ * New convenience function gpgme_get_key.
+
* Supports signatures of user IDs in keys via the new
GPGME_KEYLIST_MODE_SIGS keylist mode and the
gpgme_key_sig_get_string_attr and gpgme_key_sig_get_ulong_attr
@@ -9,6 +13,7 @@ Noteworthy changes in version 0.4.0 (unreleased)
* New data object interface, which is more flexible and transparent.
+ * Interface changes relative to the 0.3.9 release:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
GpgmeDataReadCb NEW
GpgmeDataWriteCb NEW