Annotation of embedaddon/libxml2/doc/libxml2.xsa, revision 1.1

1.1     ! misho       1: <?xml version="1.0"?>
        !             2: <!DOCTYPE xsa PUBLIC "-//LM Garshol//DTD XML Software Autoupdate 1.0//EN//XML" "http://www.garshol.priv.no/download/xsa/xsa.dtd">
        !             3: <xsa>
        !             4:   <vendor>
        !             5:     <name>Daniel Veillard</name>
        !             6:     <email>daniel@veillard.com</email>
        !             7:     <url>http://veillard.com/</url>
        !             8:   </vendor>
        !             9:   <product id="libxml2">
        !            10:     <name>libxml2</name>
        !            11:     <version>2.7.7</version>
        !            12:     <last-release> Mar 15 2010</last-release>
        !            13:     <info-url>http://xmlsoft.org/</info-url>
        !            14:     <changes>   -  Improvements:
        !            15:     Adding a --xpath option to xmllint (Daniel Veillard),
        !            16:     Make HTML parser non-recursive (Eugene Pimenov)
        !            17:   
        !            18:    -  Portability:
        !            19:     relaxng.c: cast to allow compilation with sun studio 11 (Ben Walton),
        !            20:     Fix build failure on Sparc solaris (Roumen Petrov),
        !            21:     use autoreconf in autogen.sh (Daniel Veillard),
        !            22:     Fix build with mingw (Roumen Petrov),
        !            23:     Upgrade some of the configure and autogen (Daniel Veillard),
        !            24:     Fix relaxNG tests in runtest for Windows runtest.c: initialize ret (Rob Richards),
        !            25:     Fix a const warning in xmlNodeSetBase (Martin Trappel),
        !            26:     Fix python generator to not use deprecated xmllib (Daniel Veillard),
        !            27:     Update some automake files (Daniel Veillard),
        !            28:     598785 Fix nanohttp on Windows (spadix)
        !            29:   
        !            30:    -  Bug Fixes:
        !            31:     libxml violates the zlib interface and crashes (Mark Adler),
        !            32:     Fix broken escape behaviour in regexp ranges (Daniel Veillard),
        !            33:     Fix  missing win32 libraries in libxml-2.0.pc (Volker Grabsch),
        !            34:     Fix detection of python linker flags (Daniel Macks),
        !            35:     fix build error in libxml2/python (Paul Smith),
        !            36:     ChunkParser: Incorrect decoding of small xml files (Raul Hudea),
        !            37:     htmlCheckEncoding doesn't update input-end after shrink (Eugene Pimenov),
        !            38:     Fix a missing #ifdef (Daniel Veillard),
        !            39:     Fix encoding selection for xmlParseInNodeContext (Daniel Veillard),
        !            40:     xmlPreviousElementSibling mistake (François Delyon),
        !            41:     608773 add a missing check in xmlGROW (Daniel Veillard),
        !            42:     Fix xmlParseInNodeContext for HTML content (Daniel Veillard),
        !            43:     Fix lost namespace when copying node * tree.c: reconcile namespace if not found (Rob Richards),
        !            44:     Fix some missing commas in HTML element lists (Eugene Pimenov),
        !            45:     Correct variable type to unsigned (Nikolay Sivov),
        !            46:     Recognize ID attribute in HTML without DOCTYPE (Daniel Veillard),
        !            47:     Fix memory leak in xmlXPathEvalExpression() (Martin),
        !            48:     Fix an init bug in global.c (Kai Henning),
        !            49:     Fix xmlNodeSetBase() comment (Daniel Veillard),
        !            50:     Fix broken escape behaviour in regexp ranges (Daniel Veillard),
        !            51:     Don't give default HTML boolean attribute values in parser (Daniel Veillard),
        !            52:     xmlCtxtResetLastError should reset ctxt-errNo (Daniel Veillard)
        !            53:   
        !            54:    -  Cleanups:
        !            55:     Cleanup a couple of weirdness in HTML parser (Eugene Pimenov)
        !            56:   
        !            57: 
        !            58: </changes>
        !            59:   </product>
        !            60: </xsa>

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>