[Commits] PATCHSETS 1.1.2.168 1.1.2.169 ChangeLog 1.1.2.211 1.1.2.212 configure.ac 1.1.2.217 1.1.2.218

colin at claws-mail.org colin at claws-mail.org
Wed Feb 13 10:19:53 CET 2013


Update of /home/claws-mail/plugins/gtkhtml2_viewer
In directory srv:/tmp/cvs-serv4565

Modified Files:
      Tag: gtk2
	PATCHSETS ChangeLog configure.ac 
Log Message:
2013-02-13 [colin]	0.34.0cvs3

	* libgtkhtml/css/cssparser.c
		Fix infinite loop when parsing unhandled CSS
		Fixes bug #2870, '100% CPU; CM non-responsive'

Index: configure.ac
===================================================================
RCS file: /home/claws-mail/plugins/gtkhtml2_viewer/Attic/configure.ac,v
retrieving revision 1.1.2.217
retrieving revision 1.1.2.218
diff -u -d -r1.1.2.217 -r1.1.2.218
--- configure.ac	16 Nov 2012 07:40:37 -0000	1.1.2.217
+++ configure.ac	13 Feb 2013 09:19:50 -0000	1.1.2.218
@@ -9,7 +9,7 @@
 MAJOR_VERSION=0
 MINOR_VERSION=34
 MICRO_VERSION=0
-EXTRA_VERSION=2
+EXTRA_VERSION=3
 
 if test \( $EXTRA_VERSION -eq 0 \); then
     if test \( $MICRO_VERSION -eq 0 \); then

Index: PATCHSETS
===================================================================
RCS file: /home/claws-mail/plugins/gtkhtml2_viewer/Attic/PATCHSETS,v
retrieving revision 1.1.2.168
retrieving revision 1.1.2.169
diff -u -d -r1.1.2.168 -r1.1.2.169
--- PATCHSETS	16 Nov 2012 07:40:37 -0000	1.1.2.168
+++ PATCHSETS	13 Feb 2013 09:19:50 -0000	1.1.2.169
@@ -167,3 +167,4 @@
 ( cvs diff -u -r 1.1.2.6 -r 1.1.2.7 po/ca.po;  cvs diff -u -r 1.1.2.3 -r 1.1.2.4 po/cs.po;  cvs diff -u -r 1.1.2.3 -r 1.1.2.4 po/de.po;  cvs diff -u -r 1.1.2.12 -r 1.1.2.13 po/es.po;  cvs diff -u -r 1.1.2.15 -r 1.1.2.16 po/fi.po;  cvs diff -u -r 1.1.2.12 -r 1.1.2.13 po/fr.po;  cvs diff -u -r 1.1.2.11 -r 1.1.2.12 po/hu.po;  cvs diff -u -r 1.1.2.2 -r 1.1.2.3 po/id_ID.po;  cvs diff -u -r 1.1.2.7 -r 1.1.2.8 po/it.po;  cvs diff -u -r 1.1.2.2 -r 1.1.2.3 po/ja.po;  cvs diff -u -r 1.1.2.2 -r 1.1.2.3 po/lt.po;  cvs diff -u -r 1.1.2.1 -r 1.1.2.2 po/nl.po;  cvs diff -u -r 1.1.2.5 -r 1.1.2.6 po/pl.po;  cvs diff -u -r 1.1.2.9 -r 1.1.2.10 po/pt_BR.po;  cvs diff -u -r 1.1.2.3 -r 1.1.2.4 po/ru.po;  cvs diff -u -r 1.1.2.9 -r 1.1.2.10 po/sk.po;  cvs diff -u -r 1.1.2.2 -r 1.1.2.3 po/sr.po;  cvs diff -u -r 1.1.2.6 -r 1.1.2.7 po/zh_CN.po;  ) > 0.33.0cvs3.patchset
 ( cvs diff -u -r 1.1.2.9 -r 1.1.2.10 src/Makefile.am;  ) > 0.34.0cvs1.patchset
 ( cvs diff -u -r 1.1.2.16 -r 1.1.2.17 po/fi.po;  cvs diff -u -r 1.1.2.10 -r 1.1.2.11 po/sk.po;  ) > 0.34.0cvs2.patchset
+( cvs diff -u -r 1.1.2.3 -r 1.1.2.4 libgtkhtml/css/cssparser.c;  ) > 0.34.0cvs3.patchset

Index: ChangeLog
===================================================================
RCS file: /home/claws-mail/plugins/gtkhtml2_viewer/Attic/ChangeLog,v
retrieving revision 1.1.2.211
retrieving revision 1.1.2.212
diff -u -d -r1.1.2.211 -r1.1.2.212
--- ChangeLog	16 Nov 2012 07:40:37 -0000	1.1.2.211
+++ ChangeLog	13 Feb 2013 09:19:50 -0000	1.1.2.212
@@ -1,3 +1,9 @@
+2013-02-13 [colin]	0.34.0cvs3
+
+	* libgtkhtml/css/cssparser.c
+		Fix infinite loop when parsing unhandled CSS
+		Fixes bug #2870, '100% CPU; CM non-responsive'
+
 2012-11-16 [paul]	0.34.0cvs2
 
 	* po/fi.po



More information about the Commits mailing list