released 0.3.6 V0-3-6
authorWerner Koch <wk@gnupg.org>
Fri, 3 May 2002 19:49:04 +0000 (19:49 +0000)
committerWerner Koch <wk@gnupg.org>
Fri, 3 May 2002 19:49:04 +0000 (19:49 +0000)
ChangeLog
NEWS
configure.ac
gpgme/gpgme.h

index 0d0cea0511354808c4cd5decbe3f513c5a6568ef..100a98ec5dc3222c6e2c9690d8341d5f5bf90c19 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2002-05-03  Werner Koch  <wk@gnupg.org>
+
+       Released 0.3.6.
+
 2002-04-05  Marcus Brinkmann  <marcus@g10code.de>
 
        * acconfig.h: File removed.
diff --git a/NEWS b/NEWS
index 040b67c77837190e3ddc62ee748feec8c3c5fb55..b5e97c13ee1f78aef00ad540e0273dd80babcb9a 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,8 +1,13 @@
- * The signature verfication functions are extended.  Instead of
-   always returning GPGME_SIG_STATUS_GOOD, the functions return more
-   specific codes for expired signatures.  2 new functions may be used
-   to retrieve more specific information like the signature expiartion
-   time and a validut information of the key without looking up the key.
+Noteworthy changes in version 0.3.6 (2002-05-03)
+------------------------------------------------
+
+ * All error outout of the gpgsm backend is send to the bit bucket.
+
+ * The signature verification functions are extended.  Instead of
+   always returning GPGME_SIG_STATUS_GOOD, the functions new codes for
+   expired signatures.  2 new functions may be used to retrieve more
+   detailed information like the signature expiration time and a
+   validity information of the key without an extra key looking.
 
  * The current passphrase callback and progress meter callback can be
    retrieved with the new functions gpgme_get_passphrase_cb and
index 50711b865d3c0b0ab9f689cf4e18c041b0b10b80..8eb91bcabe9e37accedb077eade79a8fa6028a8c 100644 (file)
 #   (Interfaces added:                 AGE++)
 #   (Interfaces removed:               AGE=0)
 #
-AC_INIT(gpgme, 0.3.6-cvs, [gnupg-devel@gnupg.org])
-LIBGPGME_LT_CURRENT=7
-LIBGPGME_LT_AGE=1
-LIBGPGME_LT_REVISION=1
-NEED_GPG_VERSION=1.0.6
-NEED_GPGSM_VERSION=0.3.1
+AC_INIT(gpgme, 0.3.6, [gnupg-devel@gnupg.org])
+LIBGPGME_LT_CURRENT=8
+LIBGPGME_LT_AGE=2
+LIBGPGME_LT_REVISION=0
+NEED_GPG_VERSION=1.0.7
+NEED_GPGSM_VERSION=0.3.6
 ##############################################
 AC_PREREQ(2.52)
 AC_REVISION($Revision$)
index e9453830b8799047ff724a0dc84663f54d369970..71b29565470425a4aafc15f02a1604617ade8033 100644 (file)
@@ -43,7 +43,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.6-cvs"
+#define GPGME_VERSION "0.3.6"
 
 
 /* The opaque data types used by GPGME.  */