diff options
| -rw-r--r-- | ChangeLog | 9 | ||||
| -rw-r--r-- | NEWS | 6 | ||||
| -rw-r--r-- | configure.ac | 2 | ||||
| -rw-r--r-- | gpgme/gpgme.h | 2 | 
4 files changed, 17 insertions, 2 deletions
| @@ -1,3 +1,12 @@ +2002-02-10  Marcus Brinkmann  <[email protected]> + +	* 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 +	<[email protected]>. +  2002-02-09  Marcus Brinkmann  <[email protected]>  	* Released 0.3.1. @@ -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 dc9ed729..83426b23 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, [[email protected]]) +AC_INIT(gpgme, 0.3.2, [[email protected]])  LIBGPGME_LT_CURRENT=6  LIBGPGME_LT_AGE=0  LIBGPGME_LT_REVISION=0 diff --git a/gpgme/gpgme.h b/gpgme/gpgme.h index 71417587..96d1f1f5 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.  */ | 
