[Commits] PATCHSETS 1.1.2.4490 1.1.2.4491 ChangeLog 1.396.2.3660 1.396.2.3661 configure.ac 1.654.2.4557 1.654.2.4558

colin at claws-mail.org colin at claws-mail.org
Thu Oct 25 09:43:39 CEST 2012


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

Modified Files:
      Tag: gtk2
	PATCHSETS ChangeLog configure.ac 
Log Message:
2012-10-25 [colin]	3.8.1cvs105

	* src/textview.c
		Do not allow search cost to explode in case of bad message
		parsing in textview_make_clickable_parts_later(); reduces
		cost of textview_make_clickable_parts_later() from 99% to
		17% for big bad-case message. Patch by Igor Mammedov

Index: configure.ac
===================================================================
RCS file: /home/claws-mail/claws/configure.ac,v
retrieving revision 1.654.2.4557
retrieving revision 1.654.2.4558
diff -u -d -r1.654.2.4557 -r1.654.2.4558
--- configure.ac	25 Oct 2012 07:42:07 -0000	1.654.2.4557
+++ configure.ac	25 Oct 2012 07:43:36 -0000	1.654.2.4558
@@ -12,7 +12,7 @@
 MICRO_VERSION=1
 INTERFACE_AGE=0
 BINARY_AGE=0
-EXTRA_VERSION=104
+EXTRA_VERSION=105
 EXTRA_RELEASE=
 EXTRA_GTK2_VERSION=
 

Index: PATCHSETS
===================================================================
RCS file: /home/claws-mail/claws/PATCHSETS,v
retrieving revision 1.1.2.4490
retrieving revision 1.1.2.4491
diff -u -d -r1.1.2.4490 -r1.1.2.4491
--- PATCHSETS	25 Oct 2012 07:42:06 -0000	1.1.2.4490
+++ PATCHSETS	25 Oct 2012 07:43:34 -0000	1.1.2.4491
@@ -4479,3 +4479,4 @@
 ( cvs diff -u -r 1.100.2.84 -r 1.100.2.85 AUTHORS;  cvs diff -u -r 1.23.2.39 -r 1.23.2.40 src/crash.c;  cvs diff -u -r 1.1.2.80 -r 1.1.2.81 src/gtk/authors.h;  ) > 3.8.1cvs102.patchset
 ( cvs diff -u -r 1.1.2.6 -r 1.1.2.7 src/advsearch.c;  ) > 3.8.1cvs103.patchset
 ( cvs diff -u -r 1.100.2.85 -r 1.100.2.86 AUTHORS;  cvs diff -u -r 1.96.2.249 -r 1.96.2.250 src/textview.c;  cvs diff -u -r 1.12.2.35 -r 1.12.2.36 src/textview.h;  cvs diff -u -r 1.1.2.81 -r 1.1.2.82 src/gtk/authors.h;  ) > 3.8.1cvs104.patchset
+( cvs diff -u -r 1.96.2.250 -r 1.96.2.251 src/textview.c;  ) > 3.8.1cvs105.patchset

Index: ChangeLog
===================================================================
RCS file: /home/claws-mail/claws/ChangeLog,v
retrieving revision 1.396.2.3660
retrieving revision 1.396.2.3661
diff -u -d -r1.396.2.3660 -r1.396.2.3661
--- ChangeLog	25 Oct 2012 07:42:06 -0000	1.396.2.3660
+++ ChangeLog	25 Oct 2012 07:43:35 -0000	1.396.2.3661
@@ -1,3 +1,11 @@
+2012-10-25 [colin]	3.8.1cvs105
+
+	* src/textview.c
+		Do not allow search cost to explode in case of bad message
+		parsing in textview_make_clickable_parts_later(); reduces
+		cost of textview_make_clickable_parts_later() from 99% to
+		17% for big bad-case message. Patch by Igor Mammedov
+
 2012-10-25 [colin]	3.8.1cvs104
 
 	* src/textview.c



More information about the Commits mailing list