--- AnyEvent/Changes 2008/11/03 21:49:25 1.205 +++ AnyEvent/Changes 2009/01/02 22:09:12 1.212 @@ -1,5 +1,23 @@ Revision history for Perl extension AnyEvent. + - socketpair fails on many vista machines because vista has + completely broken accept/getpeername and getsockname functions, + so we provide our own socketpair emulation that kind of works + (AnyEvent::Util::portable_pipe). + - new function: AnyEvent::Util::portable_socketpair. + - take advantage of the Guard module if it exists. + +4.33 Fri Nov 21 02:35:40 CET 2008 + - AnyEvent::Strict did errornously flag a fileno of 0 as + illegal. + - reduce memory usage and slightly speed up the pure perl backend + by only storing the file descriptor, not the file handle. + - add missing autocork method to AnyEvent::Handle (reported + by Adam Rosenstein). + - AnyEvent::DNS->resolve errornously documented an $rcode result + argument, but there isn't (spotted by Henrik Krohns). + - the naked truth about Tk - it's basically unmaintained. + 4.32 Mon Nov 3 22:46:32 CET 2008 - fix AnyEvent::Socket::resolve_sockaddr to properly support unix sockets again and choose a proper default for