aboutsummaryrefslogtreecommitdiffstats
path: root/doc/ChangeLog
diff options
context:
space:
mode:
authorMarcus Brinkmann <[email protected]>2004-05-21 15:51:53 +0000
committerMarcus Brinkmann <[email protected]>2004-05-21 15:51:53 +0000
commitcf6910f69dd23214ea2016bbd46c580268646aae (patch)
treef3566936bd2332105d32e11341ddc799f6066b18 /doc/ChangeLog
parentdoc/ (diff)
downloadgpgme-cf6910f69dd23214ea2016bbd46c580268646aae.tar.gz
gpgme-cf6910f69dd23214ea2016bbd46c580268646aae.zip
doc/
2004-05-21 Marcus Brinkmann <[email protected]> * gpgme.texi (Decrypt): Add note about new field wrong_key_usage of gpgme_decrypt_result_t. gpgme/ 2004-05-21 Marcus Brinkmann <[email protected]> * gpgme.h (struct _gpgme_decrypt_result): New fields wrong_key_usage and _unused. * decrypt.c (_gpgme_decrypt_status_handler): Don't skip over character after a matched string, as in a protocol error this could skip over the trailing binary zero. Handle decrypt.keyusage error notifications.
Diffstat (limited to '')
-rw-r--r--doc/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog
index c472cc04..db19a3be 100644
--- a/doc/ChangeLog
+++ b/doc/ChangeLog
@@ -1,5 +1,8 @@
2004-05-21 Marcus Brinkmann <[email protected]>
+ * gpgme.texi (Decrypt): Add note about new field wrong_key_usage
+ of gpgme_decrypt_result_t.
+
* gpgme.texi (Key Management): Add note about new field
keylist_mode of gpgme_key_t.