--- AnyEvent/Changes 2008/10/03 07:19:23 1.197 +++ AnyEvent/Changes 2008/10/29 14:32:02 1.202 @@ -1,5 +1,12 @@ Revision history for Perl extension AnyEvent. + - 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, unless one has been installed already.