released 0.3.6
This commit is contained in:
parent
afd58b644c
commit
203a4778b6
@ -1,3 +1,7 @@
|
||||
2002-05-03 Werner Koch <wk@gnupg.org>
|
||||
|
||||
Released 0.3.6.
|
||||
|
||||
2002-04-05 Marcus Brinkmann <marcus@g10code.de>
|
||||
|
||||
* acconfig.h: File removed.
|
||||
|
15
NEWS
15
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
|
||||
|
12
configure.ac
12
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$)
|
||||
|
@ -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. */
|
||||
|
Loading…
Reference in New Issue
Block a user