--- Coro/Changes 2007/10/08 01:45:20 1.269 +++ Coro/Changes 2007/10/09 02:15:58 1.270 @@ -22,6 +22,8 @@ an unrelated coroutine. - explain the relationship between Perl and C coroutines in more detail in Coro::State. + - Coro::Util::inet_aton did not short-circuit dotted quad forms, + causing a fork per resolve. This also affected Coro::Socket. 4.03 Sat Oct 6 21:24:00 CEST 2007 - added Coro::throw method.