diff options
author | Daniel Veillard <veillard@src.gnome.org> | 2009-01-18 21:43:30 +0000 |
---|---|---|
committer | Daniel Veillard <veillard@src.gnome.org> | 2009-01-18 21:43:30 +0000 |
commit | 97ff9b367a6428f7703aa7938595c03ad39652e0 (patch) | |
tree | 9ca2f28a14913ed1c2080b1002ba632cc11f1fa9 /doc/xml.html | |
parent | f63085de5e33a95e326d1d810fb18d979359012b (diff) | |
download | libxml2-97ff9b367a6428f7703aa7938595c03ad39652e0.tar.gz |
preparing 0.7.3 release fix a typo in a name DanielLIBXML2.7.3
* configure.in doc/xml.html doc/*: preparing 0.7.3 release
* include/libxml/parserInternals.h SAX2.c: fix a typo in a name
Daniel
svn path=/trunk/; revision=3814
Diffstat (limited to 'doc/xml.html')
-rw-r--r-- | doc/xml.html | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/doc/xml.html b/doc/xml.html index b4432298..c28c31de 100644 --- a/doc/xml.html +++ b/doc/xml.html @@ -727,6 +727,21 @@ to the <a href="http://svn.gnome.org/viewcvs/libxml2/trunk/">SVN</a> code base.< <p>Here is the list of public releases:</p> +<h3>2.7.3: Jan 18 2009</h3> +<ul> + <li>Build fix: fix build when HTML support is not included.</li> + <li>Bug fixes: avoid memory overflow in gigantic text nodes, + indentation problem on the writed (Rob Richards), + xmlAddChildList pointer problem (Rob Richards and Kevin Milburn), + xmlAddChild problem with attribute (Rob Richards and Kris Breuker), + avoid a memory leak in an edge case (Daniel Zimmermann), + deallocate some pthread data (Alex Ott).</li> + <li>Improvements: configure option to avoid rebuilding docs (Adrian Bunk), + limit text nodes to 10MB max by default, add element traversal + APIs, add a parser option to enable pre 2.7 SAX behavior (Rob Richards), + add gcc malloc checking (Marcus Meissner), add gcc printf like functions + parameters checking (Marcus Meissner).</li> +</ul> <h3>2.7.2: Oct 3 2008</h3> <ul> <li>Portability fix: fix solaris compilation problem, fix compilation |