2002-02-10 Marcus Brinkmann <marcus@g10code.de>

* Released 0.3.2.

	* configure.ac (AC_INIT): Bump version to 0.3.2.
	* jnlib/libjnlibconfig.h: Revert to older version that doesn't
	expect libgcrypt.  Reported by Jose Carlos Garcia Sogo
	<jsogo@debian.org>.
2002-02-09  Marcus Brinkmann  <marcus@g10code.de>
This commit is contained in:
Marcus Brinkmann 2002-02-10 13:31:36 +00:00
parent a77a47722b
commit cfa8bcd174
4 changed files with 17 additions and 2 deletions

View File

@ -1,3 +1,12 @@
2002-02-10 Marcus Brinkmann <marcus@g10code.de>
* Released 0.3.2.
* configure.ac (AC_INIT): Bump version to 0.3.2.
* jnlib/libjnlibconfig.h: Revert to older version that doesn't
expect libgcrypt. Reported by Jose Carlos Garcia Sogo
<jsogo@debian.org>.
2002-02-09 Marcus Brinkmann <marcus@g10code.de>
* Released 0.3.1.

6
NEWS
View File

@ -1,3 +1,9 @@
Noteworthy changes in version 0.3.2 (2002-02-10)
------------------------------------------------
* Remove erroneous dependency on libgcrypt in jnlib.
Noteworthy changes in version 0.3.1 (2002-02-09)
------------------------------------------------

View File

@ -26,7 +26,7 @@
# (Interfaces added: AGE++)
# (Interfaces removed: AGE=0)
# XXXX new functions
AC_INIT(gpgme, 0.3.1, [gnupg-devel@gnupg.org])
AC_INIT(gpgme, 0.3.2, [gnupg-devel@gnupg.org])
LIBGPGME_LT_CURRENT=6
LIBGPGME_LT_AGE=0
LIBGPGME_LT_REVISION=0

View File

@ -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.1"
#define GPGME_VERSION "0.3.2"
/* The opaque data types used by GPGME. */