--- AnyEvent/Changes 2009/08/09 10:53:33 1.327 +++ AnyEvent/Changes 2009/08/11 01:18:27 1.334 @@ -1,6 +1,18 @@ Revision history for Perl extension AnyEvent. -4.92 +5.1 Tue Aug 11 03:17:32 CEST 2009 + - tcp_connect now reports the correct error in $!, not an unrelated + one (was broken since 4.91). + - AE::Handle did not properly clear rtimeout/wtimeout watchers + when retrying a tcp_connect. + - new functions: AnyEvent::Util::run_cmd and close_all_fds_except. + - fixed wrong documentation in AE::Socket. + +5.01 Mon Aug 10 03:16:32 CEST 2009 + - last release broke EV child watchers :/. + +5.0 Sun Aug 9 17:32:09 CEST 2009 + - officially introduce and document the AE API. - lowering the timeout at runtime did not have immediate effect in AnyEvent::Handle. - AE::Handle now has separate and independent read and write timeout @@ -8,8 +20,12 @@ - probe for Guard module when AnyEvent::Util is loaded, not at runtime (Event doesn't like eval "use" from callbacks, and it avoids exporting the probe function). + - Impl::IOAsync's io watchers did not use the filehandle emulation + code to work around it's watcher limits. + - work around IO::Async's problems with overloaded objects. + - try to disable wearnings inside IO::Async, it's just too buggy. - do no longer use Event by default, only EV or Perl, Event is too buggy. - - hackishly provide fast AE:: interface when EV is the backend. + - hackishly provide fast AE:: interface when EV or Perl is the backend. - inherit VERSION from AnyEvent::VERSION in most modules. 4.91 Thu Aug 6 15:42:45 CEST 2009