ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/AnyEvent/Changes
(Generate patch)

Comparing AnyEvent/Changes (file contents):
Revision 1.537 by root, Fri Mar 30 03:11:17 2012 UTC vs.
Revision 1.538 by root, Fri Mar 30 04:26:46 2012 UTC

12lib/AnyEvent/Log.pm: open my $fh, ">>", $path 12lib/AnyEvent/Log.pm: open my $fh, ">>", $path
13lib/AnyEvent/Log.pm: open my $fh, ">>", $path 13lib/AnyEvent/Log.pm: open my $fh, ">>", $path
14lib/AnyEvent/TLS.pm: or croak "$dh_file: failed to open DH parameter file: $!"; 14lib/AnyEvent/TLS.pm: or croak "$dh_file: failed to open DH parameter file: $!";
15 15
166.2 166.2
17 - child watchers are broken in POE 1.352 and there seems to be
18 no way to work around it, as POE itself is inherently racy. Document this
19 regression and sleep a second in t/68_poe_03_child.t for the time
20 being.
17 - new module AnyEvent::IO, that is a frontend to either a pure-perl 21 - new module AnyEvent::IO, that is a frontend to either a pure-perl
18 synchronous I/O implementation (AnyEvent::IO::Perl), or to the 22 synchronous I/O implementation (AnyEvent::IO::Perl), or to the
19 asynchronous I/O extension IO::AIO (AnyEvent::IO::IOAIO). 23 asynchronous I/O extension IO::AIO (AnyEvent::IO::IOAIO).
20 - load /etc/hosts only when dns fails has no answer. 24 - load /etc/hosts only when dns fails has no answer.
21 - stat /etc/hosts on every access and reload it if it changed. 25 - stat /etc/hosts on every access and reload it if it changed.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines