Subject: CVS commit: pkgsrc/textproc/libxml2
To: None <pkgsrc-changes@NetBSD.org>
From: Julio M. Merino Vidal <jmmv@netbsd.org>
List: pkgsrc-changes
Date: 12/26/2003 21:49:08
Module Name: pkgsrc
Committed By: jmmv
Date: Fri Dec 26 21:49:08 UTC 2003
Modified Files:
pkgsrc/textproc/libxml2: Makefile PLIST distinfo
pkgsrc/textproc/libxml2/patches: patch-aa patch-ad
Added Files:
pkgsrc/textproc/libxml2/patches: patch-ab
Log Message:
Update to 2.6.4, from Min Sik Kim in PR pkg/23895 with some changes by me:
2.6.4: Dec 24 2003:
- Windows build fixes (Igor Zlatkovic)
- Some serious XInclude problems reported by Oleg Paraschenko and
- Unix and Makefile packaging fixes (me, William Brack,
- Documentation improvements (John Fleck, William Brack), example fix
(Lucas Brasilino)
- bugfixes: xmlTextReaderExpand() with xmlReaderWalker, XPath handling of
NULL strings (William Brack) , API building reader or parser from
filedescriptor should not close it, changed XPath sorting to be stable
again (William Brack), xmlGetNodePath() generating '(null)' (William
Brack), DTD validation and namespace bug (William Brack), XML Schemas
double inclusion behaviour
2.6.3: Dec 10 2003:
- documentation updates and cleanup (DV, William Brack, John Fleck)
- added a repository of examples, examples from Aleksey Sanin, Dodji
Seketeli, Alfred Mickautsch
- Windows updates: Mark Vakoc, Igor Zlatkovic, Eric Zurcher, Mingw
(Kenneth Haley)
- Unicode range checking (William Brack)
- code cleanup (William Brack)
- Python bindings: doc (John Fleck), bug fixes
- UTF-16 cleanup and BOM issues (William Brack)
- bug fixes: ID and xmlReader validation, XPath (William Brack),
xmlWriter (Alfred Mickautsch), hash.h inclusion problem, HTML parser
(James Bursa), attribute defaulting and validation, some serialization
cleanups, XML_GET_LINE macro, memory debug when using threads (William
Brack), serialization of attributes and entities content, xmlWriter
(Daniel Schulman)
- XInclude bugfix, new APIs and update to the last version including the
namespace change.
- XML Schemas improvements: include (Robert Stepanek), import and
namespace handling, fixed the regression tests troubles, added examples
based on Eric van der Vlist book, regexp fixes
- preliminary pattern support for streaming (needed for schemas
constraints), added xmlTextReaderPreservePattern() to collect subdocument
when streaming.
- various fixes in the structured error handling
To generate a diff of this commit:
cvs rdiff -r1.39 -r1.40 pkgsrc/textproc/libxml2/Makefile
cvs rdiff -r1.23 -r1.24 pkgsrc/textproc/libxml2/PLIST
cvs rdiff -r1.31 -r1.32 pkgsrc/textproc/libxml2/distinfo
cvs rdiff -r1.14 -r1.15 pkgsrc/textproc/libxml2/patches/patch-aa
cvs rdiff -r0 -r1.7 pkgsrc/textproc/libxml2/patches/patch-ab
cvs rdiff -r1.13 -r1.14 pkgsrc/textproc/libxml2/patches/patch-ad
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.