From fc760252aba4054a612dd20b803d0c7c19713064 Mon Sep 17 00:00:00 2001
From: Mike Hommey
Date: Sat, 19 Jan 2008 17:16:58 +0100
Subject: Load /tmp/libxml2-2.6.31 into libxml2/branches/upstream/current.
---
ChangeLog | 107 +
HTMLparser.c | 11 +-
Makefile.am | 19 +-
Makefile.in | 313 +-
NEWS | 33 +
aclocal.m4 | 760 +-
check-relaxng-test-suite.py | 2 +-
check-relaxng-test-suite2.py | 2 +-
check-xsddata-test-suite.py | 2 +-
config.guess | 687 +-
config.sub | 244 +-
configure | 14807 ++++++++++++++++++++-------------------
configure.in | 2 +-
depcomp | 64 +-
doc/Makefile.in | 142 +-
doc/devhelp/Makefile.in | 95 +-
doc/devhelp/libxml2-valid.html | 2 +-
doc/examples/Makefile.in | 195 +-
doc/examples/examples.xml | 729 +-
doc/libxml2-api.xml | 10 +-
doc/libxml2.xsa | 37 +-
doc/news.html | 19 +-
doc/xml.html | 20 +
example/Makefile.in | 126 +-
globals.c | 1 +
hash.c | 15 +-
include/Makefile.in | 128 +-
include/libxml/Makefile.in | 101 +-
include/libxml/xmlversion.h | 8 +-
libxml.h | 1 +
libxml2.spec | 6 +-
ltmain.sh | 139 +-
nanohttp.c | 9 +-
parser.c | 51 +-
parserInternals.c | 16 +-
pattern.c | 2 +
python/Makefile.am | 6 +
python/Makefile.in | 176 +-
python/libxml2-py.c | 32 +-
python/setup.py | 2 +-
python/tests/Makefile.am | 4 +
python/tests/Makefile.in | 99 +-
schematron.c | 3 +
testURI.c | 19 +
threads.c | 21 +-
xml2-config.in | 2 +-
xmllint.c | 2 +-
xmlmemory.c | 3 +
xmlregexp.c | 29 +-
xmlsave.c | 4 +
xmlwriter.c | 5 +
xstc/Makefile.in | 96 +-
52 files changed, 10115 insertions(+), 9293 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index b3481f4..bacb7a8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,110 @@
+Fri Jan 11 08:58:49 CET 2008 Daniel Veillard
+
+ * parser.c: avoid a warning on 64bits introduced earlier
+ * parserInternals.c: make more checking on the UTF-8 input
+
+Fri Jan 11 15:37:05 CST 2008 Daniel Veillard
+
+ * HTMLparser.c: avoid stopping parsing when encountering
+ out of range characters in an HTML file, report and
+ continue processing instead, should fix #472696
+
+Fri Jan 11 15:13:35 CST 2008 Daniel Veillard
+
+ * check-relaxng-test-suite2.py check-relaxng-test-suite.py
+ Makefile.am python/tests/Makefile.am python/Makefile.am
+ check-xsddata-test-suite.py: patches from John Carr to
+ start cleaning up 'make diskcheck' problems c.f. #506228
+
+Fri Jan 11 14:48:40 CST 2008 Daniel Veillard
+
+ * xmllint.c: apply fix from Stefan Kost to avoid a crash
+ in xmllint, fixes 504284
+
+Fri Jan 11 14:39:03 CST 2008 Daniel Veillard
+
+ * xml2-config.in: apply patch from Fred Crozat to avoid
+ outputting -L/usr/lib from xml2-config, fixes #497012
+
+Fri Jan 11 14:18:09 CST 2008 Daniel Veillard
+
+ * HTMLparser.c: fix definition for
The change log describes the recents commits
-to the SVN code base.
Here is the list of public releases:
2.6.30: Aug 23 2007