Subject: CVS commit: pkgsrc/textproc/p5-XML-LibXML
To: None <pkgsrc-changes@NetBSD.org>
From: Thomas Klausner <wiz@netbsd.org>
List: pkgsrc-changes
Date: 11/29/2007 14:28:45
Module Name:	pkgsrc
Committed By:	wiz
Date:		Thu Nov 29 14:28:45 UTC 2007

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

Log Message:
Update to 1.65:

1.65
   - fix bug in t/40reader.t revealed by a bugfix in Test::More 0.71 (Jonathan Rockway)
   - fix possible SIGSEGV when PI's or attrs created with
     createDocument can get garbage-collected after their owning
     document (old-standing bug suddenly caught by XML::Compile regression tests)
   - skip tests for unsupported features on unsupported versions of Perl/libxml2
   - make Reader interface require Perl 5.8 (patches to extend to 5.6 are welcome)

1.64
   - fix reconcilation of the "xml" namespace [rt.cpan.org #26450]
   - make tests pass with libxml2 2.9.29 - PI regression tests now
     accept "" as data of an empty PI [rt.cpan.org #27659]
   - strip-off UTF8 flag with $node->toString($format,1) for consistent
     behavior independent on the actual document encoding
   - fix in XML::LibXML::Reader::nextSiblingElment
   - fix synopsis for XML::LibXML::Reader
   - skip tests that require Encode module if not available (perl 5.6)
   - finally removed the iterator() method deprecated since 1.54
   - set_document_locator support in XML::LibXML::SAX::Parser
   - SYNOPSIS sections of the docs now mention which module to use
     and which other manpage to look into for inherited methods
   - XML::LibXML::Namespace API fixed in order to achieve
     an agreement between the docs and the implementation


To generate a diff of this commit:
cvs rdiff -r1.25 -r1.26 pkgsrc/textproc/p5-XML-LibXML/Makefile
cvs rdiff -r1.11 -r1.12 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.