diff options
author | Werner Koch <[email protected]> | 2002-12-04 13:11:17 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2002-12-04 13:11:17 +0000 |
commit | bad3455d25f2f6ef24506384e0ec9eb55d69adc7 (patch) | |
tree | 442f9898778545014099cbee408758662474d06d | |
parent | Fix spelling of my name. (diff) | |
download | gpgme-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-- | ChangeLog | 7 | ||||
-rw-r--r-- | NEWS | 5 | ||||
-rw-r--r-- | README | 6 | ||||
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | gpgme/gpgme.h | 2 |
5 files changed, 18 insertions, 4 deletions
@@ -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" @@ -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) ------------------------------------------------- @@ -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. */ |