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

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>
1.1.1.3 ! misho      11:     <version>2.8.0</version>
        !            12:     <last-release> May 23 2012</last-release>
1.1       misho      13:     <info-url>http://xmlsoft.org/</info-url>
1.1.1.3 ! misho      14:     <changes>   - Features:
        !            15:   add lzma compression support (Anders F Bjorklund)
        !            16:   
        !            17:    - Documentation:
        !            18:     xmlcatalog: Add uri and delegateURI to possible add types in man page. (Ville Skyttä),
        !            19:     Update README.tests (Daniel Veillard),
        !            20:     URI handling code is not OOM resilient (Daniel Veillard),
        !            21:     Fix an error in comment (Daniel Veillard),
        !            22:     Fixed bug #617016 (Daniel Mustieles),
        !            23:     Fixed two typos in the README document (Daniel Neel),
        !            24:     add generated html files (Anders F Bjorklund),
        !            25:     Clarify the need to use xmlFreeNode after xmlUnlinkNode (Daniel Veillard),
        !            26:     Improve documentation a bit (Daniel Veillard),
        !            27:     Updated URL for lxml python bindings (Daniel Veillard)
        !            28:   
        !            29:    - Portability:
        !            30:     Restore code for Windows compilation (Daniel Veillard),
        !            31:     Remove git error message during configure (Christian Dywan),
        !            32:     xmllint: Build fix for endTimer if !defined(HAVE_GETTIMEOFDAY) (Patrick R. Gansterer),
        !            33:     remove a bashism in confgure.in (John Hein),
        !            34:     undef ERROR if already defined (Patrick R. Gansterer),
        !            35:     Fix library problems with mingw-w64 (Michael Cronenworth),
        !            36:     fix windows build. ifdef addition from bug 666491 makes no sense (Rob Richards),
        !            37:     prefer native threads on win32 (Sam Thursfield),
        !            38:     Allow to compile with Visual Studio 2010 (Thomas Lemm),
        !            39:     Fix mingw's snprintf configure check (Andoni Morales),
        !            40:     fixed a 64bit big endian issue (Marcus Meissner),
        !            41:     Fix portability failure if netdb.h lacks NO_ADDRESS (Daniel Veillard),
        !            42:     Fix windows build from lzma addition (Rob Richards),
        !            43:     autogen: Only check for libtoolize (Colin Walters),
        !            44:     Fix the Windows build files (Patrick von Reth),
        !            45:     634846 Remove a linking option breaking Windows VC10 (Daniel Veillard),
        !            46:     599241 fix an initialization problem on Win64 (Andrew W. Nosenko),
        !            47:     fix win build (Rob Richards)
        !            48:   
        !            49:    - Bug fixes:
        !            50:     Part for rand_r checking missing (Daniel Veillard),
        !            51:     Cleanup on randomization (Daniel Veillard),
        !            52:     Fix undefined reference in python module (Pacho Ramos),
        !            53:     Fix a race in xmlNewInputStream (Daniel Veillard),
        !            54:     Fix weird streaming RelaxNG errors (Noam),
        !            55:     Fix various bugs in new code raised by the API checking (Daniel Veillard),
        !            56:     Fix various problems with "make dist" (Daniel Veillard),
        !            57:     Fix a memory leak in the xzlib code (Daniel Veillard),
        !            58:     HTML parser error with &lt;noscript&gt; in the &lt;head&gt; (Denis Pauk),
        !            59:     XSD: optional element in complex type extension (Remi Gacogne),
        !            60:     Fix html serialization error and htmlSetMetaEncoding() (Daniel Veillard),
        !            61:     Fix a wrong return value in previous patch (Daniel Veillard),
        !            62:     Fix an uninitialized variable use (Daniel Veillard),
        !            63:     Fix a compilation problem with --minimum (Brandon Slack),
        !            64:     Remove redundant and ungarded include of resolv.h (Daniel Veillard),
        !            65:     xinclude with parse="text" does not use the entity loader (Shaun McCance),
        !            66:     Allow to parse 1 byte HTML files (Denis Pauk),
        !            67:     Patch that fixes the skipping of the HTML_PARSE_NOIMPLIED flag (Martin Schröder),
        !            68:     Avoid memory leak if xmlParserInputBufferCreateIO fails (Lin Yi-Li),
        !            69:     Prevent an infinite loop when dumping a node with encoding problems (Timothy Elliott),
        !            70:     xmlParseNodeInContext problems with an empty document (Tim Elliott),
        !            71:     HTML element position is not detected propperly (Pavel Andrejs),
        !            72:     Fix an off by one pointer access (Jüri Aedla),
        !            73:     Try to fix a problem with entities in SAX mode (Daniel Veillard),
        !            74:     Fix a crash with xmllint --path on empty results (Daniel Veillard),
        !            75:     Fixed bug #667946 (Daniel Mustieles),
        !            76:     Fix a logic error in Schemas Component Constraints (Ryan Sleevi),
        !            77:     Fix a wrong enum type use in Schemas Types (Nico Weber),
        !            78:     Fix SAX2 builder in case of undefined attributes namespace (Daniel Veillard),
        !            79:     Fix SAX2 builder in case of undefined element namespaces (Daniel Veillard),
        !            80:     fix reference to STDOUT_FILENO on MSVC (Tay Ray Chuan),
        !            81:     fix a pair of possible out of array char references (Daniel Veillard),
        !            82:     Fix an allocation error when copying entities (Daniel Veillard),
        !            83:     Make sure the parser returns when getting a Stop order (Chris Evans),
        !            84:     Fix some potential problems on reallocation failures(parser.c) (Xia Xinfeng),
        !            85:     Fix a schema type duration comparison overflow (Daniel Veillard),
        !            86:     Fix an unimplemented part in RNG value validation (Daniel Veillard),
        !            87:     Fix missing error status in XPath evaluation (Daniel Veillard),
        !            88:     Hardening of XPath evaluation (Daniel Veillard),
        !            89:     Fix an off by one error in encoding (Daniel Veillard),
        !            90:     Fix RELAX NG include bug #655288 (Shaun McCance),
        !            91:     Fix XSD validation bug #630130 (Toyoda Eizi),
        !            92:     Fix some potential problems on reallocation failures (Chris Evans),
        !            93:     __xmlRaiseError: fix use of the structured callback channel (Dmitry V. Levin),
        !            94:     __xmlRaiseError: fix the structured callback channel's data initialization (Dmitry V. Levin),
        !            95:     Fix memory corruption when xmlParseBalancedChunkMemoryInternal is called from xmlParseBalancedChunk (Rob Richards),
        !            96:     Small fix for previous commit (Daniel Veillard),
        !            97:     Fix a potential freeing error in XPath (Daniel Veillard),
        !            98:     Fix a potential memory access error (Daniel Veillard),
        !            99:     Reactivate the shared library versionning script (Daniel Veillard)
        !           100:   
        !           101:    - Improvements:
        !           102:     use mingw C99 compatible functions {v}snprintf instead those from MSVC runtime (Roumen Petrov),
        !           103:     New symbols added for the next release (Daniel Veillard),
        !           104:     xmlTextReader bails too quickly on error (Andy Lutomirski),
        !           105:     Use a hybrid allocation scheme in xmlNodeSetContent (Conrad Irwin),
        !           106:     Use buffers when constructing string node lists. (Conrad Irwin),
        !           107:     Add HTML parser support for HTML5 meta charset encoding declaration (Denis Pauk),
        !           108:     wrong message for double hyphen in comment XML error (Bryan Henderson),
        !           109:     Fix "make tst" to grab lzma lib too (Daniel Veillard),
        !           110:     Add "whereis" command to xmllint shell (Ryan),
        !           111:     Improve xmllint shell (Ryan),
        !           112:     add function xmlTextReaderRelaxNGValidateCtxt() (Noam Postavsky),
        !           113:     Add --system support to autogen.sh (Daniel Veillard),
        !           114:     Add hash randomization to hash and dict structures (Daniel Veillard),
        !           115:     included xzlib in dist (Anders F Bjorklund),
        !           116:     move xz/lzma helpers to separate included files (Anders F Bjorklund),
        !           117:     add generated devhelp files (Anders F Bjorklund),
        !           118:     add XML_WITH_LZMA to api (Anders F Bjorklund),
        !           119:     autogen.sh: Honor NOCONFIGURE environment variable (Colin Walters),
        !           120:     Improve the error report on undefined REFs (Daniel Veillard),
        !           121:     Add exception for new W3C PI xml-model (Daniel Veillard),
        !           122:     Add options to ignore the internal encoding (Daniel Veillard),
        !           123:     testapi: use the right type for the check (Stefan Kost),
        !           124:     various: handle return values of write calls (Stefan Kost),
        !           125:     testWriter: xmlTextWriterWriteFormatElement wants an int instead of a long int (Stefan Kost),
        !           126:     runxmlconf: update to latest testsuite version (Stefan Kost),
        !           127:     configure: add -Wno-long-long to CFLAGS (Stefan Kost),
        !           128:     configure: support silent automake rules if possible (Stefan Kost),
        !           129:     xmlmemory: add a cast as size_t has no portable printf modifier (Stefan Kost),
        !           130:     __xmlRaiseError: remove redundant schannel initialization (Dmitry V. Levin),
        !           131:     __xmlRaiseError: do cheap code check early (Dmitry V. Levin)
        !           132:   
        !           133:    - Cleanups:
        !           134:     Cleanups before 2.8.0-rc2 (Daniel Veillard),
        !           135:     Avoid an extra operation (Daniel Veillard),
        !           136:     Remove vestigial de-ANSI-fication support. (Javier Jardón),
        !           137:     autogen.sh: Fix typo (Javier Jardón),
        !           138:     Do not use unsigned but unsigned int (Daniel Veillard),
        !           139:     Remove two references to u_short (Daniel Veillard),
        !           140:     Fix -Wempty-body warning from clang (Nico Weber),
        !           141:     Cleanups of lzma support (Daniel Veillard),
        !           142:     Augment the list of ignored files (Daniel Veillard),
        !           143:     python: remove unused variable (Stefan Kost),
        !           144:     python: flag two unused args (Stefan Kost),
        !           145:     configure: acconfig.h is deprecated since autoconf-2.50 (Stefan Kost),
        !           146:     xpath: remove unused variable (Stefan Kost)
1.1       misho     147:   
                    148: 
                    149: </changes>
                    150:   </product>
                    151: </xsa>

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