--- AnyEvent/Changes 2009/08/01 09:14:54 1.316 +++ AnyEvent/Changes 2009/08/06 13:31:01 1.320 @@ -1,5 +1,16 @@ Revision history for Perl extension AnyEvent. +TODO: Danga::Socket backend. + +TODO: delay tcp_connect +4.901 + - AE::Handle::starttls could get out of sync when the read buffer + already contains some TLS handshake. + - AE::Handle did not properly free the TLS session, causing bigger + memory leaks in Net::SSLeay than expected (reported by toaster). + - AE::Socket::tcp_connect will now artificially delay invoking + the callback to avoid returning after invoking the callback. + 4.9 Sat Aug 1 11:07:01 CEST 2009 - Glib silently fails when registering a timeout with a negative value, so avoid that.