Skip to content

Commit 2d42cb1

Browse files
committed
Release 6.01
1 parent 6a42402 commit 2d42cb1

2 files changed

Lines changed: 12 additions & 1 deletion

File tree

Changes

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
_______________________________________________________________________________
2+
2012-02-18 HTTP-Daemon 6.01
3+
4+
If you bind localhost, don't trust gethostbyaddr() to resolve the
5+
address. [RT#67247]
6+
7+
Restore perl-5.8.1 compatiblity.
8+
9+
10+
11+
112
_______________________________________________________________________________
213
2011-02-25 HTTP-Daemon 6.00
314

lib/HTTP/Daemon.pm

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

6-
$VERSION = "6.00";
6+
$VERSION = "6.01";
77

88
use IO::Socket qw(AF_INET INADDR_ANY INADDR_LOOPBACK inet_ntoa);
99
@ISA=qw(IO::Socket::INET);

0 commit comments

Comments
 (0)