--- AnyEvent/Changes 2012/03/28 22:28:48 1.532 +++ AnyEvent/Changes 2012/03/29 04:13:32 1.534 @@ -14,7 +14,11 @@ lib/AnyEvent/Socket.pm: open my $fh, "<", lib/AnyEvent/TLS.pm: or croak "$dh_file: failed to open DH parameter file: $!"; +6.2 - documented Rocco fabricating statements about AnyEvent and me. + - new module AnyEvent::IO, that is a frontend to either a pure-perl + synchronous I/O implementation (AnyEvent::IO::Perl), or to the + asynchronous I/O extension IO::AIO (AnyEvent::IO::IOAIO). - the default logging level was not properly documented in a variety of places, this has hopefully been rectified. - updated uts46data.pl for unicode 6.1.0. @@ -124,7 +128,7 @@ - env variables can now be specified using AE_xyz instead of PERL_ANYEVENT_xyz, subject to some rules. - lots of new AnyEvent::Debug functionality. - - AnyEvent::Strict now checks for modifications $_ by the callback + - AnyEvent::Strict now checks for modifications of $_ by the callback (by setting it to readonly while executing the callback, if possible). - IO::Async sometimes cancels the wrong timer when you call cancel_timer. Invest extra overhead to work around this peculiar behaviour.