diff options
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 b443229..c28c31d 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 |
