aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcus Brinkmann <[email protected]>2003-02-18 18:04:10 +0000
committerMarcus Brinkmann <[email protected]>2003-02-18 18:04:10 +0000
commit2996ddce012cbe80a4615d3ef6910980453f4b09 (patch)
tree1d69c22d5f90e277cea191ce31a58582406e2480
parent2003-02-18 Marcus Brinkmann <[email protected]> (diff)
downloadgpgme-2996ddce012cbe80a4615d3ef6910980453f4b09.tar.gz
gpgme-2996ddce012cbe80a4615d3ef6910980453f4b09.zip
2003-02-18 Marcus Brinkmann <[email protected]>
Released 0.3.15. * configure.ac (LIBGPGME_LT_REVISION): Bumped to 6.
-rw-r--r--ChangeLog6
-rw-r--r--NEWS5
-rw-r--r--configure.ac2
-rw-r--r--gpgme/gpgme.h2
4 files changed, 12 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 44930e80..fc7888ad 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2003-02-18 Marcus Brinkmann <[email protected]>
+
+ Released 0.3.15.
+
+ * configure.ac (LIBGPGME_LT_REVISION): Bumped to 6.
+
2002-12-04 Werner Koch <[email protected]>
Released 0.3.14.
diff --git a/NEWS b/NEWS
index 3a6d3bd9..e450dff0 100644
--- a/NEWS
+++ b/NEWS
@@ -1,9 +1,12 @@
-Noteworthy changes in version 0.3.15 (unreleased)
+Noteworthy changes in version 0.3.15 (2003-02-18)
-------------------------------------------------
* The progress status is sent via the progress callbacks in
gpgme_op_edit.
+ * Bug fix for signing operations with explicit signer settings for
+ the CMS protocol.
+
Noteworthy changes in version 0.3.14 (2002-12-04)
-------------------------------------------------
diff --git a/configure.ac b/configure.ac
index e266f51f..28ad4f24 100644
--- a/configure.ac
+++ b/configure.ac
@@ -30,7 +30,7 @@ AC_INIT(gpgme, 0.3.15-cvs, [[email protected]])
#
LIBGPGME_LT_CURRENT=9
LIBGPGME_LT_AGE=3
-LIBGPGME_LT_REVISION=5
+LIBGPGME_LT_REVISION=6
NEED_GPG_VERSION=1.2.0
NEED_GPGSM_VERSION=0.9.2
##############################################
diff --git a/gpgme/gpgme.h b/gpgme/gpgme.h
index 143b8985..c97cab01 100644
--- a/gpgme/gpgme.h
+++ b/gpgme/gpgme.h
@@ -44,7 +44,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.14"
+#define GPGME_VERSION "0.3.15"
/* The opaque data types used by GPGME. */