From: Werner Koch Date: Fri, 20 Sep 2002 11:48:27 +0000 (+0000) Subject: * configure.ac: Bump up LIBGPGME_LT_REVISION. X-Git-Tag: gpgme-0-3-11^0 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=c4aa7bae1a66f536185dd2b86733e1ff97db051c;p=gpgme.git * configure.ac: Bump up LIBGPGME_LT_REVISION. * configure.ac (AC_CHECK_HEADERS): Check for sys/select.h. --- diff --git a/ChangeLog b/ChangeLog index e2b1431..3311f8c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2002-09-20 Werner Koch + 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 diff --git a/NEWS b/NEWS index 607d20f..6edbee5 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 831065e..6661cfc 100644 --- a/configure.ac +++ b/configure.ac @@ -30,7 +30,7 @@ AC_INIT(gpgme, 0.3.11, [bug-gpgme@gnupg.org]) # 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 ##############################################