--- AnyEvent/Changes 2009/07/31 20:16:29 1.315 +++ AnyEvent/Changes 2009/08/06 14:05:40 1.322 @@ -1,6 +1,17 @@ Revision history for Perl extension AnyEvent. -4.9 + - hackishly provide fast AE:: interface when EV is the backend. + +4.91 Thu Aug 6 15:42:45 CEST 2009 + - 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. + - convert many internal watcher uses to AE API. + +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