Subject: CVS commit: pkgsrc/textproc/libxml2
To: None <pkgsrc-changes@NetBSD.org>
From: Marc Recht <recht@netbsd.org>
List: pkgsrc-changes
Date: 01/16/2005 22:28:34
Module Name: pkgsrc
Committed By: recht
Date: Sun Jan 16 22:28:34 UTC 2005
Modified Files:
pkgsrc/textproc/libxml2: Makefile PLIST distinfo
pkgsrc/textproc/libxml2/patches: patch-aa patch-ab
Log Message:
update to 2.6.17
This release includes a lot of fixes and improvement to existing
features plus a few new APIs:
* build fixes:
- Windows
- warnings removal (William Brack)
- maintainer-clean dependency(William)
- build in a different directory (William)
- fixing --with-minimum configure build (William)
- BeOS build (Marcin Konicki)
- compilation on AIX (Dan McNichol)
* bug fixes:
- xmlTextReaderHasAttributes (Rob Richards)
- xmlCtxtReadFile() to use the catalog(s)
- loop on output (William Brack)
- XPath memory leak
- ID deallocation problem (Steve Shepard)
- debugDumpNode crash (William)
- warning not using error callback (William)
- xmlStopParser bug (William)
- UTF-16 with BOM on DTDs (William)
- namespace bug on empty elements in push mode (Rob Richards)
- line and col computations fixups (Aleksey Sanin)
- xmlURIEscape fix (William)
- xmlXPathErr on bad range (William)
- patterns with too many steps
- bug in RNG choice optimization
- line number sometimes missing.
* improvements:
- XSD Schemas (Kasimier Buchcik)
- xmlUTF8Strpos speedup (William)
- XSD error reports (Kasimier Buchcik)
* new APIs:
- added xmlDictExists()
- GetLineNumber and GetColumnNumber for the xmlReader (Aleksey Sanin)
- Dynamic Shared Libraries APIs (mostly Joel Reed)
- error extraction API from regexps
- new XMLSave option for format (Phil Shafer)
* documentation:
- site improvement (John Fleck), FAQ entries (William).
To generate a diff of this commit:
cvs rdiff -r1.63 -r1.64 pkgsrc/textproc/libxml2/Makefile
cvs rdiff -r1.34 -r1.35 pkgsrc/textproc/libxml2/PLIST
cvs rdiff -r1.45 -r1.46 pkgsrc/textproc/libxml2/distinfo
cvs rdiff -r1.19 -r1.20 pkgsrc/textproc/libxml2/patches/patch-aa
cvs rdiff -r1.11 -r1.12 pkgsrc/textproc/libxml2/patches/patch-ab
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.