[claws-mail-cvs-commit] ChangeLog

Paul Mangan <[email protected]> Fri, 29 Aug 2008 09:53:27 +0000
Newsgroups gmane.mail.sylpheed.claws.cvs
Message-ID <[email protected]>
Update of /srv/cvs/claws-mail/claws
In directory ran:/tmp/cvs-serv10233

Modified Files:
      Tag: gtk2
	ChangeLog PATCHSETS configure.ac 
Log Message:
2008-08-29 [paul]	3.5.0cvs82

	* configure.ac
		bump up libetpan version requirement since
		0.55 is released now 

Index: configure.ac
===================================================================
RCS file: /srv/cvs/claws-mail/claws/configure.ac,v
retrieving revision 1.654.2.3555
retrieving revision 1.654.2.3556
diff -u -d -r1.654.2.3555 -r1.654.2.3556
--- configure.ac	28 Aug 2008 20:17:04 -0000	1.654.2.3555
+++ configure.ac	29 Aug 2008 09:53:24 -0000	1.654.2.3556
@@ -11,7 +11,7 @@
 MICRO_VERSION=0
 INTERFACE_AGE=0
 BINARY_AGE=0
-EXTRA_VERSION=81
+EXTRA_VERSION=82
 EXTRA_RELEASE=
 EXTRA_GTK2_VERSION=
 
@@ -930,18 +930,18 @@
 	   LIBETPAN_CPPFLAGS="`$libetpanconfig --cflags`"
 	   LIBETPAN_LIBS="`$libetpanconfig --libs`"
 	   LIBETPAN_VERSION=`$libetpanconfig --version | sed "s/\.//g" | sed "s/-.*$//"`
-	   if test "$LIBETPAN_VERSION" -lt "049"; then
-		AC_MSG_RESULT([*** Claws Mail requires libetpan 0.49 or newer. See http://www.etpan.org/])
+	   if test "$LIBETPAN_VERSION" -lt "055"; then
+		AC_MSG_RESULT([*** Claws Mail requires libetpan 0.55 or newer. See http://www.etpan.org/])
 		AC_MSG_RESULT([*** You can use --disable-libetpan if you don't need IMAP4 and/or NNTP support.])
-                AC_MSG_ERROR([libetpan 0.49 not found])
+                AC_MSG_ERROR([libetpan 0.55 not found])
 	   fi
 	   AC_SUBST(LIBETPAN_FLAGS)
 	   AC_SUBST(LIBETPAN_LIBS)
 	   AC_DEFINE(HAVE_LIBETPAN, 1, Define if you want IMAP and/or NNTP support.)
 	else
-	   AC_MSG_RESULT([*** Claws Mail requires libetpan 0.49 or newer. See http://www.etpan.org/ ])
+	   AC_MSG_RESULT([*** Claws Mail requires libetpan 0.55 or newer. See http://www.etpan.org/ ])
 	   AC_MSG_RESULT([*** You can use --disable-libetpan if you don't need IMAP4 and/or NNTP support.])
-           AC_MSG_ERROR([libetpan 0.49 not found])
+           AC_MSG_ERROR([libetpan 0.55 not found])
 	fi
 else
 	AC_MSG_RESULT(no)

Index: PATCHSETS
===================================================================
RCS file: /srv/cvs/claws-mail/claws/PATCHSETS,v
retrieving revision 1.1.2.3505
retrieving revision 1.1.2.3506
diff -u -d -r1.1.2.3505 -r1.1.2.3506
--- PATCHSETS	28 Aug 2008 20:17:03 -0000	1.1.2.3505
+++ PATCHSETS	29 Aug 2008 09:53:24 -0000	1.1.2.3506
@@ -3493,3 +3493,4 @@
 ( cvs diff -u -r 1.61.2.82 -r 1.61.2.83 src/account.c;  cvs diff -u -r 1.60.2.61 -r 1.60.2.62 src/prefs_actions.c;  cvs diff -u -r 1.59.2.72 -r 1.59.2.73 src/prefs_filtering.c;  cvs diff -u -r 1.12.2.65 -r 1.12.2.66 src/prefs_template.c;  ) > 3.5.0cvs79.patchset
 ( cvs diff -u -r 1.1.2.14 -r 1.1.2.15 src/gtk/combobox.c;  ) > 3.5.0cvs80.patchset
 ( cvs diff -u -r 1.61.2.83 -r 1.61.2.84 src/account.c;  cvs diff -u -r 1.56.2.62 -r 1.56.2.63 src/pop.c;  cvs diff -u -r 1.105.2.143 -r 1.105.2.144 src/prefs_account.c;  cvs diff -u -r 1.49.2.38 -r 1.49.2.39 src/prefs_account.h;  ) > 3.5.0cvs81.patchset
+( cvs diff -u -r 1.654.2.3555 -r 1.654.2.3556 configure.ac;  ) > 3.5.0cvs82.patchset

Index: ChangeLog
===================================================================
RCS file: /srv/cvs/claws-mail/claws/ChangeLog,v
retrieving revision 1.396.2.2641
retrieving revision 1.396.2.2642
diff -u -d -r1.396.2.2641 -r1.396.2.2642
--- ChangeLog	28 Aug 2008 20:17:03 -0000	1.396.2.2641
+++ ChangeLog	29 Aug 2008 09:53:23 -0000	1.396.2.2642
@@ -1,3 +1,9 @@
+2008-08-29 [paul]	3.5.0cvs82
+
+	* configure.ac
+		bump up libetpan version requirement since
+		0.55 is released now
+
 2008-08-28 [wwp]	3.5.0cvs81
 
 	* src/account.c