--- AnyEvent/Changes 2009/06/26 06:33:17 1.249 +++ AnyEvent/Changes 2009/07/02 23:22:34 1.258 @@ -1,5 +1,30 @@ Revision history for Perl extension AnyEvent. + - load AnyEvent::Handle only on demand in AnyEvent::DNS, + so AnyEvent::Socket users have smaller memory footprint + in the common case. + - add AnyEvent::Handle->push_shutdown method. + - add an additional error message parameter to AnyEvent::Handle's + on_error callback (for TLS, $! is still available). + - make AnyEvent::Handle more robust against early conenction + failures (during new), and return C in that case + from the constructor. + +4.451 Fri Jul 3 00:28:58 CEST 2009 + - do not clear rbuf when shutting down an AnyEvent::Handle + object - doing so breaks AnyEvent::HTTP. + +4.45 Mon Jun 29 22:59:26 CEST 2009 + - a write error could cause AnyEvent::Handle to create + an I/O watcher with an undefined $fh. + - special-case mapped ipv4 addresses in both + AnyEvent::Socket::format_address and parse_address, + to treat them just like ipv4 addresses. + - updated and overhauled the AnyEvent::Intro doc. + - implement AnyEvent::Socket::format_ipv4/ipv6. + - slightly speed up portable_pipe/socketpair. + - expand condvar begin/end documentation. + 4.42 Fri Jun 26 08:32:18 CEST 2009 - preliminary and neccesarily incomplete support for IO::Async. - reset SIGCHLD to DEFAULT when AnyEvent is loaded, in