--- AnyEvent/Changes 2008/10/23 19:03:30 1.199 +++ AnyEvent/Changes 2008/11/07 14:39:21 1.208 @@ -1,9 +1,25 @@ Revision history for Perl extension AnyEvent. -TODO: destroy is a must when called inside read or write callbacks. -TODO: delet {_rw} on tls eof solves https issues? - - implement AnyEvent::Handle->destroy method. - - hint about unexpected effects in tls mode. + - 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). + +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. + - 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. + - with some perl patches applied, AnyEvent now seems leak-free. 4.3 Fri Oct 3 09:18:43 CEST 2008 - AnyEvent will now install a no-op signal handler for SIGPIPE,