--- AnyEvent/Changes 2010/12/31 04:50:44 1.432 +++ AnyEvent/Changes 2011/01/23 10:44:48 1.438 @@ -5,6 +5,15 @@ TODO: anyevent::trace? or debug tracing all watchers? TODO: anyevent strict checking for $_ changes? +TODO: resetttls? + - work around a POE bug where POE would first poll for new events and + invoke handlers BEFORE handling the message queue. + - fix parsing of "domain" statement in resolv.conf (Johannes Plunien). + - stop_read now does just that in TLS mode. see its + documentation for caveats. + - update to common::sense 3.4 warning set. + - AE::Handle had a broken rbuf_max method and missing wbuf_max method. + 5.3 Fri Dec 31 05:48:13 CET 2010 - major IOAsync patch by Paul Evans - 0.33 is required, as the major issues with IO::Async have been solved in that version, including