aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcus Brinkmann <[email protected]>2004-06-08 17:52:36 +0000
committerMarcus Brinkmann <[email protected]>2004-06-08 17:52:36 +0000
commitc5ed55fb62a0b62b75d50a9fd9a0d0bbd845229c (patch)
treea479527313fde30298da9ad186590fb57c8e5411
parent2004-06-08 Marcus Brinkmann <[email protected]> (diff)
downloadgpgme-c5ed55fb62a0b62b75d50a9fd9a0d0bbd845229c.tar.gz
gpgme-c5ed55fb62a0b62b75d50a9fd9a0d0bbd845229c.zip
Add two items about documentation fixes.gpgme-0-9-0
-rw-r--r--NEWS9
1 files changed, 9 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 84e321a3..09c32a23 100644
--- a/NEWS
+++ b/NEWS
@@ -11,6 +11,15 @@ Noteworthy changes in version 0.9.0 (unreleased)
* Verifying a signature of a revoked key gives the correct result now
(GPG_ERR_CERT_REVOKED error code).
+ * Clarified that the error code GPG_ERR_NO_DATA from the decrypt &
+ verify operations still allows you to look at the signature
+ verification result.
+
+ * Clarified that patterns in keylisting operations have an upper
+ limit, and thus are not suited to list many keys at once by their
+ fingerprint. Also improve the error message if the pattern is too
+ long for the CMS protocol to handle.
+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
gpgme_key_t EXTENDED: New field keylist_mode.
gpgme_decrypt_result_t EXTENDED: New field wrong_key_usage.