From: Marcus Brinkmann Date: Sun, 10 Feb 2002 13:31:36 +0000 (+0000) Subject: 2002-02-10 Marcus Brinkmann X-Git-Tag: V0-3-4~32 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=cfa8bcd1749638550108f8fe0318c5ca11b2c865;p=gpgme.git 2002-02-10 Marcus Brinkmann * 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 . 2002-02-09 Marcus Brinkmann --- diff --git a/ChangeLog b/ChangeLog index fca2509..a9a50ae 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2002-02-10 Marcus Brinkmann + + * 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 + . + 2002-02-09 Marcus Brinkmann * Released 0.3.1. diff --git a/NEWS b/NEWS index d61b14d..e917050 100644 --- a/NEWS +++ b/NEWS @@ -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) ------------------------------------------------ diff --git a/configure.ac b/configure.ac index dc9ed72..83426b2 100644 --- a/configure.ac +++ b/configure.ac @@ -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 diff --git a/gpgme/gpgme.h b/gpgme/gpgme.h index 7141758..96d1f1f 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.1" +#define GPGME_VERSION "0.3.2" /* The opaque data types used by GPGME. */