_______________________________________________________________________________ 2010-09-01 Release 3.68 Gisle Aas (1): Declare the encoding of the POD to be utf8 _______________________________________________________________________________ 2010-08-17 Release 3.67 Nicholas Clark (1): bleadperl 2154eca7 breaks HTML::Parser 3.66 [RT#60368] _______________________________________________________________________________ 2010-07-09 Release 3.66 Gisle Aas (1): Fix entity decoding in utf8_mode for the title header _______________________________________________________________________________ 2010-04-04 Release 3.65 Gisle Aas (1): Eliminate buggy entities_decode_old Salvatore Bonaccorso (1): Fixed endianness typo [RT#50811] Ville Skyttä (1): Documentation fixes. _______________________________________________________________________________ 2009-10-25 Release 3.64 Gisle Aas (5): Convert files to UTF-8 Don't allow decode_entities() to generate illegal Unicode chars Copyright 2009 Remove rendundant (repeated) test Make parse_file() method use 3-arg open [RT#49434] _______________________________________________________________________________ 2009-10-22 Release 3.63 Gisle Aas (2): Take more care to prepare the char range for encode_entities [RT#50170] decode_entities confused by trailing incomplete entity _______________________________________________________________________________ 2009-08-13 Release 3.62 Ville Skyttä (4): HTTP::Header doc typo fix. Do not bother tracking style or script, they're ignored. Bring HTML 5 head elements up to date with WD-html5-20090423. Improve HeadParser performance. Gisle Aas (1): Doc patch: Make it clearer what the return value from ->parse is _______________________________________________________________________________ 2009-06-20 Release 3.61 Gisle Aas (2): Test that triggers the crash that Chip fixed Complete documented list of literal tags Chip Salzenberg (1): Avoid crash (referenced pend_text instead of skipped_text) Antonio Radici (1): Reference HTML::LinkExttor [RT#43164] _______________________________________________________________________________ 2009-02-09 Release 3.60 Ville Skytta (5): Spelling fixes. Test multi-value headers. Documentation improvements. Do not terminate head parsing on the element (added in HTML 4.0). Add support for HTML 5 and new HEAD elements. Damyan Ivanov (1): Short description of the htextsub example Mike South (1): Suppress warning when encode_entities is called with undef [RT#27567] Zefram (1): HTML::Parser doesn't compile with perl 5.8.0. _______________________________________________________________________________ 2008-11-24 Gisle Aas Release 3.59 Restore perl-5.6 compatibility for HTML::HeadParser. Improved META.yml _______________________________________________________________________________ 2008-11-17 Gisle Aas Release 3.58 Suppress "Parsing of undecoded UTF-8 will give garbage" warning with attr_encoded [RT#29089] HTML::HeadParser: - Recognize the Unicode BOM in utf8_mode as well [RT#27522] - Avoid ending up with '/' keys attribute in Link headers. _______________________________________________________________________________ 2008-11-16 Gisle Aas Release 3.57 The