[Commits] PATCHSETS 1.1.2.4463 1.1.2.4464 ChangeLog 1.396.2.3633 1.396.2.3634 configure.ac 1.654.2.4530 1.654.2.4531

colin at claws-mail.org colin at claws-mail.org
Wed Sep 26 14:40:15 CEST 2012


Update of /home/claws-mail/claws
In directory srv:/tmp/cvs-serv7186

Modified Files:
      Tag: gtk2
	PATCHSETS ChangeLog configure.ac 
Log Message:
2012-09-26 [colin]	3.8.1cvs78

	* src/matcher.c
	* src/procmime.c
	* src/procmime.h
		Unlock I/O in procmime, give a way
		for matcher to avoid having to
		read/write tmp/rewind/read tmp for
		body matches.

Index: configure.ac
===================================================================
RCS file: /home/claws-mail/claws/configure.ac,v
retrieving revision 1.654.2.4530
retrieving revision 1.654.2.4531
diff -u -d -r1.654.2.4530 -r1.654.2.4531
--- configure.ac	26 Sep 2012 12:04:51 -0000	1.654.2.4530
+++ configure.ac	26 Sep 2012 12:40:13 -0000	1.654.2.4531
@@ -12,7 +12,7 @@
 MICRO_VERSION=1
 INTERFACE_AGE=0
 BINARY_AGE=0
-EXTRA_VERSION=77
+EXTRA_VERSION=78
 EXTRA_RELEASE=
 EXTRA_GTK2_VERSION=
 

Index: PATCHSETS
===================================================================
RCS file: /home/claws-mail/claws/PATCHSETS,v
retrieving revision 1.1.2.4463
retrieving revision 1.1.2.4464
diff -u -d -r1.1.2.4463 -r1.1.2.4464
--- PATCHSETS	26 Sep 2012 12:04:50 -0000	1.1.2.4463
+++ PATCHSETS	26 Sep 2012 12:40:12 -0000	1.1.2.4464
@@ -4452,3 +4452,4 @@
 ( cvs diff -u -r 1.213.2.214 -r 1.213.2.215 src/folder.c;  ) > 3.8.1cvs75.patchset
 ( cvs diff -u -r 1.15.2.71 -r 1.15.2.72 src/summary_search.c;  cvs diff -u -r 1.395.2.455 -r 1.395.2.456 src/summaryview.c;  cvs diff -u -r 1.68.2.62 -r 1.68.2.63 src/summaryview.h;  cvs diff -u -r 1.1.2.114 -r 1.1.2.115 src/gtk/quicksearch.c;  ) > 3.8.1cvs76.patchset
 ( cvs diff -u -r 1.15.2.72 -r 1.15.2.73 src/summary_search.c;  cvs diff -u -r 1.1.2.115 -r 1.1.2.116 src/gtk/quicksearch.c;  ) > 3.8.1cvs77.patchset
+( cvs diff -u -r 1.75.2.76 -r 1.75.2.77 src/matcher.c;  cvs diff -u -r 1.49.2.151 -r 1.49.2.152 src/procmime.c;  cvs diff -u -r 1.17.2.30 -r 1.17.2.31 src/procmime.h;  ) > 3.8.1cvs78.patchset

Index: ChangeLog
===================================================================
RCS file: /home/claws-mail/claws/ChangeLog,v
retrieving revision 1.396.2.3633
retrieving revision 1.396.2.3634
diff -u -d -r1.396.2.3633 -r1.396.2.3634
--- ChangeLog	26 Sep 2012 12:04:50 -0000	1.396.2.3633
+++ ChangeLog	26 Sep 2012 12:40:12 -0000	1.396.2.3634
@@ -1,3 +1,13 @@
+2012-09-26 [colin]	3.8.1cvs78
+
+	* src/matcher.c
+	* src/procmime.c
+	* src/procmime.h
+		Unlock I/O in procmime, give a way
+		for matcher to avoid having to
+		read/write tmp/rewind/read tmp for
+		body matches.
+
 2012-09-26 [colin]	3.8.1cvs77
 
 	* src/summary_search.c



More information about the Commits mailing list