aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2004-10-29 12:10:55 +0000
committerDaniel Veillard <veillard@src.gnome.org>2004-10-29 12:10:55 +0000
commiteff45a92da861195551a2050487fcca0492cac7c (patch)
tree57150d0cbf7f5a1750e4d7cab403b8335a11da03 /NEWS
parentc2f83d1fad48c4483f34213dcf6935e308e0c596 (diff)
downloadandroid_external_libxml2-eff45a92da861195551a2050487fcca0492cac7c.tar.gz
android_external_libxml2-eff45a92da861195551a2050487fcca0492cac7c.tar.bz2
android_external_libxml2-eff45a92da861195551a2050487fcca0492cac7c.zip
register xmlSchemaSetValidErrors, patch from Brent Hendricks in the
* python/libxml.c: register xmlSchemaSetValidErrors, patch from Brent Hendricks in the mailing-list * include/libxml/valid.h HTMLparser.c SAX2.c valid.c parserInternals.c: fix #156626 and more generally how to find out if a validation contect is part of a parsing context or not. This can probably be improved to make 100% sure that vctxt->userData is the parser context too. It's a bit hairy because we can't change the xmlValidCtxt structure without breaking the ABI since this change xmlParserCtxt information indexes. Daniel
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 3 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 585a53f1..564afcb1 100644
--- a/NEWS
+++ b/NEWS
@@ -14,7 +14,9 @@ ChangeLog.html
describes the recents commits
to the CVS at
http://cvs.gnome.org/viewcvs/libxml2/
- code base.There is the list of public releases:2.6.15: Oct 27 2004 - security fixes on the nanoftp and nanohttp modules
+ code base.There is the list of public releases:
+2.6.15: Oct 27 2004:
+ - security fixes on the nanoftp and nanohttp modules
- build fixes: xmllint detection bug in configure, building outside the
source tree (Thomas Fitzsimmons)
- bug fixes: HTML parser on broken ASCII chars in names (William), Python