--- cvsroot/Coro/Changes 2015/06/29 23:49:34 1.644 +++ cvsroot/Coro/Changes 2015/10/04 13:07:55 1.648 @@ -7,6 +7,19 @@ TODO: swap_sv not undone in pool TODO: croak when async_pool tries to run canceled thread? + - 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.