aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2008-10-03 07:58:23 +0000
committerDaniel Veillard <veillard@src.gnome.org>2008-10-03 07:58:23 +0000
commit7f4547cdbd76a2931553759fb433df88b8b99452 (patch)
tree992c6e2a7e793c67daeae3c62600ae15d7f3b8c7 /NEWS
parent34a7fc3820e31b6987decd5a0eab862275f3c001 (diff)
downloadandroid_external_libxml2-7f4547cdbd76a2931553759fb433df88b8b99452.tar.gz
android_external_libxml2-7f4547cdbd76a2931553759fb433df88b8b99452.tar.bz2
android_external_libxml2-7f4547cdbd76a2931553759fb433df88b8b99452.zip
preparing the release of 2.7.2 fix the Solaris portability issue
* configure.in doc/* NEWS: preparing the release of 2.7.2 * dict.c: fix the Solaris portability issue * parser.c: additional cleanup on #554660 fix * test/ent13 result/ent13* result/noent/ent13*: added the example in the regression test suite. * HTMLparser.c: handle leading BOM in htmlParseElement() Daniel svn path=/trunk/; revision=3799
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS11
1 files changed, 11 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 8c343200..6928d5ba 100644
--- a/NEWS
+++ b/NEWS
@@ -15,6 +15,17 @@ ChangeLog.html
to the SVN at
http://svn.gnome.org/viewcvs/libxml2/trunk/
code base.Here is the list of public releases:
+2.7.2: Oct 3 2008:
+ - Portability fix: fix solaris compilation problem, fix compilation
+ if XPath is not configured in
+ - Bug fixes: nasty entity bug introduced in 2.7.0, restore old behaviour
+ when saving an HTML doc with an xml dump function, HTML UTF-8 parsing
+ bug, fix reader custom error handlers (Riccardo Scussat)
+
+ - Improvement: xmlSave options for more flexibility to save as
+ XML/HTML/XHTML, handle leading BOM in HTML documents
+
+
2.7.1: Sep 1 2008:
- Portability fix: Borland C fix (Moritz Both)
- Bug fixes: python serialization wrappers, XPath QName corner