Subject: CVS commit: pkgsrc/textproc/libxml2
To: None <pkgsrc-changes@netbsd.org>
From: Thomas Klausner <wiz@netbsd.org>
List: pkgsrc-changes
Date: 05/08/2003 09:34:58
Module Name:	pkgsrc
Committed By:	wiz
Date:		Thu May  8 09:34:58 UTC 2003

Modified Files:
	pkgsrc/textproc/libxml2: Makefile PLIST distinfo

Log Message:
Update to 2.5.7:
   - Relax-NG: Compiling to regexp and streaming validation on top of the
    xmlReader interface, added to xmllint --stream
   - xmlReader: Expand(), Next() and DOM access glue, bug fixes
   - Support for large files: RGN validated a 4.5GB instance
   - Thread support is now configured in by default
   - Fixes: update of the Trio code (Bjorn), WXS Date and Duration fixes
    (Charles Bozeman), DTD and namespaces (Brent Hendricks), HTML push parser
    and zero bytes handling, some missing Windows file path conversions,
    behaviour of the parser and validator in the presence of "out of memory"
    error conditions
   - extended the API to be able to plug a garbage collecting memory
    allocator, added xmlMallocAtomic() and modified the allocations
    accordingly.
   - Performances: removed excessive malloc() calls, speedup of the push and
    xmlReader interfaces, removed excessive thread locking
   - Documentation: man page (John Fleck), xmlReader documentation
   - Python: adding binding for xmlCatalogAddLocal (Brent M Hendricks)


To generate a diff of this commit:
cvs rdiff -r1.27 -r1.28 pkgsrc/textproc/libxml2/Makefile
cvs rdiff -r1.17 -r1.18 pkgsrc/textproc/libxml2/PLIST
cvs rdiff -r1.24 -r1.25 pkgsrc/textproc/libxml2/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.