--- cvsroot/Coro/Changes 2015/06/29 22:42:33 1.643 +++ cvsroot/Coro/Changes 2015/10/16 08:11:18 1.651 @@ -7,6 +7,27 @@ TODO: swap_sv not undone in pool TODO: croak when async_pool tries to run canceled thread? +TODO: exceptions do not reset EV readable watchers +TODO: http://pastebin.com/UauGDx7D + - bump minimum perl version to 5.10. + +6.48 Sun Oct 4 19:03:51 CEST 2015 + - fix memory leak when Coro::Handle uses Coro::EV internally + (testcase by Sten Sten). + - update code to libev 4 API (internally, Coro still used the + version 3 API calls). + - remove unused hv_sig. + +6.47 Sat Jul 11 03:58:20 CEST 2015 + - swap_svs - NVs can be in the SV head beginning with 5.20. + +6.46 Tue Jun 30 14:36:30 CEST 2015 + - restore portability to perls with windows fork emulation + (patch by Petr Písař). + +6.45 Tue Jun 30 01:40:08 CEST 2015 + - restore portability to perl 5.16 and below. + 6.44 Tue Jun 30 00:41:54 CEST 2015 - avoid segfaulting (or worse) when tracing a canceled thread. - the Event module silently broke it's public hook API, causing