Update to 3.23:

3.23    Sun Nov 12 11:09:31 CST 2006
    [THINGS THAT MAY BREAK YOUR CODE OR TESTS]
    * Mark-Jason Dominus points out that the fix for as_html was not
      proper, and broken behavior should never be codified.  Fixed
      as_html so an empty string doesn't encode entites, instead of
      blaming the behavior on HTML::Entities.  (RT 18571)

3.22 	Sat Nov 11 21:23:22 CST 2006
    [THINGS THAT MAY BREAK YOUR CODE OR TESTS]
    * HTML::Element::as_XML now only escapes five characters, instead
      of escaping everything but alphanumerics and spaces.  This is
      more in line with the XML spec, and will no longer escape wide
      characters as two (or more) entities.  Resolves RT 14260.  Thanks
      to Carl Franks and somewhere [at] confuzzled.lu for assistance.

    [FIXES]
    * A string comparison was commented to use lc() on both sides, but
      didn't.  This caused HTML::Element::look_down to not properly find
      elements in certain cases.  Thanks to Andrew Suhachov. (RT 21114)

    [TESTS]
    * Added several new tests and enhanced others.  Thanks to Rocco
      Caputo for t/attributes.t, and several others for providing
      test cases in their RT bugs.

    [DOCUMENTATION]
    * Fixed description of HTML::Element::all_attr_names.  Thanks
      to dsteinbrunner [at] pobox.com for catching it.
    * Fixed example code in HTML::Element::push_content.  Thanks
      to dsteinbrunner [at] pobox.com for catching it. (RT 21293)
    * Fixed description of HTML::Element::as_HTML.  Thanks to
      Mark-Jason Dominus for catching it.  (RT 18569)


3.21	Sun Aug  6 19:10:00 CDT 2006
    [FIXES]
    * Updated HTML::Parser requirement to 3.46 to fix a bug in
      tag-rendering.t, noted in RT 20816 and 19796.  Thanks to
      Gordon Lack and Ricardo Signes
    * Fixed HTML::TreeBuilder to not remove   where it shouldn't,
      using patch supplied in RT 17481.  Thanks to Chris Madsen.

    [DOCUMENTATION]
    * HTML-Tree has a new maintainer: Pete Krawczyk
This commit is contained in:
wiz 2007-02-18 03:17:10 +00:00
parent cb0400ece4
commit 8426767dac
2 changed files with 7 additions and 7 deletions

View file

@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.21 2006/07/12 17:11:22 heinz Exp $
# $NetBSD: Makefile,v 1.22 2007/02/18 03:17:10 wiz Exp $
DISTNAME= HTML-Tree-3.20
DISTNAME= HTML-Tree-3.23
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5htr
CATEGORIES= www perl5
@ -10,7 +10,7 @@ MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/HTML-Tree/
COMMENT= Perl5 modules for manipulating HTML syntax trees
DEPENDS+= p5-HTML-Parser>=2.19:../../www/p5-HTML-Parser
DEPENDS+= p5-HTML-Parser>=3.46:../../www/p5-HTML-Parser
DEPENDS+= p5-HTML-Tagset>=3.02:../../www/p5-HTML-Tagset
PKG_INSTALLATION_TYPES= overwrite pkgviews

View file

@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.8 2006/07/12 17:11:22 heinz Exp $
$NetBSD: distinfo,v 1.9 2007/02/18 03:17:10 wiz Exp $
SHA1 (HTML-Tree-3.20.tar.gz) = 770a5ad634f2baf66ab0e7d95d9550098fe2f87e
RMD160 (HTML-Tree-3.20.tar.gz) = b49ec877affc9a0c203a1dd6696dd99475d4fd5d
Size (HTML-Tree-3.20.tar.gz) = 117812 bytes
SHA1 (HTML-Tree-3.23.tar.gz) = 25135e1888aa9805cdfce0907ff17a6fdd422b0e
RMD160 (HTML-Tree-3.23.tar.gz) = 5a0878cc3c36fad4d309f02b498efcf4dacbc552
Size (HTML-Tree-3.23.tar.gz) = 121438 bytes