--- AnyEvent/Changes 2008/05/15 13:50:23 1.76 +++ AnyEvent/Changes 2008/05/23 17:47:06 1.88 @@ -1,11 +1,34 @@ Revision history for Perl extension AnyEvent. - - added AnyEvent::Util::tcp_connect helper function - - added AnyEvent::Util::listen (and an example eg/listen) +3.51 + - added (experimental) AnyEvent::DNS module. + - added (experimental) AnyEvent::Socket module. + - AnyEvent::Socket::inet_aton will use AnyEvent::DNS now and not fork anymore. + - try very hard not to freeze on broken windows perls. + - make on_eof optional in AnyEvent::Handle. + - support service names in tcp_connect and tcp_server. + - work around netbsd/openbsd bug causing unix sockets not to + become writable untill empty. + - only make a dummy read for error detection when getpeername + returns ENOTCONN. + - defend AnyEvent::Util::inet_aton against Coro::LWP brutal + override. + +3.5 Sat May 17 23:17:14 CEST 2008 + - gracefully deal with systems not defining CLOCK_MONOTONIC + (as opposed to not supporting the clock itself, which worked in 3.41). + - added AnyEvent::Util::tcp_connect and AnyEvent::Util::tcp_server + helpers, to replace the ill-designed AnyEvent::Socket class. + - added some examples (eg/connect, eg/handle). + - added AnyEvent::Util::guard. + - AnyEvent::Util now exports most of its functions. - fixed a bug in *_read_chunk, where the callback was called with $self as first and second argument. - - added AnyEvent::Util::connect and some examples (eg/connect, eg/handle). + - simplified and fixed regex handling in AnyEvent::Handle::*_read_line. - fix manpage condvars examples to use new syntax. + - considerably improve inet_aton with EV::ADNS backend to support + cname chains (common dns configuration bug, e.g. with www.google.de) + and aaaa records if no a record could be found. 3.41 Sun May 11 19:53:13 CEST 2008 - work around a bug in perl 5.8.8's local. Reported by Yi Ma Mao.