diff options
author | Daniel Veillard <veillard@src.gnome.org> | 2002-12-11 19:28:47 +0000 |
---|---|---|
committer | Daniel Veillard <veillard@src.gnome.org> | 2002-12-11 19:28:47 +0000 |
commit | 9b4bb4d07ab8f820fdc19a4fc7e8d7a39e159c66 (patch) | |
tree | 64de16f14ef971a300d58ab79d24ab9018af1642 /doc/news.html | |
parent | f6273a0a4a6ac50885bd3449a86da902928bad1e (diff) | |
download | libxml2-9b4bb4d07ab8f820fdc19a4fc7e8d7a39e159c66.tar.gz |
preparing release of 2.4.29 rebuilt the docs and API a few more fixes forLIBXML_2_4_29
* configure.in: preparing release of 2.4.29
* doc/*: rebuilt the docs and API
* xmlreader.c: a few more fixes for the XmlTextReader API
Daniel
Diffstat (limited to 'doc/news.html')
-rw-r--r-- | doc/news.html | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/doc/news.html b/doc/news.html index 812f377d..44976a2a 100644 --- a/doc/news.html +++ b/doc/news.html @@ -102,6 +102,20 @@ to test those</p> Schemas</a> and <a href="http://www.w3.org/TR/xinclude">XInclude</a> </li> </ul> +<h3>2.4.29: Dec 11 2002</h3> +<ul> +<li>Windows fixes (Igor): Windows CE port, pthread linking, python bindings + (Stéphane Bidoul), Mingw (Magnus Henoch), and export list updates</li> + <li>Fix for prev in python bindings (ERDI Gergo)</li> + <li>Fix for entities handling (Marcus Clarke)</li> + <li>Refactored the XML and HTML dumps to a single code path, fixed XHTML1 + dump</li> + <li>Fix for URI parsing when handling URNs with fragment identifiers</li> + <li>Fix for HTTP URL escaping problem</li> + <li>added an TextXmlReader (C#) like API (work in progress)</li> + <li>Rewrote the API in XML generation script, includes a C parser and saves + more informations needed for C# bindings</li> +</ul> <h3>2.4.28: Nov 22 2002</h3> <ul> <li>a couple of python binding fixes</li> @@ -110,7 +124,7 @@ to test those</p> <li>fix to the configure script for Unix (Dimitri Papadopoulos)</li> <li>added encoding support for XInclude parse="text"</li> <li>autodetection of XHTML1 and specific serialization rules added</li> - <li>nasty threading bug fixed (William Brack) </li> + <li>nasty threading bug fixed (William Brack)</li> </ul> <h3>2.4.27: Nov 17 2002</h3> <ul> |