--- AnyEvent/Changes 2008/07/21 03:47:22 1.177 +++ AnyEvent/Changes 2008/07/29 10:20:33 1.183 @@ -1,7 +1,14 @@ Revision history for Perl extension AnyEvent. +4.23 Tue Jul 29 12:19:59 CEST 2008 - document the first parameter passed to condvar callbacks to be the callback. + - add AnyEvent::Socket::{ntoa,aton} aliases. + - optimize the AE::Handle->push_read (line) for the default + eol marker. + - optimize push_read (packstring|storable) for small packets. + - invoke on_error callback when no on_eof callback is set. + - fix a bug in push_read (storable) of unknown impact. 4.22 Sun Jul 20 16:34:13 CEST 2008 - new function AnyEvent::Socket::parse_hostport. @@ -192,7 +199,7 @@ become writable until empty. - only make a dummy read for error detection when getpeername returns ENOTCONN. - - defend AnyEvent::Util::inet_aton against Coro::LWP brutal + - defend AnyEvent::Util::inet_aton against Coro::LWP's brutal override. - new AnyEvent::Guard::cancel. @@ -216,7 +223,7 @@ - work around a bug in perl 5.8.8's local. Reported by Yi Ma Mao. 3.4 Sun May 11 00:29:25 CEST 2008 - - complete re-implementation of condvars with a hopefully much mroe useful + - complete re-implementation of condvars with a hopefully much more useful API (backward compatible functions exist but are undocumented). - AnyEvent::Handle fully rewritten with a hopefully more powerful API (still subject to change).