2008-10-16 15:31:57 +02:00
|
|
|
$NetBSD: distinfo,v 1.69 2008/10/16 13:31:57 drochner Exp $
|
2001-06-29 13:47:12 +02:00
|
|
|
|
2008-10-16 15:31:57 +02:00
|
|
|
SHA1 (libxml2-2.7.2.tar.gz) = 750b2bcd4ee3bf8595baf97e1881f1a57b1ef363
|
|
|
|
RMD160 (libxml2-2.7.2.tar.gz) = 2b14531007a705679c7814618dc15baed62bc574
|
|
|
|
Size (libxml2-2.7.2.tar.gz) = 4790639 bytes
|
Update to 2.7.1:
2.7.1: Sep 1 2008
* Portability fix: Borland C fix (Moritz Both)
* Bug fixes: python serialization wrappers, XPath QName corner
case handking and leaks (Martin)
* Improvement: extend the xmlSave to handle HTML documents and trees
* Cleanup: python serialization wrappers
2.7.0: Aug 30 2008
* Documentation: switch ChangeLog to UTF-8, improve mutithreads
and xmlParserCleanup docs
* Portability fixes: Older Win32 platforms (Rob Richards), MSVC
porting fix (Rob Richards), Mac OS X regression tests (Sven
Herzberg), non GNUCC builds (Rob Richards), compilation on
Haiku (Andreas F�rber)
* Bug fixes: various realloc problems (Ashwin), potential
double-free (Ashwin), regexp crash, icrash with invalid whitespace
facets (Rob Richards), pattern fix when streaming (William
Brack), various XML parsing and validation fixes based on the
W3C regression tests, reader tree skipping function fix (Ashwin),
Schemas regexps escaping fix (Volker Grabsch), handling of
entity push errors (Ashwin), fix a slowdown when encoder cant
serialize characters on output
* Code cleanup: compilation fix without the reader, without
the output (Robert Schwebel), python whitespace (Martin), many
space/tabs cleanups, serious cleanup of the entity handling
code
* Improvement: switch parser to XML-1.0 5th edition, add parsing
flags for old versions, switch URI parsing to RFC 3986, add
xmlSchemaValidCtxtGetParserCtxt (Holger Kaelberer), new hashing
functions for dictionnaries (based on Stefan Behnel work),
improve handling of misplaced html/head/body in HTML parser,
better regression test tools and code coverage display, better
algorithms to detect various versions of the billion laughts
attacks, make arbitrary parser limits avoidable as a parser
option
2008-09-06 16:58:34 +02:00
|
|
|
SHA1 (patch-aa) = bf7db00ddf8a36394521baf656cf83d99bd9cbd3
|
2006-01-14 08:50:52 +01:00
|
|
|
SHA1 (patch-ab) = a8dc745539528db69bf1ccb8977a69c24fa818e3
|
update to libxml2 2.6.20
2.6.20: Jul 10 2005:
- build fixes: Windows build (Rob Richards), Mingw compilation (Igor
Zlatkovic), Windows Makefile (Igor), gcc warnings (Kasimier and
andriy@google.com), use gcc weak references to pthread to avoid the
pthread dependancy on Linux, compilation problem (Steve Nairn),
compiling of subset (Morten Welinder), IPv6/ss_family compilation
(William Brack), compilation when disabling parts of the library,
standalone test distribution.
- bug fixes: bug in lang(), memory cleanup on errors (William Brack),
HTTP query strings (Aron Stansvik), memory leak in DTD (William),
integer overflow in XPath (William), nanoftp buffer size, pattern
"." apth fixup (Kasimier), leak in tree reported by Malcolm Rowe,
replaceNode patch (Brent Hendricks), CDATA with NULL content
(Mark Vakoc), xml:base fixup on XInclude (William), pattern
fixes (William), attribute bug in exclusive c14n (Aleksey Sanin),
xml:space and xml:lang with SAX2 (Rob Richards), namespace
trouble in complex parsing (Malcolm Rowe), XSD type QNames fixes
(Kasimier), XPath streaming fixups (William), RelaxNG bug (Rob Richards),
Schemas for Schemas fixes (Kasimier), removal of ID (Rob Richards),
a small RelaxNG leak, HTML parsing in push mode bug (James Bursa),
failure to detect UTF-8 parsing bugs in CDATA sections, areBlanks()
heuristic failure, duplicate attributes in DTD bug (William).
- improvements: lot of work on Schemas by Kasimier Buchcik both on
conformance and streaming, Schemas validation messages (Kasimier
Buchcik, Matthew Burgess), namespace removal at the python level
(Brent Hendricks), Update to new Schemas regression tests from
W3C/Nist (Kasimier), xmlSchemaValidateFile() (Kasimier), implementation
of xmlTextReaderReadInnerXml and xmlTextReaderReadOuterXml (James Wert),
standalone test framework and programs, new DOM import APIs
xmlDOMWrapReconcileNamespaces() xmlDOMWrapAdoptNode() and
xmlDOMWrapRemoveNode(), extension of xmllint capabilities for
SAX and Schemas regression tests, xmlStopParser() available in
pull mode too, ienhancement to xmllint --shell namespaces support,
Windows port of the standalone testing tools (Kasimier and William),
xmlSchemaValidateStream() xmlSchemaSAXPlug() and xmlSchemaSAXUnplug()
SAX Schemas APIs, Schemas xmlReader support.
2005-07-12 23:15:21 +02:00
|
|
|
SHA1 (patch-ac) = 264c75cf9fff5319105b971c122cdf5fc103c04e
|
|
|
|
SHA1 (patch-ad) = cd45da492b02cce9983c46762839f68b8b1e0177
|
Update to 2.6.32:
2.6.32: Apr 8 2008
* Documentation: returning heap memory to kernel (Wolfram Sang),
trying to clarify xmlCleanupParser() use, xmlXPathContext
improvement (Jack Jansen), improve the *Recover* functions
documentation, XmlNodeType doc link fix (Martijn Arts)
* Bug fixes: internal subset memory leak (Ashwin), avoid problem
with paths starting with // (Petr Sumbera), streaming XSD validation
callback patches (Ashwin), fix redirection on port other than 80
(William Brack), SAX2 leak (Ashwin), XInclude fragment of own
document (Chris Ryan), regexp bug with '.' (Andrew Tosh), flush
the writer at the end of the document (Alfred Mickautsch), output
I/O bug fix (William Brack), writer CDATA output after a text
node (Alex Khesin), UTF-16 encoding detection (William Brack),
fix handling of empty CDATA nodes for Safari team, python binding
problem with namespace nodes, improve HTML parsing (Arnold
Hendriks), regexp automata build bug, memory leak fix (Vasily
Chekalkin), XSD test crash, weird system parameter entity parsing
problem, allow save to file:///X:/ windows paths, various attribute
normalisation problems, externalSubsetSplit fix (Ashwin), attribute
redefinition in the DTD (Ashwin), fix in char ref parsing check
(Alex Khesin), many out of memory handling fixes (Ashwin), XPath
out of memory handling fixes (Alvaro Herrera), various realloc
problems (Ashwin), UCS4 encoding conversion buffer size (Christian
Fruth), problems with EatName functions on memory errors, BOM
handling in external parsed entities (Mark Rowe)
* Code cleanup: fix build under VS 2008 (David Wimsey), remove
useless mutex in xmlDict (Florent Guilian), Mingw32 compilation
fix (Carlo Bramini), Win and MacOS EOL cleanups (Florent Guiliani),
iconv need a const detection (Roumen Petrov), simplify xmlSetProp
(Julien Charbon), cross compilation fixes for Mingw (Roumen
Petrov), SCO Openserver build fix (Florent Guiliani), iconv uses
const on Win32 (Rob Richards), duplicate code removal (Ashwin),
missing malloc test and error reports (Ashwin), VMS makefile fix
(Tycho Hilhorst)
* improvements: better plug of schematron in the normal error
handling (Tobias Minich)
2008-04-22 23:42:07 +02:00
|
|
|
SHA1 (patch-ae) = b9176919edbf3582cb24aff53f7c4f291e2b78c8
|