[claws-mail-cvs-commit] PATCHSETS

Colin Leroy <[email protected]> Sun, 23 Aug 2009 12:16:19 +0000
Newsgroups gmane.mail.sylpheed.claws.cvs
Message-ID <[email protected]>
Update of /srv/cvs/claws-mail/claws
In directory ran:/tmp/cvs-serv32223

Modified Files:
      Tag: gtk2
	PATCHSETS ChangeLog configure.ac 
Log Message:
2009-08-23 [colin]	3.7.2cvs26

	* src/mbox.c
		Probably fix RH bug 512024, " folder.c:3543 
		Condition msglist != NULL failed"

Index: configure.ac
===================================================================
RCS file: /srv/cvs/claws-mail/claws/configure.ac,v
retrieving revision 1.654.2.3919
retrieving revision 1.654.2.3920
diff -u -d -r1.654.2.3919 -r1.654.2.3920
--- configure.ac	23 Aug 2009 11:01:01 -0000	1.654.2.3919
+++ configure.ac	23 Aug 2009 12:16:17 -0000	1.654.2.3920
@@ -12,7 +12,7 @@
 MICRO_VERSION=2
 INTERFACE_AGE=0
 BINARY_AGE=0
-EXTRA_VERSION=25
+EXTRA_VERSION=26
 EXTRA_RELEASE=
 EXTRA_GTK2_VERSION=
 

Index: PATCHSETS
===================================================================
RCS file: /srv/cvs/claws-mail/claws/PATCHSETS,v
retrieving revision 1.1.2.3862
retrieving revision 1.1.2.3863
diff -u -d -r1.1.2.3862 -r1.1.2.3863
--- PATCHSETS	23 Aug 2009 11:01:00 -0000	1.1.2.3862
+++ PATCHSETS	23 Aug 2009 12:16:16 -0000	1.1.2.3863
@@ -3850,3 +3850,4 @@
 ( cvs diff -u -r 1.382.2.521 -r 1.382.2.522 src/compose.c;  ) > 3.7.2cvs23.patchset
 ( cvs diff -u -r 1.382.2.522 -r 1.382.2.523 src/compose.c;  ) > 3.7.2cvs24.patchset
 ( cvs diff -u -r 1.1.2.27 -r 1.1.2.28 src/prefs_compose_writing.c;  ) > 3.7.2cvs25.patchset
+( cvs diff -u -r 1.28.2.48 -r 1.28.2.49 src/mbox.c;  ) > 3.7.2cvs26.patchset

Index: ChangeLog
===================================================================
RCS file: /srv/cvs/claws-mail/claws/ChangeLog,v
retrieving revision 1.396.2.3012
retrieving revision 1.396.2.3013
diff -u -d -r1.396.2.3012 -r1.396.2.3013
--- ChangeLog	23 Aug 2009 11:01:01 -0000	1.396.2.3012
+++ ChangeLog	23 Aug 2009 12:16:16 -0000	1.396.2.3013
@@ -1,3 +1,9 @@
+2009-08-23 [colin]	3.7.2cvs26
+
+	* src/mbox.c
+		Probably fix RH bug 512024, " folder.c:3543 
+		Condition msglist != NULL failed"
+
 2009-08-23 [colin]	3.7.2cvs25
 
 	* src/prefs_compose_writing.c