* configure.ac (LIBGPGME_LT_REVISION): Bumped to 9/3/5 .

* README: Explained that this is the current stable version.
This commit is contained in:
Werner Koch 2002-12-04 13:11:17 +00:00
parent eb8fd48693
commit bad3455d25
5 changed files with 18 additions and 4 deletions

View File

@ -1,3 +1,10 @@
2002-12-04 Werner Koch <wk@gnupg.org>
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 <marcus@g10code.de>
* NEWS: Add note about moving "gpgmeplug" to the "cryptplug"

5
NEWS
View File

@ -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)
-------------------------------------------------

6
README
View File

@ -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.

View File

@ -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
##############################################

View File

@ -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. */