Subject: CVS commit: pkgsrc/textproc/p5-XML-LibXML
To: None <pkgsrc-changes@NetBSD.org>
From: Thomas Klausner <wiz@netbsd.org>
List: pkgsrc-changes
Date: 02/27/2007 14:08:34
Module Name:	pkgsrc
Committed By:	wiz
Date:		Tue Feb 27 14:08:34 UTC 2007

Modified Files:
	pkgsrc/textproc/p5-XML-LibXML: Makefile distinfo

Log Message:
Update to 1.62.001:

1.62
   - interface to libxml2's pull-parser XML::LibXML::Reader
     (initiated by Heiko Klein)
   - make error messages intended to the user report the line of the
     application call rather than that of the internal XS call
   - XML::LibXML::Attr->serializeContent added (convenience function)
   - fix getAttributeNode etc. w.r.t. #FIXED attributes (as well as some
     cases with old buggy libxml2 versions)
   - warn if runtime libxml2 is older than the one used at the compile time
   - if compiled against libxml2 >= 2.6.27, new parse_html_* implementation is used
     allowing encoding and other options to be passed to the parser
   - DOM-compliant nodeNames: #comment, #text, #cdata, #document, #document-fragment
   - toString on empty text node returns empty string, not undef
   - cloneNode copies attributes on an element as required by the DOM spec


To generate a diff of this commit:
cvs rdiff -r1.23 -r1.24 pkgsrc/textproc/p5-XML-LibXML/Makefile
cvs rdiff -r1.9 -r1.10 pkgsrc/textproc/p5-XML-LibXML/distinfo

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