--- cvsroot/Coro/Changes 2015/06/04 22:58:28 1.639 +++ cvsroot/Coro/Changes 2015/10/04 13:07:55 1.648 @@ -7,10 +7,33 @@ TODO: swap_sv not undone in pool TODO: croak when async_pool tries to run canceled thread? - - port to stableperl-5.22.0-1.001. + - 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 + failures on perls compiled with -Duselongdouble. Requiring + the latest version of Event because I don't know which release + changed this (it's not mentioned in the ChangeLog). + - allow xs level enterleave hooks via CoroAPI. 6.43 Thu Jun 4 15:38:14 CEST 2015 - use stability canary. + - port to stableperl-5.22.0-1.001. - update libecb. 6.42 Wed Feb 11 20:29:52 CET 2015