[libxml2] Created tag v2.7.4



The signed tag 'v2.7.4' was created.

Tagger: Daniel Veillard <veillard redhat com>
Date: Thu Sep 10 18:32:25 2009 +0200

    Release of libxml2-2.7.4

Changes since the last tag 'LIBXML2.7.3':

Adiel Mittmann (1):
      Non ASCII character may be split at buffer end

Aleksey Sanin (2):
      Aleksey Sanin support for c14n 1.1
      Fix a couple of ABI issues with C14N 1.1

Daniel Veillard (85):
      remove a couple of leaks on errors reported by Jinmei Tatuya daniel
      cleanups and error reports when xmlTextWriterVSprintf fails, by Jinmei
      more warnings about xmlCleanupThreads and xmlCleanupParser to avoid
      add a missing check in xmlAddSibling, patch by Kris Breuker avoid
      xmlXPathRegisterNs should not allow enpty prefixes daniel
      fixes for Borland/CodeGear/Embarcadero compilers by Eric Zurcher Daniel
      hide the nbParse* variables used for debugging as pointed by Mike Hommey
      updated SVN URL for GNOME as pointed by Vincent Lefevre and regenerated
      fix structured error handling problems #564217 daniel
      change ATTRIBUTE_PRINTF into LIBXML_ATTR_FORMAT to avoid macro name
      * HTMLparser.c: make sure we keep line numbers fixes #580705
      * parser.c threads.c: change the threading initialization sequence
      * c14n.c debugXML.c doc/examples/io2.c parser.c schematron.c
      A bit of cleanups
      A couple of generated but modified files
      Fix ChangeLog merge conflict
      Fix a regression in streaming entities support
      Added sponsoring by AOE media for the server
      Fixed apibuild.py, regenerated doc and interfaces
      Fix an XSD validation crash
      Fix leak on SAX1, xmllint --sax1 option and debug
      Fix Solaris binary links, cleanups
      Try to avoid __imp__xmlFree link trouble on msys
      xmllint use xmlGetNodePath when not compiled in
      545579 doesn't compile without schema support
      Fix a couple of problems in the parser
      560524 â?? xmlTextReaderLocalName description
      567619 xmlValidateNotationUse missing param test
      570702 fix a bug in regexp determinism checking
      Test case for 570702
      571271 fix semantic of xsd:all with minOccurs=0
      575875 don't output charset=html
      579317 Try to find the HTML encoding information
      Both args of xmlStrcasestr are const
      582913 Fix htmlSetMetaEncoding() to be nicer
      588441 allow '.' in HTML Names even if invalid
      512131 crash in xmlRelaxNGValidateFullElement
      512131 refs from externalRef part need to be added
      Fix the PHP search code
      Make xmlRecoverDoc const (Martin Trappel)
      Add symbol versioning to libxml2 shared libs
      Regenerate the docuemtnation and update for git
      Autoregenerate libxml2.syms automated checkings
      Rebuilt the API and regenerated docs
      Fix the problem of revalidating a doc with RNG
      446613 small validation bug mixed content with NS
      447899 potential double free in xmlFreeTextReader
      592430 -  HTML parser runs into endless loop
      574017 Realloc too expensive on most platform
      Fix a small problem on previous HTML parser patch
      559410 -  Regexp bug on (...)? constructs
      587867 xmllint --html --xmlout serializing as HTML
      583439 missing line numbers in push mode
      584605 package VxWorks folder in the distribution
      Add VxWorks to list of OSes
      Fix python regression test after 583439 cleanup
      541237 error correcting missing end tags in HTML
      541335 HTML avoid creating 2 head or 2 body element
      542394 xmlRegisterOutputCallbacks MAX_INPUT_CALLBACK
      555833 always use rm -f in uninstall-local
      Regenerate symbols and API after previous patches
      Fix HTML parsing with 0 character in CDATA
      Remove a pedantic warning
      Regenerated API and symbols
      Fix end of buffer char being split in XML parser
      444994 HTML chunked failure for attribute with <>
      587663 Incorrect Attribute-Value Normalization
      584220 xpointer(/) and xinclude problems
      566012 autodetected encoding and encoding conflict
      566012 part 2 fix regresion tests and push mode
      502960 provide namespace stack when parsing entity
      579746 XSD validation not correct / nilable groups
      558452 RNG compilation of optional multiple child
      558452 fight with reg test and error report
      492317 Fix  Relax-NG validation problems
      Wrong block opening in htmlNodeDumpOutputInternal
      Fix a bunch of scan 'dead increments' and cleanup
      Potential uninitialized arguments raised by scan
      Fixing assorted potential problems raised by scan
      A few more safety cleanup raised by scan
      Chasing dead assignments reported by clang-scan
      Problem with extern extern in header
      594250 rename ATTRIBUTE_ALLOC_SIZE to avoid clashes
      593857 try to work around thread pbm MinGW 4.4
      Release of libxml2-2.7.4

Hans Breuer (1):
      574393 â?? utf-8 filename magic for compressed files

Intron (1):
      Bug 571059 â?? MSVC doesn't work with the bakefile

Jakub Wilk (1):
      Skip silently unrecognized XPointer schemes

Jason Childs (2):
      Bug 582887 â?? problems validating complex schemas
      582906 XSD validating multiple imports of the same schema

Jim Meyering (1):
      potential NULL dereference on non-glibc

Jiri Netolicky (1):
      576368 â?? htmlChunkParser with special attributes

LRN (1):
      Allow to select the threading system on Windows

Leonid Evdokimov (1):
      544910 typo: "renciliateNs"

MOD (1):
      594514 memory leaks - duplicate initialization

Markus Kull (1):
      572129 speed up parasing of large HTML text nodes

Martin Kögler (1):
      566012  Incomplete EBCDIC parsing support

Miroslav Bajtos (1):
      Bug 579729 â?? fix XSD schemas parsing crash

Nick Wellnhofer (1):
      Fix xmlKeepBlanksDefault to not break indent

Paul Smith (1):
      Fix the globals.h to use XMLPUBFUN

Petr Pajas (1):
      Preserve attributes of include start on tree copy

Raphael Prevost (1):
      559501 avoid select and use poll for nanohttp

Rob Richards (5):
      use options from current parser context when creating an entity parser
      * parser.c: do not set error code in xmlNsWarn
      * parser.c: use options from current parser context when creating
      Fix windows build
      Fix Windows build

Roland Steiner (1):
      * HTMLparser.c: a broken HTML table attributes initialization,

Scott McCreary (2):
      Small patch to accomodate the Haiku OS
      Add -lnetwork for compiling on Haiku

Stefan Behnel (1):
      440226 Add xmlXIncludeProcessTreeFlagsData API

Tim Rice (1):
      Runtest portability patch for Solaris

Vincent Lefevre (1):
      Bug 565747 â?? relax anyURI data character checking

Wang Lam (1):
      Fix SetGenericErrorFunc and SetStructured clash

Wayne Jensen (1):
      585505 â?? Document ids and refs populated by XSD

William M. Brack (1):
      changed include of config.h to be surrounded by quotation marks #570806

veillard (2):
      * configure.in: adapt the extra version detection code to git
      * libxml2.doap: adding RDF dope file.



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]