--- AnyEvent/Changes 2012/04/18 09:44:09 1.551 +++ AnyEvent/Changes 2012/08/14 02:28:22 1.554 @@ -3,14 +3,22 @@ TODO: document TCP_*** constants TODO: add debug/trace logging to some modules TODO: use the eval-with-cb-call trick also to speed up JSON? -TODO: common pitfalls? invoke-before-return +TODO: FAQ: common pitfalls? invoke-before-return +TODO: FAQ: scope-ids? hosts file order? TODO: AnyEvent::Handle with AnyEvent::IO? -7.01 +7.02 Tue Aug 14 04:27:58 CEST 2012 + - AnyEvent::Util::run_cmd could block indefinitely (analyzed and test + program by Yorhel). + - verified that AnyEvent::Socket follows RFC5952. + - try to parse "ADDR#PORT" in addition to "ADDR PORT". + +7.01 Sun May 13 01:03:17 CEST 2012 - fail with EPROTO in AnyEvent::Handle wqhen TLS is requested but not available, instead of throwing an exception. - use File::Spec to get the tmpdir in t/*, to avoid needless failures on (most, not mine :) windows boxes. + - new handle read types: tls_detect and tls_autostart. 7.0 Fri Apr 13 06:33:30 CEST 2012 - child watchers are broken in POE 1.352 (also many earlier