mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2026-01-28 10:01:00 +03:00
* configure.in: new version * libxml.spec.in: cleanup * xmlregexp.c: fix a comment * doc/apibuild.py: update * doc/*: regenerate everything
30 lines
1.3 KiB
XML
30 lines
1.3 KiB
XML
<?xml version="1.0"?>
|
|
<!DOCTYPE xsa PUBLIC "-//LM Garshol//DTD XML Software Autoupdate 1.0//EN//XML" "http://www.garshol.priv.no/download/xsa/xsa.dtd">
|
|
<xsa>
|
|
<vendor>
|
|
<name>Daniel Veillard</name>
|
|
<email>daniel@veillard.com</email>
|
|
<url>http://veillard.com/</url>
|
|
</vendor>
|
|
<product id="libxml2">
|
|
<name>libxml2</name>
|
|
<version>2.7.3</version>
|
|
<last-release> Jan 18 2009</last-release>
|
|
<info-url>http://xmlsoft.org/</info-url>
|
|
<changes> - Build fix: fix build when HTML support is not included.
|
|
- 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).
|
|
- 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).
|
|
|
|
</changes>
|
|
</product>
|
|
</xsa>
|