2006-03-22 [colin] 2.0.0cvs163
authorColin Leroy <colin@colino.net>
Wed, 22 Mar 2006 17:20:12 +0000 (17:20 +0000)
committerColin Leroy <colin@colino.net>
Wed, 22 Mar 2006 17:20:12 +0000 (17:20 +0000)
* configure.ac
Require libetpan 0.45
http://prdownloads.sourceforge.net/libetpan/libetpan-0.45.tar.gz?download

ChangeLog
PATCHSETS
configure.ac

index 7a88b01e961931e5f17ad87394678a3f18a271d7..6583674b484bfe7d280ff9455805464fbf3c8aa9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2006-03-22 [colin]     2.0.0cvs163
+
+       * configure.ac
+               Require libetpan 0.45
+               http://prdownloads.sourceforge.net/libetpan/libetpan-0.45.tar.gz?download
+
 2006-03-22 [paul]      2.0.0cvs162
 
        * src/editgroup.c
 2006-03-22 [paul]      2.0.0cvs162
 
        * src/editgroup.c
index eb36a79b16b8f4cd234cf089152b0d48c0bfd87b..3dfee2912c092c6f463b0d1ed6997861943828ae 100644 (file)
--- a/PATCHSETS
+++ b/PATCHSETS
 ( cvs diff -u -r 1.1.4.31 -r 1.1.4.32 src/etpan/imap-thread.c;  ) > 2.0.0cvs160.patchset
 ( cvs diff -u -r 1.382.2.254 -r 1.382.2.255 src/compose.c;  cvs diff -u -r 1.60.2.54 -r 1.60.2.55 src/addressbook.c;  ) > 2.0.0cvs161.patchset
 ( cvs diff -u -r 1.11.2.11 -r 1.11.2.12 src/editgroup.c;  cvs diff -u -r 1.15.2.25 -r 1.15.2.26 src/summary_search.c;  cvs diff -u -r 1.1.2.35 -r 1.1.2.36 src/gtk/quicksearch.c;  ) > 2.0.0cvs162.patchset
 ( cvs diff -u -r 1.1.4.31 -r 1.1.4.32 src/etpan/imap-thread.c;  ) > 2.0.0cvs160.patchset
 ( cvs diff -u -r 1.382.2.254 -r 1.382.2.255 src/compose.c;  cvs diff -u -r 1.60.2.54 -r 1.60.2.55 src/addressbook.c;  ) > 2.0.0cvs161.patchset
 ( cvs diff -u -r 1.11.2.11 -r 1.11.2.12 src/editgroup.c;  cvs diff -u -r 1.15.2.25 -r 1.15.2.26 src/summary_search.c;  cvs diff -u -r 1.1.2.35 -r 1.1.2.36 src/gtk/quicksearch.c;  ) > 2.0.0cvs162.patchset
+( cvs diff -u -r 1.654.2.1392 -r 1.654.2.1393 configure.ac;  ) > 2.0.0cvs163.patchset
index e0ea6617d8e62693ffbed5da8ce70e96a7060f03..96c658f011c9d025305fa2a15a03b92f7fb81b2f 100644 (file)
@@ -11,7 +11,7 @@ MINOR_VERSION=0
 MICRO_VERSION=0
 INTERFACE_AGE=0
 BINARY_AGE=0
 MICRO_VERSION=0
 INTERFACE_AGE=0
 BINARY_AGE=0
-EXTRA_VERSION=162
+EXTRA_VERSION=163
 EXTRA_RELEASE=
 EXTRA_GTK2_VERSION=
 
 EXTRA_RELEASE=
 EXTRA_GTK2_VERSION=
 
@@ -759,18 +759,18 @@ if test x"$ac_cv_enable_libetpan" = xyes; then
           LIBETPAN_CPPFLAGS="`$libetpanconfig --cflags`"
           LIBETPAN_LIBS="`$libetpanconfig --libs`"
           LIBETPAN_VERSION=`$libetpanconfig --version | sed "s/\.//g" | sed "s/-.*$//"`
           LIBETPAN_CPPFLAGS="`$libetpanconfig --cflags`"
           LIBETPAN_LIBS="`$libetpanconfig --libs`"
           LIBETPAN_VERSION=`$libetpanconfig --version | sed "s/\.//g" | sed "s/-.*$//"`
-          if test "$LIBETPAN_VERSION" -lt "041"; then
-               AC_MSG_RESULT([*** Sylpheed requires libetpan 0.41 or newer. See http://www.etpan.org/])
+          if test "$LIBETPAN_VERSION" -lt "045"; then
+               AC_MSG_RESULT([*** Sylpheed requires libetpan 0.45 or newer. See http://www.etpan.org/])
                AC_MSG_RESULT([*** You can use --disable-libetpan if you don't need IMAP4 support.])
                AC_MSG_RESULT([*** You can use --disable-libetpan if you don't need IMAP4 support.])
-                AC_MSG_ERROR([libetpan 0.41 not found])
+                AC_MSG_ERROR([libetpan 0.45 not found])
           fi
           AC_SUBST(LIBETPAN_FLAGS)
           AC_SUBST(LIBETPAN_LIBS)
           AC_DEFINE(HAVE_LIBETPAN, 1, Define if you want IMAP support.)
        else
           fi
           AC_SUBST(LIBETPAN_FLAGS)
           AC_SUBST(LIBETPAN_LIBS)
           AC_DEFINE(HAVE_LIBETPAN, 1, Define if you want IMAP support.)
        else
-          AC_MSG_RESULT([*** Sylpheed requires libetpan 0.41 or newer. See http://www.etpan.org/ ])
+          AC_MSG_RESULT([*** Sylpheed requires libetpan 0.45 or newer. See http://www.etpan.org/ ])
           AC_MSG_RESULT([*** You can use --disable-libetpan if you don't need IMAP4 support.])
           AC_MSG_RESULT([*** You can use --disable-libetpan if you don't need IMAP4 support.])
-           AC_MSG_ERROR([libetpan 0.41 not found])
+           AC_MSG_ERROR([libetpan 0.45 not found])
        fi
 else
        AC_MSG_RESULT(no)
        fi
 else
        AC_MSG_RESULT(no)