diff options
Diffstat (limited to 'doc/libxml2.xsa')
-rw-r--r-- | doc/libxml2.xsa | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/doc/libxml2.xsa b/doc/libxml2.xsa new file mode 100644 index 0000000..814f516 --- /dev/null +++ b/doc/libxml2.xsa @@ -0,0 +1,39 @@ +<?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.6.8</version> + <last-release> Mar 23 2004</last-release> + <info-url>http://xmlsoft.org/</info-url> + <changes> - First step of the cleanup of the serialization code and APIs + - XML Schemas: mixed content (Adam Dickmeiss), QName handling fixes (Adam + Dickmeiss), anyURI for "" (John Belmonte) + - Python: Canonicalization C14N support added (Anthony Carrico) + - xmlDocCopyNode() extension (William) + - Relax-NG: fix when processing XInclude results (William), external + reference in interleave (William), missing error on <choice> + failure (William), memory leak in schemas datatype facets. + - xmlWriter: patch for better DTD support (Alfred Mickautsch) + - bug fixes: xmlXPathLangFunction memory leak (Mike Hommey and William + Brack), no ID errors if using HTML_PARSE_NOERROR, xmlcatalog fallbacks to + URI on SYSTEM lookup failure, XInclude parse flags inheritance (William), + XInclude and XPointer fixes for entities (William), XML parser bug + reported by Holger Rauch, nanohttp fd leak (William), regexps char + groups '-' handling (William), dictionnary reference counting problems, + do not close stderr. + - performance patches from Petr Pajas + - Documentation fixes: XML_CATALOG_FILES in man pages (Mike Hommey) + - compilation and portability fixes: --without-valid, catalog cleanups + (Peter Breitenlohner), MingW patch (Roland Schwingel), cross-compilation + to Windows (Christophe de Vienne), --with-html-dir fixup (Julio Merino + Vidal), Windows build (Eric Zurcher) + +</changes> + </product> +</xsa> |