aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcus Brinkmann <[email protected]>2002-02-10 13:31:36 +0000
committerMarcus Brinkmann <[email protected]>2002-02-10 13:31:36 +0000
commitcfa8bcd1749638550108f8fe0318c5ca11b2c865 (patch)
tree32b55b89244ad0ecee1d05b7e8dbc0c661d9a14b
parentRevert last change to this file. (diff)
downloadgpgme-cfa8bcd1749638550108f8fe0318c5ca11b2c865.tar.gz
gpgme-cfa8bcd1749638550108f8fe0318c5ca11b2c865.zip
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]>
-rw-r--r--ChangeLog9
-rw-r--r--NEWS6
-rw-r--r--configure.ac2
-rw-r--r--gpgme/gpgme.h2
4 files changed, 17 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index fca25093..a9a50ae8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
+
2002-02-09 Marcus Brinkmann <[email protected]>
* Released 0.3.1.
diff --git a/NEWS b/NEWS
index d61b14df..e917050a 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 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. */