* configure.ac: Bumbed LT version to 9/3/0.
(NEED_GPGSM_VERSION): Need 0.3.8 due to fixed export command.
This commit is contained in:
parent
3debbf008e
commit
f93de93870
@ -1,3 +1,10 @@
|
|||||||
|
2002-06-25 Werner Koch <wk@gnupg.org>
|
||||||
|
|
||||||
|
Released 0.3.8.
|
||||||
|
|
||||||
|
* configure.ac: Bumbed LT version to 9/3/0.
|
||||||
|
(NEED_GPGSM_VERSION): Need 0.3.8 due to fixed export command.
|
||||||
|
|
||||||
2002-06-04 Marcus Brinkmann <marcus@g10code.de>
|
2002-06-04 Marcus Brinkmann <marcus@g10code.de>
|
||||||
|
|
||||||
Released 0.3.7.
|
Released 0.3.7.
|
||||||
|
4
NEWS
4
NEWS
@ -1,4 +1,4 @@
|
|||||||
Noteworthy changes in version CVS-HEAD
|
Noteworthy changes in version 0.3.8 (2002-06-25)
|
||||||
------------------------------------------------
|
------------------------------------------------
|
||||||
|
|
||||||
* It is possible to use an outside event loop for the I/O to the
|
* It is possible to use an outside event loop for the I/O to the
|
||||||
@ -29,7 +29,7 @@ Noteworthy changes in version 0.3.7 (2002-06-04)
|
|||||||
Noteworthy changes in version 0.3.6 (2002-05-03)
|
Noteworthy changes in version 0.3.6 (2002-05-03)
|
||||||
------------------------------------------------
|
------------------------------------------------
|
||||||
|
|
||||||
* All error outout of the gpgsm backend is send to the bit bucket.
|
* All error output of the gpgsm backend is send to the bit bucket.
|
||||||
|
|
||||||
* The signature verification functions are extended. Instead of
|
* The signature verification functions are extended. Instead of
|
||||||
always returning GPGME_SIG_STATUS_GOOD, the functions new codes for
|
always returning GPGME_SIG_STATUS_GOOD, the functions new codes for
|
||||||
|
10
configure.ac
10
configure.ac
@ -26,12 +26,12 @@
|
|||||||
# (Interfaces added: AGE++)
|
# (Interfaces added: AGE++)
|
||||||
# (Interfaces removed: AGE=0)
|
# (Interfaces removed: AGE=0)
|
||||||
#
|
#
|
||||||
AC_INIT(gpgme, 0.3.8-cvs, [gnupg-devel@gnupg.org])
|
AC_INIT(gpgme, 0.3.8, [gnupg-devel@gnupg.org])
|
||||||
LIBGPGME_LT_CURRENT=8
|
LIBGPGME_LT_CURRENT=9
|
||||||
LIBGPGME_LT_AGE=2
|
LIBGPGME_LT_AGE=3
|
||||||
LIBGPGME_LT_REVISION=1
|
LIBGPGME_LT_REVISION=0
|
||||||
NEED_GPG_VERSION=1.0.7
|
NEED_GPG_VERSION=1.0.7
|
||||||
NEED_GPGSM_VERSION=0.3.7
|
NEED_GPGSM_VERSION=0.3.8
|
||||||
##############################################
|
##############################################
|
||||||
AC_PREREQ(2.52)
|
AC_PREREQ(2.52)
|
||||||
AC_REVISION($Revision$)
|
AC_REVISION($Revision$)
|
||||||
|
Loading…
Reference in New Issue
Block a user