Subject: CVS commit: pkgsrc/textproc/p5-XML-Atom
To: None <pkgsrc-changes@NetBSD.org>
From: Klaus Klein <kleink@netbsd.org>
List: pkgsrc-changes
Date: 12/01/2006 08:30:35
Module Name: pkgsrc
Committed By: kleink
Date: Fri Dec 1 08:30:35 UTC 2006
Modified Files:
pkgsrc/textproc/p5-XML-Atom: Makefile distinfo
Log Message:
Update p5-XML-Atom to 0.25.
Revision history for XML::Atom
0.25 2006.11.30
* Fixed memory leaks in XML::Atom::Client
(Reported by Brian Cassidy)
0.24 2006.11.25
* Updated document to mention that ID creation is user's responsibility
* Added $feed->as_xml_utf8 which always returns UTF-8 bytes string, rather than UTF-8 flagged one.
This addresses annoying issues with UTF-8 vs. latin-1 (Thanks to Rui Vilela #21191)
* Better fix for the hateful default: prefix issue in libxml2; now we
remove the default\d* prefix on any nodes and set the proper namespace
URI.
* Fix to the test case since 0x242 is now printable character in bleadperl
(Thanks to Andreas Koenig and Steve Peters)
* Skip tests if 'euc-jp' is unknown encoding on your XML library
(via CPAN testers)
To generate a diff of this commit:
cvs rdiff -r1.4 -r1.5 pkgsrc/textproc/p5-XML-Atom/Makefile
cvs rdiff -r1.3 -r1.4 pkgsrc/textproc/p5-XML-Atom/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.