Diff for /embedaddon/libxml2/doc/libxml2.xsa between versions 1.1 and 1.1.1.2

version 1.1, 2012/02/21 23:37:59 version 1.1.1.2, 2013/07/22 01:22:24
Line 8 Line 8
   </vendor>    </vendor>
   <product id="libxml2">    <product id="libxml2">
     <name>libxml2</name>      <name>libxml2</name>
    <version>2.7.7</version>    <version>2.7.8</version>
    <last-release> Mar 15 2010</last-release>    <last-release> Nov 4 2010</last-release>
     <info-url>http://xmlsoft.org/</info-url>      <info-url>http://xmlsoft.org/</info-url>
    <changes>   -  Improvements:    <changes>   -  Features:
    Adding a --xpath option to xmllint (Daniel Veillard),    480323 add code to plug in ICU converters by default (Giuseppe Iuculano),
    Make HTML parser non-recursive (Eugene Pimenov)    Add xmlSaveOption XML_SAVE_WSNONSIG (Adam Spragg)
       
      -  Documentation:
       Fix devhelp documentation installation (Mike Hommey),
       Fix web site encoding problems (Daniel Veillard),
       Fix a couple of typo in HTML parser error messages (Michael Day),
       Forgot to update the news page for 0.7.7 (Daniel Veillard)
     
    -  Portability:     -  Portability:
    relaxng.c: cast to allow compilation with sun studio 11 (Ben Walton),    607273 Fix python detection on MSys/Windows (LRN),
    Fix build failure on Sparc solaris (Roumen Petrov),    614087 Fix Socket API usage to allow Windows64 compilation (Ozkan Sezer),
    use autoreconf in autogen.sh (Daniel Veillard),    Fix compilation with Clang (Koop Mast),
    Fix build with mingw (Roumen Petrov),    Fix Win32 build (Rob Richards)
    Upgrade some of the configure and autogen (Daniel Veillard), 
    Fix relaxNG tests in runtest for Windows runtest.c: initialize ret (Rob Richards), 
    Fix a const warning in xmlNodeSetBase (Martin Trappel), 
    Fix python generator to not use deprecated xmllib (Daniel Veillard), 
    Update some automake files (Daniel Veillard), 
    598785 Fix nanohttp on Windows (spadix) 
       
    -  Bug Fixes:     -  Bug Fixes:
    libxml violates the zlib interface and crashes (Mark Adler),    595789 fix a remaining potential Solaris problem (Daniel Veillard),
    Fix broken escape behaviour in regexp ranges (Daniel Veillard),    617468 fix progressive HTML parsing with style using "'" (Denis Pauk),
    Fix  missing win32 libraries in libxml-2.0.pc (Volker Grabsch),    616478 Fix xmllint shell write command (Gwenn Kahz),
    Fix detection of python linker flags (Daniel Macks),    614005 Possible erroneous HTML parsing on unterminated script (Pierre Belzile),
    fix build error in libxml2/python (Paul Smith),    627987 Fix XSD IDC errors in imported schemas (Jim Panetta),
    ChunkParser: Incorrect decoding of small xml files (Raul Hudea),    629325 XPath rounding errors first cleanup (Phil Shafer),
    htmlCheckEncoding doesn't update input-end after shrink (Eugene Pimenov),    630140 fix iso995x encoding error (Daniel Veillard),
    Fix a missing #ifdef (Daniel Veillard),    make sure htmlCtxtReset do reset the disableSAX field (Daniel Veillard),
    Fix encoding selection for xmlParseInNodeContext (Daniel Veillard),    Fix a change of semantic on XPath preceding and following axis (Daniel Veillard),
    xmlPreviousElementSibling mistake (François Delyon),    Fix a potential segfault due to weak symbols on pthreads (Mike Hommey),
    608773 add a missing check in xmlGROW (Daniel Veillard),    Fix a leak in XPath compilation (Daniel Veillard),
    Fix xmlParseInNodeContext for HTML content (Daniel Veillard),    Fix the semantic of XPath axis for namespace/attribute context nodes (Daniel Veillard),
    Fix lost namespace when copying node * tree.c: reconcile namespace if not found (Rob Richards),    Avoid a descriptor leak in catalog loading code (Carlo Bramini),
    Fix some missing commas in HTML element lists (Eugene Pimenov),    Fix a small bug in XPath evaluation code (Marius Wachtler),
    Correct variable type to unsigned (Nikolay Sivov),    Fix handling of XML-1.0 XML namespace declaration (Daniel Veillard),
    Recognize ID attribute in HTML without DOCTYPE (Daniel Veillard),    Fix errors in XSD double validation check (Csaba Raduly),
    Fix memory leak in xmlXPathEvalExpression() (Martin),    Fix handling of apos in URIs (Daniel Veillard),
    Fix an init bug in global.c (Kai Henning),    xmlTextReaderReadOuterXml should handle DTD (Rob Richards),
    Fix xmlNodeSetBase() comment (Daniel Veillard),    Autogen.sh needs to create m4 directory (Rob Richards)
    Fix broken escape behaviour in regexp ranges (Daniel Veillard), 
    Don't give default HTML boolean attribute values in parser (Daniel Veillard), 
    xmlCtxtResetLastError should reset ctxt-errNo (Daniel Veillard) 
       
      -  Improvements:
       606592 update language ID parser to RFC 5646 (Daniel Veillard),
       Sort python generated stubs (Mike Hommey),
       Add an HTML parser option to avoid a default doctype (Daniel Veillard)
     
    -  Cleanups:     -  Cleanups:
    Cleanup a couple of weirdness in HTML parser (Eugene Pimenov)    618831 don't ship generated files in git (Adrian Bunk),
     Switch from the obsolete mkinstalldirs to AC_PROG_MKDIR_P (Adrian Bunk),
     Various cleanups on encoding handling (Daniel Veillard),
     Fix xmllint to use format=1 for default formatting (Adam Spragg),
     Force _xmlSaveCtxt.format to be 0 or 1 (Adam Spragg),
     Cleanup encoding pointer comparison (Nikolay Sivov),
     Small code cleanup on previous patch (Daniel Veillard)
       
   
 </changes>  </changes>

Removed from v.1.1  
changed lines
  Added in v.1.1.1.2


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