--- AnyEvent/Changes 2009/06/30 22:42:33 1.257 +++ AnyEvent/Changes 2009/07/02 23:22:34 1.258 @@ -3,10 +3,17 @@ - load AnyEvent::Handle only on demand in AnyEvent::DNS, so AnyEvent::Socket users have smaller memory footprint in the common case. + - add AnyEvent::Handle->push_shutdown method. + - add an additional error message parameter to AnyEvent::Handle's + on_error callback (for TLS, $! is still available). - make AnyEvent::Handle more robust against early conenction failures (during new), and return C in that case from the constructor. +4.451 Fri Jul 3 00:28:58 CEST 2009 + - do not clear rbuf when shutting down an AnyEvent::Handle + object - doing so breaks AnyEvent::HTTP. + 4.45 Mon Jun 29 22:59:26 CEST 2009 - a write error could cause AnyEvent::Handle to create an I/O watcher with an undefined $fh.