aboutsummaryrefslogtreecommitdiffstats
path: root/doc/ChangeLog
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2002-06-26 12:49:59 +0000
committerWerner Koch <[email protected]>2002-06-26 12:49:59 +0000
commit06cd423a8b14ae91d5b0b248a90516c92db4d54e (patch)
treefc6e43b3d22f30eccd217d1fb63978717406d8e8 /doc/ChangeLog
parentMake the signatureCertificateDaysLeftToExpiry() work as expected. (diff)
downloadgpgme-06cd423a8b14ae91d5b0b248a90516c92db4d54e.tar.gz
gpgme-06cd423a8b14ae91d5b0b248a90516c92db4d54e.zip
* gpgsm/t-import.c (print_op_info): New.
(main): Print operation info. * engine-gpgsm.c (map_assuan_error): Map No_Data_Available to EOF. * import.c (append_xml_impinfo): Kludge to print fingerprint instead of keyid for use with gpgsm. (import_status_handler): Set a flag to know whether any import occured. (gpgme_op_import): Reurn -1 if no certificate ewas imported. * gpgme.texi (Importing Keys): Document the return value -1 of gpgme_op_import.
Diffstat (limited to 'doc/ChangeLog')
-rw-r--r--doc/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog
index 3c9cee8d..fcf65e30 100644
--- a/doc/ChangeLog
+++ b/doc/ChangeLog
@@ -1,3 +1,8 @@
+2002-06-26 Werner Koch <[email protected]>
+
+ * gpgme.texi (Importing Keys): Document the return value -1 of
+ gpgme_op_import.
+
2002-06-20 Werner Koch <[email protected]>
* gpgme.texi (Verify): Explain the new whatidx variable.