aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2002-09-20 11:48:27 +0000
committerWerner Koch <[email protected]>2002-09-20 11:48:27 +0000
commitc4aa7bae1a66f536185dd2b86733e1ff97db051c (patch)
tree69df2c14aeb24f3584fd836717d1a5d26ff94186
parent* gpgmeplug.c (nextCertificate): Sanity check for empty tmp_dn. (diff)
downloadgpgme-c4aa7bae1a66f536185dd2b86733e1ff97db051c.tar.gz
gpgme-c4aa7bae1a66f536185dd2b86733e1ff97db051c.zip
* configure.ac: Bump up LIBGPGME_LT_REVISION.gpgme-0-3-11
* configure.ac (AC_CHECK_HEADERS): Check for sys/select.h.
-rw-r--r--ChangeLog4
-rw-r--r--NEWS5
-rw-r--r--configure.ac2
3 files changed, 10 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index e2b14315..3311f8c5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2002-09-20 Werner Koch <[email protected]>
+ Released 0.3.11.
+
+ * configure.ac: Bump up LIBGPGME_LT_REVISION.
+
* configure.ac (AC_CHECK_HEADERS): Check for sys/select.h.
2002-09-04 Marcus Brinkmann <[email protected]>
diff --git a/NEWS b/NEWS
index 607d20fc..6edbee5a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+Noteworthy changes in version 0.3.11 (2002-09-20)
+-------------------------------------------------
+
+ * Bug fixes.
+
Noteworthy changes in version 0.3.10 (2002-09-02)
-------------------------------------------------
diff --git a/configure.ac b/configure.ac
index 831065e0..6661cfcf 100644
--- a/configure.ac
+++ b/configure.ac
@@ -30,7 +30,7 @@ AC_INIT(gpgme, 0.3.11, [[email protected]])
#
LIBGPGME_LT_CURRENT=9
LIBGPGME_LT_AGE=3
-LIBGPGME_LT_REVISION=1
+LIBGPGME_LT_REVISION=2
NEED_GPG_VERSION=1.0.7
NEED_GPGSM_VERSION=0.3.8
##############################################