aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2003-11-04 10:26:43 +0000
committerDaniel Veillard <veillard@src.gnome.org>2003-11-04 10:26:43 +0000
commit6d373a26fff17281ac1c872adae95b14727ca959 (patch)
tree4f8adad30b8a19c2950c6a85069058a1b9b36327 /NEWS
parent42fd412637a769dcfa911386b499ad41e79d959e (diff)
downloadandroid_external_libxml2-6d373a26fff17281ac1c872adae95b14727ca959.tar.gz
android_external_libxml2-6d373a26fff17281ac1c872adae95b14727ca959.tar.bz2
android_external_libxml2-6d373a26fff17281ac1c872adae95b14727ca959.zip
preparing release 2.6.2, updated and rebuilt the docs Daniel
* configure.in NEWS doc/*: preparing release 2.6.2, updated and rebuilt the docs Daniel
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS26
1 files changed, 25 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index aa70e733..bc5400ca 100644
--- a/NEWS
+++ b/NEWS
@@ -15,6 +15,29 @@ to test those - More testing on RelaxNG
Schemas
+2.6.2: Nov 4 2003:
+ - XPath context unregistration fixes
+ - text node coalescing fixes (Mark Lilback)
+ - API to screate a W3C Schemas from an existing document (Steve Ball)
+ - BeOS patches (Marcin 'Shard' Konicki)
+ - xmlStrVPrintf function added (Aleksey Sanin)
+ - compilation fixes (Mark Vakoc)
+ - stdin parsing fix (William Brack)
+ - a posteriori DTD validation fixes
+ - xmlReader bug fixes: Walker fixes, python bindings
+ - fixed xmlStopParser() to really stop the parser and errors
+ - always generate line numbers when using the new xmlReadxxx
+ functions
+ - added XInclude support to the xmlReader interface
+ - implemented XML_PARSE_NONET parser option
+ - DocBook XSLT processing bug fixed
+ - HTML serialization for <p> elements (William Brack and me)
+ - XPointer failure in XInclude are now handled as resource errors
+ - fixed xmllint --html to use the HTML serializer on output (added
+ --xmlout to implement the previous behaviour of saving it using the XML
+ serializer)
+
+
2.6.1: Oct 28 2003:
- Mostly bugfixes after the big 2.6.0 changes
- Unix compilation patches: libxml.m4 (Patrick Welche), warnings cleanup
@@ -23,7 +46,8 @@ to test those - More testing on RelaxNG
Zlatkovic)
- xmlWriter bugfix (Alfred Mickautsch)
- chvalid.[ch]: couple of fixes from Stephane Bidoul
- - context reset: error state reset, push parser reset (Graham Bennett)
+ - context reset: error state reset, push parser reset (Graham
+ Bennett)
- context reuse: generate errors if file is not readable
- defaulted attributes for element coming from internal entities
(Stephane Bidoul)