--- cvsroot/Coro/Changes 2015/06/21 17:02:49 1.641 +++ cvsroot/Coro/Changes 2015/10/16 08:11:18 1.651 @@ -7,11 +7,34 @@ 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 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.