From: Werner Koch Date: Fri, 3 May 2002 19:49:04 +0000 (+0000) Subject: released 0.3.6 X-Git-Tag: V0-3-6 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=5704bffacdaecdec48978a7485287f3963365ae2;p=gpgme.git released 0.3.6 --- diff --git a/ChangeLog b/ChangeLog index 0d0cea0..100a98e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2002-05-03 Werner Koch + + Released 0.3.6. + 2002-04-05 Marcus Brinkmann * acconfig.h: File removed. diff --git a/NEWS b/NEWS index 040b67c..b5e97c1 100644 --- a/NEWS +++ b/NEWS @@ -1,8 +1,13 @@ - * The signature verfication functions are extended. Instead of - always returning GPGME_SIG_STATUS_GOOD, the functions return more - specific codes for expired signatures. 2 new functions may be used - to retrieve more specific information like the signature expiartion - time and a validut information of the key without looking up the key. +Noteworthy changes in version 0.3.6 (2002-05-03) +------------------------------------------------ + + * All error outout of the gpgsm backend is send to the bit bucket. + + * The signature verification functions are extended. Instead of + always returning GPGME_SIG_STATUS_GOOD, the functions new codes for + expired signatures. 2 new functions may be used to retrieve more + detailed information like the signature expiration time and a + validity information of the key without an extra key looking. * The current passphrase callback and progress meter callback can be retrieved with the new functions gpgme_get_passphrase_cb and diff --git a/configure.ac b/configure.ac index 50711b8..8eb91bc 100644 --- a/configure.ac +++ b/configure.ac @@ -26,12 +26,12 @@ # (Interfaces added: AGE++) # (Interfaces removed: AGE=0) # -AC_INIT(gpgme, 0.3.6-cvs, [gnupg-devel@gnupg.org]) -LIBGPGME_LT_CURRENT=7 -LIBGPGME_LT_AGE=1 -LIBGPGME_LT_REVISION=1 -NEED_GPG_VERSION=1.0.6 -NEED_GPGSM_VERSION=0.3.1 +AC_INIT(gpgme, 0.3.6, [gnupg-devel@gnupg.org]) +LIBGPGME_LT_CURRENT=8 +LIBGPGME_LT_AGE=2 +LIBGPGME_LT_REVISION=0 +NEED_GPG_VERSION=1.0.7 +NEED_GPGSM_VERSION=0.3.6 ############################################## AC_PREREQ(2.52) AC_REVISION($Revision$) diff --git a/gpgme/gpgme.h b/gpgme/gpgme.h index e945383..71b2956 100644 --- a/gpgme/gpgme.h +++ b/gpgme/gpgme.h @@ -43,7 +43,7 @@ extern "C" { AM_PATH_GPGME macro) check that this header matches the installed library. Warning: Do not edit the next line. configure will do that for you! */ -#define GPGME_VERSION "0.3.6-cvs" +#define GPGME_VERSION "0.3.6" /* The opaque data types used by GPGME. */