File: Changes

package info (click to toggle)
libhtml-gumbo-perl 0.18-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 192 kB
  • sloc: perl: 50; makefile: 3
file content (38 lines) | stat: -rw-r--r-- 655 bytes parent folder | download | duplicates (3)
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
Revision history for Perl module HTML::Gumbo

0.18 2018-06-23

    - fix HTML escaping when parsing to string, RT#125227
      thanks to Jim Brandt

0.17 2015-01-13

    - fix for threaded perl

0.16 2016-01-12

    - fragments parsing
    - fix unreferenced scalar error with 'tree' format

0.14 2015-12-28

    - croak in case we don't know what to do

0.13 2014-07-17

    - Additional fix for threaded perl

0.12 2013-10-09

    - perl 5.10 compatibility

0.11 2013-10-09

    - use c89 scoping of iterator in for loops
    - fixes for threaded perls
    - skip test if HTML::TreeBuilder is not installed

0.1 2013-09-30

    - first release to CPAN