--- Coro/Changes 2013/05/08 00:55:40 1.616 +++ Coro/Changes 2013/05/09 05:40:13 1.617 @@ -4,6 +4,10 @@ TODO: channel->maxsize(newsize)? TODO: __GCC_HAVE_DWARF2_CFI_ASM +6.31 Thu May 9 07:39:48 CEST 2013 + - Coro::AIO requests would crash if the thread was ready'd + while the request was ongoing. + 6.29 Wed May 8 02:55:18 CEST 2013 - when an on_destroy handler destructs the coro currently being destructed a perl scalar could be accessed after being freed,