aboutsummaryrefslogtreecommitdiffstats
path: root/branches/gpgme-1-0-branch/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'branches/gpgme-1-0-branch/NEWS')
-rw-r--r--branches/gpgme-1-0-branch/NEWS19
1 files changed, 18 insertions, 1 deletions
diff --git a/branches/gpgme-1-0-branch/NEWS b/branches/gpgme-1-0-branch/NEWS
index c4541750..b8945ba3 100644
--- a/branches/gpgme-1-0-branch/NEWS
+++ b/branches/gpgme-1-0-branch/NEWS
@@ -1,6 +1,23 @@
-Noteworthy changes in version 1.0.3
+Noteworthy changes in version 1.0.3 (unreleased)
------------------------------------------------
+ * Previousy, GPGME would use a default "include certs" of 1. This
+ has been changed. Now GPGME will use the crypto backend engines
+ default unless you set the value with gpgme_set_include_certs()
+ explicitely. A new macro GPGME_INCLUDE_CERTS_DEFAULT can be used
+ as a value to explicitely request the new default behaviour.
+
+ Because the default changes, this is a slight change of the API
+ semantics. We consider it to be a bug fix.
+
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+gpgme_set_engine_info NEW
+gpgme_ctx_get_engine_info NEW
+gpgme_ctx_set_engine_info NEW
+gpgme_set_include_certs CHANGED DEFAULT
+GPGME_INCLUDE_CERTS_DEFAULT NEW
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
Noteworthy changes in version 1.0.2 (2004-12-28)
------------------------------------------------