--- AnyEvent/Changes 2009/07/24 08:40:35 1.297 +++ AnyEvent/Changes 2009/08/10 13:36:00 1.331 @@ -1,11 +1,76 @@ Revision history for Perl extension AnyEvent. -TODO: maybe support "peerip" verificstion, i.e. getpeername diretcly as -additional peername? +5.01 Mon Aug 10 03:16:32 CEST 2009 + - last release broke EV child watchers :/. + - fixed wrong documentation in AE::Socket. +5.0 Sun Aug 9 17:32:09 CEST 2009 + - officially introduce and document the AE API. + - lowering the timeout at runtime did not have immediate effect + in AnyEvent::Handle. + - AE::Handle now has separate and independent read and write timeout + settings. + - probe for Guard module when AnyEvent::Util is loaded, not at + runtime (Event doesn't like eval "use" from callbacks, and it avoids + exporting the probe function). + - Impl::IOAsync's io watchers did not use the filehandle emulation + code to work around it's watcher limits. + - work around IO::Async's problems with overloaded objects. + - try to disable wearnings inside IO::Async, it's just too buggy. + - do no longer use Event by default, only EV or Perl, Event is too buggy. + - hackishly provide fast AE:: interface when EV or Perl is the backend. + - inherit VERSION from AnyEvent::VERSION in most modules. + +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 + after the condition is already signalled. + - check rbuf_max condition only after trying to consume + data. + - normalise signal numbers to names when using the ae's + signal handling, but do not document this (yet). + - pure perl signal emulation did not properly set nonblocking + mode on the signal pipe on win32 (this is unlikely to have caused + any issues). + - new module: AnyEvent::Debug. + - AnyEvent::Strict now checks that a signal was specified + by name (not name or number). + - reduce memory footprint in typical cases by ~50kb by + only compiling signal code when necessary. + - add AnyEvent::Handle->rbuf_max. + - grab the AE namespace for future new API, implement stubs for + said future/alternative API. + - new function: AnyEvent::Socket::format_hostport. + +4.881 Tue Jul 28 12:51:53 CEST 2009 + - work around a bug in local in pre-5.10 perls, causing + AnyEvent::Handle to recurse when it should not + (analyzed by elmex). + +4.88 Tue Jul 28 04:04:37 CEST 2009 + - re-bless the handle into a dummy package after calling + AnyEvent::Handle::destroy, so the user does not need to check + for errors after every push_write etc. + - do not attempt to run t/02_signals.t on obviously broken + platforms. + +4.87 Sun Jul 26 02:06:16 CEST 2009 - do not attempt to linger when there is no longer a valid fh. - enforce tls mode to be either accept or connect, do not simply segfault in Net::SSLeay. + - AnyEvent::Handle can now call tcp_connect itself (new parameters + connect, on_prepare, on_connect and on_connect_error). Updated + tutorial accordingly. - add AnyEvent::Impl::Irssi backend. 4.86 Mon Jul 20 23:52:29 CEST 2009 @@ -15,7 +80,7 @@ - try to align signal-race timer to full-second boundaries. - work around Tk not liking negative timeouts. - don't complain of different grades of environmental unfriendlyness - in IO::ASync. + in IO::Async. 4.85 Sat Jul 18 06:16:14 CEST 2009 - nail the signal race problem in perl once and for all