Skip to content

Commit 17259a5

Browse files
committed
HTTP-Daemon-6.06
- Delimit IPv6 numeric address with brackets and URI-quote an IPv6 zone separator in url() method output (GH#32) (Petr Pisar) - Handle undef and empty LocalAddr value in new() constructor as an unspecified address (GH#24, RT#123069) (Petr Pisar) - Use IO::Socket::IP for IPv6 support. (GH#31) (Chase Whitener)
1 parent 31c6eaf commit 17259a5

2 files changed

Lines changed: 12 additions & 8 deletions

File tree

Changes

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Revision history for HTTP-Daemon
22

3-
{{$NEXT}}
3+
6.06 2019-08-29 14:23:17Z
44
- Delimit IPv6 numeric address with brackets and URI-quote an IPv6 zone
55
separator in url() method output (GH#32) (Petr Pisar)
66
- Handle undef and empty LocalAddr value in new() constructor as an

README.pod

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ HTTP::Daemon - A simple http server class
88

99
=head1 VERSION
1010

11-
version 6.05
11+
version 6.06
1212

1313
=head1 SYNOPSIS
1414

@@ -303,7 +303,7 @@ Gisle Aas <gisle@activestate.com>
303303

304304
=head1 CONTRIBUTORS
305305

306-
=for stopwords Ville Skyttä Olaf Alders Mark Stosberg Karen Etheridge Chase Whitener Slaven Rezic Zefram Tom Hukins Mike Schilli Alexey Tourbin Bron Gondwana Hans-H. Froehlich Ian Kilgore Jacob J Ondrej Hanak Perlover Peter Rabbitson Robert Stone Rolf Grossmann Sean M. Burke Spiros Denaxas Steve Hay Todd Lipcon Tony Finch Toru Yamaguchi Yuri Karaban amire80 jefflee john9art murphy phrstbrn ruff Adam Kennedy sasao Sjogren Alex Kapranoff Andreas J. Koenig Bill Mann DAVIDRW Daniel Hedlund David E. Wheeler FWILES Father Chrysostomos Gavin Peters Graeme Thompson
306+
=for stopwords Ville Skyttä Olaf Alders Mark Stosberg Karen Etheridge Chase Whitener Slaven Rezic Zefram Alexey Tourbin Bron Gondwana Petr Písař Mike Schilli Tom Hukins Ian Kilgore Jacob J Ondrej Hanak Perlover Peter Rabbitson Robert Stone Rolf Grossmann Sean M. Burke Spiros Denaxas Steve Hay Todd Lipcon Tony Finch Toru Yamaguchi Yuri Karaban amire80 jefflee john9art murphy phrstbrn ruff Adam Kennedy sasao Sjogren Alex Kapranoff Andreas J. Koenig Bill Mann DAVIDRW Daniel Hedlund David E. Wheeler FWILES Father Chrysostomos Gavin Peters Graeme Thompson Hans-H. Froehlich
307307

308308
=over 4
309309

@@ -337,23 +337,23 @@ Zefram <zefram@fysh.org>
337337

338338
=item *
339339

340-
Tom Hukins <tom@eborcom.com>
340+
Alexey Tourbin <at@altlinux.ru>
341341

342342
=item *
343343

344-
Mike Schilli <mschilli@yahoo-inc.com>
344+
Bron Gondwana <brong@fastmail.fm>
345345

346346
=item *
347347

348-
Alexey Tourbin <at@altlinux.ru>
348+
Petr Písař <ppisar@redhat.com>
349349

350350
=item *
351351

352-
Bron Gondwana <brong@fastmail.fm>
352+
Mike Schilli <mschilli@yahoo-inc.com>
353353

354354
=item *
355355

356-
Hans-H. Froehlich <hfroehlich@co-de-co.de>
356+
Tom Hukins <tom@eborcom.com>
357357

358358
=item *
359359

@@ -487,6 +487,10 @@ Gavin Peters <gpeters@deepsky.com>
487487

488488
Graeme Thompson <Graeme.Thompson@mobilecohesion.com>
489489

490+
=item *
491+
492+
Hans-H. Froehlich <hfroehlich@co-de-co.de>
493+
490494
=back
491495

492496
=head1 COPYRIGHT AND LICENCE

0 commit comments

Comments
 (0)