--- cvsroot/Coro/Changes 2015/10/04 13:07:55 1.648 +++ cvsroot/Coro/Changes 2015/10/16 23:41:58 1.652 @@ -7,6 +7,13 @@ TODO: swap_sv not undone in pool TODO: croak when async_pool tries to run canceled thread? +6.47 Sat Oct 17 01:40:12 CEST 2015 + - throwing an exception to a thread waiting in + Coro::Handle using Coro::EV did not stop the watchers, + causing the next call to fail (testcase by Martin Pritchard). + - 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