From 02a1dbee30e990b25dae67fe3406dbac1463f509 Mon Sep 17 00:00:00 2001 From: Marcus Brinkmann Date: Thu, 28 Apr 2005 16:11:34 +0000 Subject: doc/ 2005-04-28 Marcus Brinkmann * gpgme.texi (Included Certificates): Document GPGME_INCLUDE_CERTS_DEFAULT. gpgme/ 2005-04-28 Marcus Brinkmann * gpgme.h (GPGME_INCLUDE_CERTS_DEFAULT): New macro. * engine-gpgsm.c (gpgsm_sign): Send the include-certs option after the reset, just for cleanliness, and do not sent it at all if the default is requested. * gpgme.c (gpgme_set_include_certs): Allow to use GPGME_INCLUDE_CERTS_DEFAULT. --- doc/ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'doc/ChangeLog') diff --git a/doc/ChangeLog b/doc/ChangeLog index d53f017b..5061d3a3 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,8 @@ +2005-04-28 Marcus Brinkmann + + * gpgme.texi (Included Certificates): Document + GPGME_INCLUDE_CERTS_DEFAULT. + 2005-01-12 Marcus Brinkmann * gpgme.texi (Engine Configuration): New section. -- cgit