From bad3455d25f2f6ef24506384e0ec9eb55d69adc7 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Wed, 4 Dec 2002 13:11:17 +0000 Subject: [PATCH] * configure.ac (LIBGPGME_LT_REVISION): Bumped to 9/3/5 . * README: Explained that this is the current stable version. --- ChangeLog | 7 +++++++ NEWS | 5 ++++- README | 6 +++++- configure.ac | 2 +- gpgme/gpgme.h | 2 +- 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 + + 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 * 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, [bug-gpgme@gnupg.org]) # 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. */