diff options
author | wiz <wiz> | 2007-11-29 14:28:44 +0000 |
---|---|---|
committer | wiz <wiz> | 2007-11-29 14:28:44 +0000 |
commit | 3a133d223ed1351563f31dce3e45234434347dec (patch) | |
tree | b87a07cedd1ad00da26bf5f90fea06d4cafc5a68 /textproc | |
parent | 44128e1661393b8f67ac28fdbe9a21a1a4da238d (diff) | |
download | pkgsrc-3a133d223ed1351563f31dce3e45234434347dec.tar.gz |
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
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-XML-LibXML/Makefile | 4 | ||||
-rw-r--r-- | textproc/p5-XML-LibXML/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/textproc/p5-XML-LibXML/Makefile b/textproc/p5-XML-LibXML/Makefile index 334be19715d..59ba029675c 100644 --- a/textproc/p5-XML-LibXML/Makefile +++ b/textproc/p5-XML-LibXML/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.25 2007/06/13 23:29:01 heinz Exp $ +# $NetBSD: Makefile,v 1.26 2007/11/29 14:28:44 wiz Exp $ # -DISTNAME= XML-LibXML-1.63 +DISTNAME= XML-LibXML-1.65 PKGNAME= p5-${DISTNAME} SVR4_PKGNAME= p5xlx CATEGORIES= textproc perl5 diff --git a/textproc/p5-XML-LibXML/distinfo b/textproc/p5-XML-LibXML/distinfo index fc45697d1df..740a38dfffa 100644 --- a/textproc/p5-XML-LibXML/distinfo +++ b/textproc/p5-XML-LibXML/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.11 2007/06/13 23:29:01 heinz Exp $ +$NetBSD: distinfo,v 1.12 2007/11/29 14:28:44 wiz Exp $ -SHA1 (XML-LibXML-1.63.tar.gz) = e0e0e47c2f2d54d9ecb431cbae692ac808917bfb -RMD160 (XML-LibXML-1.63.tar.gz) = d7164829c586d6d2cc3d32801668e84bd76fff20 -Size (XML-LibXML-1.63.tar.gz) = 261774 bytes +SHA1 (XML-LibXML-1.65.tar.gz) = 97e081fc71d01b1ef062ff519491509f37deef9d +RMD160 (XML-LibXML-1.65.tar.gz) = d40861525041ad5f248b5f7905b6713cdcacc763 +Size (XML-LibXML-1.65.tar.gz) = 265146 bytes |