aboutsummaryrefslogtreecommitdiffstats
path: root/tests/ChangeLog
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2002-06-12 14:34:15 +0000
committerWerner Koch <[email protected]>2002-06-12 14:34:15 +0000
commit61c97e9fa9c939a76c6fc6be0dc4462cb62f01c5 (patch)
treee39375b5864f94c29544deb4f4ccdc74da22fdfe /tests/ChangeLog
parentAdd Plugin configuration option to allow for sending of *opaque* signed messa... (diff)
downloadgpgme-61c97e9fa9c939a76c6fc6be0dc4462cb62f01c5.tar.gz
gpgme-61c97e9fa9c939a76c6fc6be0dc4462cb62f01c5.zip
tests/
* gpgsm/t-keylist.c (doit): Print operation info if available. gpgme/ * keylist.c (struct keylist_result_s): New. (_gpgme_release_keylist_result): Release it here (keylist_status_handler): Handle truncated. (append_xml_keylistinfo): New. * gpgme.c (_gpgme_release_result): and use it here. * types.h: Declare the new type here. * context.h (struct gpgme_context_s): Use it here.
Diffstat (limited to 'tests/ChangeLog')
-rw-r--r--tests/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/ChangeLog b/tests/ChangeLog
index 5ab20b21..aea23e59 100644
--- a/tests/ChangeLog
+++ b/tests/ChangeLog
@@ -1,3 +1,7 @@
+2002-06-12 Werner Koch <[email protected]>
+
+ * gpgsm/t-keylist.c (doit): Print operation info if available.
+
2002-06-10 Werner Koch <[email protected]>
* gpgsm/t-verify.c (print_sig_stat): Print the error token.