--- AnyEvent/Changes 2012/10/31 15:26:23 1.557 +++ AnyEvent/Changes 2013/07/31 00:05:39 1.575 @@ -6,11 +6,37 @@ TODO: FAQ: common pitfalls? invoke-before-return TODO: FAQ: scope-ids? hosts file order? TODO: AnyEvent::Handle with AnyEvent::IO? +TODO: invalid. and localhost. specialcasing inside AEDNS and not AESocket (rfc6761) +TODO: maybe implement env variable to give hosts precedence +TODO: hosts not used first time. + - uts46data.pl couldn't be found due to wrong naming of the file + (reported by Fulko Hew). + - expose AnyEvent::Log::format_time, and allow users to redefine it. + - expose AnyEvent::Log::default_format, and allow redefinition. + - expose AnyEvent::Log::fatal_exit, to allow redefinition. + - AnyEvent::Debug shell can now run coro shell commands, if available. + - t/63* tests were wrongly in MANIFEST. + - mention IO::AIO as optional dependency. + - kernel.org's finger server went MIA, switch to freebsd.org and + icculus.org. + - handle lone \015's properly in AE::Handle's default line read + (reported by various people). + - clarify that AnyEvent::AIO is needed for AnyEvent::IO to function + asynchronously (reported by Daniel Carosone). + - untaint ip addresses found in /etc/hosts (patch by José Micó). + - hard-disable $^W in most tests, it generates too much garbage output. + - use a (hopefully) more future-proof method to emulate common::sense. + - upgrade to UTS-46:6.2.0. + +7.04 Thu Nov 15 02:23:58 CET 2012 + - debugging code left in. + +7.03 Thu Nov 15 02:16:11 CET 2012 - AnyEvent::Socket::inet_aton did not work when dns resolution was used to find the addresses (analyzed and patch by Maxime Soulé). - - fix a race where getpeername would be called, causing an error, - after the tcp_connect guard has been destroyed. + - fix a memory leak in the /etc/hosts lookup code when hosts don't + resolve and are not in hosts (analyzed by sten). 7.02 Tue Aug 14 04:27:58 CEST 2012 - AnyEvent::Util::run_cmd could block indefinitely (analyzed and test