File: Changes

package info (click to toggle)
libhtml-tagset-perl 3.24-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 108 kB
  • sloc: perl: 189; makefile: 2
file content (57 lines) | stat: -rw-r--r-- 1,683 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
Revision history for Perl extension HTML::Tagset

2024-03-11  Andy Lester

        * Release 3.24

        No changes in functionality. Only updates metadata for builds.

2024-03-09  Andy Lester

        * Release 3.22

        HTML::Tagset now requires Perl 5.10.1. It might run on earlier
        Perls but I don't have the infrastructure to test them.

        Added <ins> and <del> to %isPhraseMarkup (RT #151970)

        Fixed docs about %isBodyElement calling it %isBodyMarkup
        (RT #34913, RT #109024, RT #118356)

        Cleaned up metadata and version requirements.

        No changes have been made to handle HTML5. That is a bigger issue
        than "just add the tags to the hashes," because that would change
        functionality for existing users who are expecting HTML::Tagset to
        be HTML4.

2008-02-29  Andy Lester

        * Release 3.20 -- Added <div> to the list of p_closure_barriers.

2005-11-08  Andy Lester

        * Release 3.10 -- Another rebundling, with a new maintainer.

2004-12-29  Sean M. Burke

        * Realese 3.04 -- just a rebundling; no actual code changes

2000-10-20  Sean M. Burke

        * Release 3.03
        Added 'tr' => ['background'] at the suggestion of Renzo Toma
        (renzo.toma@veronica.nl), who notes: "Netscape Communicator 4.73
        (probably even earlier) supports it, Internet Explorer 5.5 does
        not (yet)."

2000-09-04  Sean M. Burke

        * Release 3.02
        Added %is_Possible_Strict_P_Content.

2000-08-21  Sean M. Burke

        * Release 3.01 -- first release.
        Data tables copied from previous version of HTML::Element
        and HTML::TreeBuilder, with some additions.