Skip to content

Commit ce42c7b

Browse files
committed
Release 3.72
1 parent c50db95 commit ce42c7b

File tree

3 files changed

+21
-2
lines changed

3 files changed

+21
-2
lines changed

Changes

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
_______________________________________________________________________________
2+
2016-01-19 Release 3.72
3+
4+
Gisle Aas (3):
5+
Avoid more clang casting warnings
6+
Remove trailing whitespace
7+
Ensure entities expand to utf8 sequences under 'utf8_mode' [RT#99755]
8+
9+
David Steinbrunner (2):
10+
typo fix
11+
typo fixes
12+
13+
Jacques Germishuys (1):
14+
Silence clang warning
15+
16+
bulk88 (1):
17+
const+static-ing
18+
19+
120
_______________________________________________________________________________
221
2013-05-09 Release 3.71
322

Parser.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package HTML::Parser;
33
use strict;
44
use vars qw($VERSION @ISA);
55

6-
$VERSION = "3.71";
6+
$VERSION = "3.72";
77

88
require HTML::Entities;
99

lib/HTML/Filter.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ use vars qw(@ISA $VERSION);
66
require HTML::Parser;
77
@ISA=qw(HTML::Parser);
88

9-
$VERSION = "3.57";
9+
$VERSION = "3.72";
1010

1111
sub declaration { $_[0]->output("<!$_[1]>") }
1212
sub process { $_[0]->output($_[2]) }

0 commit comments

Comments
 (0)