--- AnyEvent/Changes 2012/10/29 18:50:51 1.556 +++ AnyEvent/Changes 2012/10/31 15:26:23 1.557 @@ -9,6 +9,8 @@ - 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. 7.02 Tue Aug 14 04:27:58 CEST 2012 - AnyEvent::Util::run_cmd could block indefinitely (analyzed and test