* configure.ac (LIBGPGME_LT_REVISION): Bumped to 9/3/5 .
authorWerner Koch <wk@gnupg.org>
Wed, 4 Dec 2002 13:11:17 +0000 (13:11 +0000)
committerWerner Koch <wk@gnupg.org>
Wed, 4 Dec 2002 13:11:17 +0000 (13:11 +0000)
* README: Explained that this is the current stable version.

branches/gpgme-0-3-branch/ChangeLog
branches/gpgme-0-3-branch/NEWS
branches/gpgme-0-3-branch/README
branches/gpgme-0-3-branch/configure.ac
branches/gpgme-0-3-branch/gpgme/gpgme.h

index ac9c1d99a6c59c698adade09d21e695a5b1eefa1..44930e80fbbb337faae61770868735010f7747a4 100644 (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"
index 6b2291aaab74b4d02443708717408a7e9a66c773..0c3b937d0df1004d81ceb4ce58b06721a16c0be3 100644 (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)
 -------------------------------------------------
 
index 851d89e146041df1b61c1ec56e47d534818415c1..9905e5076b00433f883a457b2116df062eb36b0f 100644 (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.
index 8f075419fe47e16f7a2fea46b4a7b32aa3f2062b..c20cb8097f14d31c89f5e56a1c9cd1b86cc84808 100644 (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
 ##############################################
index f790a6f1d9b9d28aa119cc3926e835f32cd05d91..143b89856873d63f005ed092a92cc31a79bae064 100644 (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.  */