--- AnyEvent/Changes 2009/06/25 11:16:08 1.247 +++ AnyEvent/Changes 2009/06/30 16:43:24 1.256 @@ -1,9 +1,26 @@ Revision history for Perl extension AnyEvent. - - preliminary and neecssarily incomplete support for IO::Async. + - load AnyEvent::Handle only on demand in AnyEvent::DNS, + so AnyEvent::Socket users have smaller memory footprint + in the common case. + +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 case it was set to IGNORE, to ensure we can catch child statuses even when the calling env acts stupidly. + - updated benchmarks with IO::Async, which performs very well. 4.412 Wed Jun 24 01:35:57 CEST 2009 - support an "untaint" attribute for AnyEvent::DNS