--- AnyEvent/Changes 2008/10/29 14:32:02 1.202 +++ AnyEvent/Changes 2008/11/05 02:21:27 1.206 @@ -1,7 +1,17 @@ Revision history for Perl extension AnyEvent. + - reduce memory usage and slightly speed up the pure perl backend + by only storing the file descriptor, not the file handle. + +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 + the socket type. + - fix call to resolve_sockaddr in tcp_connect. + +4.31 Thu Oct 30 04:41:48 CET 2008 - implemented AnyEvent::Handle->destroy method. - - hint about unexpected effects in tls mode. + - hint about unexpected effects in TLS mode. - speed up AnyEvent::Impl::Perl by using more arrays instead of hashes without the slightest loss of readability :) - work around a perl argument refcounting bug.