Subject: CVS commit: pkgsrc/www/p5-HTML-Parser
To: None <pkgsrc-changes@NetBSD.org>
From: Thomas Klausner <wiz@netbsd.org>
List: pkgsrc-changes
Date: 07/19/2006 22:46:24
Module Name:	pkgsrc
Committed By:	wiz
Date:		Wed Jul 19 22:46:24 UTC 2006

Modified Files:
	pkgsrc/www/p5-HTML-Parser: Makefile distinfo

Log Message:
Update to 3.54:

2006-04-28   Gisle Aas

     Release 3.54

     Yaakov Belch discovered yet another issue with <script> parsing.
     Enabling of 'empty_element_tags' got the parser confused
     if it found such a tag for elements that are normally parsed
     in literal mode.  Of these <script src="..."/> is the only
     one likely to be found in documents.
     <http://rt.cpan.org//Ticket/Display.html?id=18965>

2006-04-27   Gisle Aas

     Release 3.53

     When ignore_element was enabled it got confused if the
     corresponding tags did not nest properly; the end tag
     was treated it as if it was a start tag.
     Found and fixed by Yaakov Belch
     <http://rt.cpan.org/Ticket/Display.html?id=18936>

2006-04-26   Gisle Aas

     Release 3.52

     Make sure the 'start_document' fires exactly once for
     each document parsed.  For earlier releases it did not
     fire at all for empty documents and could fire multiple
     times if parse was called with empty chunks.

     Documentation tweaks and typo fixes.

2006-03-22   Gisle Aas

     Release 3.51

     Named entities outside the Latin-1 range are now only expanded
     when properly terminated with ";".  This makes HTML::Parser
     compatible with Firefox/Konqueror/MSIE when it comes to how these
     entities are expanded in attribute values.  Firefox does expand
     unterminated non-Latin-1 entities in plain text, so here
     HTML::Parser only stays compatible with Konqueror/MSIE.
     Fixes <http://rt.cpan.org/Ticket/Display.html?id=17962>.

     Fixed some documentation typos spotted by william at knowmad.com.
     <http://rt.cpan.org/Ticket/Display.html?id=18062>


To generate a diff of this commit:
cvs rdiff -r1.37 -r1.38 pkgsrc/www/p5-HTML-Parser/Makefile
cvs rdiff -r1.15 -r1.16 pkgsrc/www/p5-HTML-Parser/distinfo

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