--- AnyEvent/Changes 2009/07/31 20:16:29 1.315 +++ AnyEvent/Changes 2009/08/06 13:31:01 1.320 @@ -1,6 +1,17 @@ Revision history for Perl extension AnyEvent. -4.9 +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. - call condvar callback immediately when it is set