2005-09-18 [colin] 1.9.14cvs40
authorColin Leroy <colin@colino.net>
Sun, 18 Sep 2005 01:11:49 +0000 (01:11 +0000)
committerColin Leroy <colin@colino.net>
Sun, 18 Sep 2005 01:11:49 +0000 (01:11 +0000)
* configure.ac
Fix bug #803 (IMAP/SSL support breaks with
GnuTLS libetpan 0.38)

ChangeLog-gtk2.claws
PATCHSETS
configure.ac

index de6c10535b723de67a6a9eacff11badc2e97d811..8b34c17356daabe1ca9584acdeba39c179894b2c 100644 (file)
@@ -1,3 +1,9 @@
+2005-09-18 [colin]     1.9.14cvs40
+
+       * configure.ac
+               Fix bug #803 (IMAP/SSL support breaks with 
+               GnuTLS libetpan 0.38)
+
 2005-09-18 [colin]     1.9.14cvs39
 
        * src/codeconv.c
index 750c4d6a6d570da7d179ea2978c7e4d238995672..a6360447935c350b26c8316c298e435fe145a6a5 100644 (file)
--- a/PATCHSETS
+++ b/PATCHSETS
 ( cvs diff -u -r 1.28.2.9 -r 1.28.2.10 src/addrindex.c;  ) > 1.9.14cvs37.patchset
 ( cvs diff -u -r 1.207.2.63 -r 1.207.2.64 src/folderview.c;  cvs diff -u -r 1.274.2.65 -r 1.274.2.66 src/mainwindow.c;  ) > 1.9.14cvs38.patchset
 ( cvs diff -u -r 1.65.2.35 -r 1.65.2.36 src/codeconv.c;  cvs diff -u -r 1.382.2.170 -r 1.382.2.171 src/compose.c;  cvs diff -u -r 1.49.2.60 -r 1.49.2.61 src/procmime.c;  ) > 1.9.14cvs39.patchset
+( cvs diff -u -r 1.654.2.850 -r 1.654.2.851 configure.ac;  ) > 1.9.14cvs40.patchset
index 5d484f3e68fa567fd4e8de79f60edf49d10e9491..0e488fd8d2805a1d7e63098c8af3284b447b8637 100644 (file)
@@ -11,7 +11,7 @@ MINOR_VERSION=9
 MICRO_VERSION=14
 INTERFACE_AGE=0
 BINARY_AGE=0
-EXTRA_VERSION=39
+EXTRA_VERSION=40
 EXTRA_RELEASE=
 EXTRA_GTK2_VERSION=
 
@@ -735,7 +735,7 @@ if test x"$ac_cv_enable_libetpan" = xyes; then
           LIBETPAN_LIBS="`$libetpanconfig --libs`"
           LIBETPAN_VERSION=`$libetpanconfig --version | sed "s/\.//g" | sed "s/-.*$//"`
           if test "$LIBETPAN_VERSION" -lt "038"; then
-               AC_MSG_ERROR([Sylpheed requires libetpan 0.38 or newer. See http://www.etpan.org/])
+               AC_MSG_ERROR([Sylpheed requires libetpan 0.39 or newer. See http://www.etpan.org/])
                AC_MSG_ERROR([You can use --disable-libetpan if you don't need IMAP4 support.])
           fi
           AC_SUBST(LIBETPAN_FLAGS)