aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--NEWS15
-rw-r--r--configure.ac12
-rw-r--r--gpgme/gpgme.h2
4 files changed, 21 insertions, 12 deletions
diff --git a/ChangeLog b/ChangeLog
index 0d0cea05..100a98ec 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2002-05-03 Werner Koch <[email protected]>
+
+ Released 0.3.6.
+
2002-04-05 Marcus Brinkmann <[email protected]>
* acconfig.h: File removed.
diff --git a/NEWS b/NEWS
index 040b67c7..b5e97c13 100644
--- 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
diff --git a/configure.ac b/configure.ac
index 50711b86..8eb91bca 100644
--- a/configure.ac
+++ b/configure.ac
@@ -26,12 +26,12 @@
# (Interfaces added: AGE++)
# (Interfaces removed: AGE=0)
#
-AC_INIT(gpgme, 0.3.6-cvs, [[email protected]])
-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, [[email protected]])
+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$)
diff --git a/gpgme/gpgme.h b/gpgme/gpgme.h
index e9453830..71b29565 100644
--- a/gpgme/gpgme.h
+++ b/gpgme/gpgme.h
@@ -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. */