--- Coro/Changes 2012/05/27 16:36:05 1.591 +++ Coro/Changes 2012/10/31 16:35:30 1.600 @@ -5,7 +5,27 @@ TODO: http://www.microsoft.com/msj/archive/s2ce.aspx TODO: __GCC_HAVE_DWARF2_CFI_ASM - - use fd = -1 in mmap. +TODO: add peerhost/peerport from IO::Socket::INET etc. + + - bad things could happen in Coro::EV::timed_once if the arguments + were wrong. Also support magic values as timed_io_once args. + - recommend AnyEvent 7+ or EV 4+, also require EV + version 4 or newer for Coro::EV. + +6.10 Tue Oct 9 01:14:27 CEST 2012 + - updated ecb.h, it had a typo that caused it to not compile on many + big endian systems (reported by many people). + - disable memory fences in ecb.h to improve portability. + +6.09 Sat Oct 6 23:25:02 CEST 2012 + - Coro::EV I/O watchers were not interruptible by exceptions + (Coro::State::throw) (testcase by sten). + - ->throw now puts threads into the ready queue, as this seems to + be expected by existing code, and code that doesn't cope with spurious + wakeups needs fixing anyway. + - use fd -1 in mmap. + - cast I32 to int in error message printf. + - warn about broken so-called "hardened" kernels. 6.08 Fri Apr 13 12:05:47 CEST 2012 - be more aggressive about exiting like perl does - formerly,