aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2002-12-04 13:11:17 +0000
committerWerner Koch <[email protected]>2002-12-04 13:11:17 +0000
commitbad3455d25f2f6ef24506384e0ec9eb55d69adc7 (patch)
tree442f9898778545014099cbee408758662474d06d
parentFix spelling of my name. (diff)
downloadgpgme-bad3455d25f2f6ef24506384e0ec9eb55d69adc7.tar.gz
gpgme-bad3455d25f2f6ef24506384e0ec9eb55d69adc7.zip
* configure.ac (LIBGPGME_LT_REVISION): Bumped to 9/3/5 .
* README: Explained that this is the current stable version.
-rw-r--r--ChangeLog7
-rw-r--r--NEWS5
-rw-r--r--README6
-rw-r--r--configure.ac2
-rw-r--r--gpgme/gpgme.h2
5 files changed, 18 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index ac9c1d99..44930e80 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2002-12-04 Werner Koch <[email protected]>
+
+ Released 0.3.14.
+
+ * configure.ac (LIBGPGME_LT_REVISION): Bumped to 9/3/5 .
+ * README: Explained that this is the current stable version.
+
2002-11-28 Marcus Brinkmann <[email protected]>
* NEWS: Add note about moving "gpgmeplug" to the "cryptplug"
diff --git a/NEWS b/NEWS
index 6b2291aa..0c3b937d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,8 +1,11 @@
-Noteworthy changes in version 0.3.14 (unreleased)
+Noteworthy changes in version 0.3.14 (2002-12-04)
-------------------------------------------------
* GPGME-Plug is now in its own package "cryptplug".
+ * Workaround for a setlocale problem. Fixed a segv related to not
+ correctly as closed marked file descriptors.
+
Noteworthy changes in version 0.3.13 (2002-11-20)
-------------------------------------------------
diff --git a/README b/README
index 851d89e1..9905e507 100644
--- a/README
+++ b/README
@@ -1,7 +1,11 @@
GPGME - GnuPG Made Easy
---------------------------
+ Version 0.3
- !!!! THIS IS WORK IN PROGRESS !!!
+This is the stable branch of GPGME. We don't intend to make any
+changes to the API anymore but OTOH we won't add any new features.
+The development version is available in the CVS; after we have
+released that onem we will slowly fade out support for this 0.3 branch.
If you want to hack on it, start with one of the `tests/gpg/t-foo'
programs.
diff --git a/configure.ac b/configure.ac
index 8f075419..c20cb809 100644
--- a/configure.ac
+++ b/configure.ac
@@ -30,7 +30,7 @@ AC_INIT(gpgme, 0.3.14, [[email protected]])
#
LIBGPGME_LT_CURRENT=9
LIBGPGME_LT_AGE=3
-LIBGPGME_LT_REVISION=4
+LIBGPGME_LT_REVISION=5
NEED_GPG_VERSION=1.2.0
NEED_GPGSM_VERSION=0.9.2
##############################################
diff --git a/gpgme/gpgme.h b/gpgme/gpgme.h
index f790a6f1..143b8985 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.13"
+#define GPGME_VERSION "0.3.14"
/* The opaque data types used by GPGME. */