aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2003-10-28 23:06:32 +0000
committerDaniel Veillard <veillard@src.gnome.org>2003-10-28 23:06:32 +0000
commite4e3f5d8af30f4d12802324a318acc56dce83cb8 (patch)
tree0c7861bd77a1366f65f5f8e190ee9769ae3c8fde /NEWS
parent652f9aa9661b70c6d55b8e51ceae78af15c8d036 (diff)
downloadandroid_external_libxml2-e4e3f5d8af30f4d12802324a318acc56dce83cb8.tar.gz
android_external_libxml2-e4e3f5d8af30f4d12802324a318acc56dce83cb8.tar.bz2
android_external_libxml2-e4e3f5d8af30f4d12802324a318acc56dce83cb8.zip
preparing release 2.6.1, updated and regenerated docs and APIs cleanup and
* configure.in NEWS doc/*: preparing release 2.6.1, updated and regenerated docs and APIs * parser.c: cleanup and last change to fix #123105 Daniel
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS21
1 files changed, 21 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 3b57c121..653a6f0c 100644
--- a/NEWS
+++ b/NEWS
@@ -15,6 +15,27 @@ to test those - More testing on RelaxNG
Schemas
+2.6.1: Oct 28 2003:
+ - Mostly bugfixes after the big 2.6.0 changes
+ - Unix compilation patches: libxml.m4 (Patrick Welche), warnings cleanup
+ (William Brack)
+ - Windows compilation patches (Joachim Bauch, Stephane Bidoul, Igor
+ Zlatkovic)
+ - xmlWriter bugfix (Alfred Mickautsch)
+ - chvalid.[ch]: couple of fixes from Stephane Bidoul
+ - context reset: error state reset, push parser reset (Graham Benett)
+ - context reuse: generate errors if file is not readable
+ - defaulted attributes for element coming from internal entities
+ (Stephane Bidoul)
+ - Python: tab and spaces mix (William Brack)
+ - Error handler could crash in DTD validation in 2.6.0
+ - xmlReader: do not use the document or element _private field
+ - testSAX.c: avoid a problem with some PIs (Massimo Morara)
+ - general bug fixes: mandatory encoding in text decl, serializing
+ Document Fragment nodes, xmlSearchNs 2.6.0 problem (Kasimier Buchcik),
+ XPath errors not reported, slow HTML parsing of large documents.
+
+
2.6.0: Oct 20 2003:
- Major revision release: should be API and ABI compatible but got a lot
of change