summaryrefslogtreecommitdiff
path: root/doc/news.html
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2003-04-01 11:13:05 +0000
committerDaniel Veillard <veillard@src.gnome.org>2003-04-01 11:13:05 +0000
commitc2d4a93d4f6ecc658e63ddc416be918318cea7a9 (patch)
treeb2a4aaff61659c567431f4fa2e2be421fd9d0b84 /doc/news.html
parente502041f5b44b9f88f3acce90dd6bc4afd85bb54 (diff)
downloadlibxml2-c2d4a93d4f6ecc658e63ddc416be918318cea7a9.tar.gz
preparing release 2.5.6 updated and rebuilt the docs DanielLIBXML_2_5_6
* configure.in NEWS: preparing release 2.5.6 * doc/*: updated and rebuilt the docs Daniel
Diffstat (limited to 'doc/news.html')
-rw-r--r--doc/news.html14
1 files changed, 13 insertions, 1 deletions
diff --git a/doc/news.html b/doc/news.html
index 89b0d781..deb2655d 100644
--- a/doc/news.html
+++ b/doc/news.html
@@ -105,7 +105,19 @@ to test those</p>
Schemas</a>
</li>
</ul>
-<p>2.5.5: Mar 24 2003</p>
+<h3>2.5.6: Apr 1 2003</h3>
+<ul>
+<li>Fixed W3C XML Schemas datatype, should be compliant now except for
+ binHex and base64 which are not supported yet.</li>
+ <li>bug fixes: non-ASCII IDs, HTML output, XInclude on large docs and
+ XInclude entities handling, encoding detection on external subsets, XML
+ Schemas bugs and memory leaks, HTML parser (James Bursa)</li>
+ <li>portability: python/trio (Albert Chin), Sun compiler warnings</li>
+ <li>documentation: added --relaxng option to xmllint man page (John)</li>
+ <li>improved error reporting: xml:space, start/end tag mismatches, Relax NG
+ errors</li>
+</ul>
+<h3>2.5.5: Mar 24 2003</h3>
<ul>
<li>Lot of fixes on the Relax NG implementation. More testing including
DocBook and TEI examples.</li>