--- Coro/Changes 2016/06/22 22:53:49 1.659 +++ Coro/Changes 2016/06/25 19:04:04 1.660 @@ -6,9 +6,12 @@ TODO: swap_sv, maybe add scope_swap_sv? TODO: croak when async_pool tries to run canceled thread? +6.51 Sat Jun 25 20:57:20 CEST 2016 + - 6.5 release didn't compile on most older perls due to + a logic error enabling experimental 5.24 code for all versions. - since various broken or deficient patches float around to work around the vtbl API breakage in perl, let's provide - out own workaround, which seems to be much less invasive + our own workaround, which seems to be much less invasive and more compatible than the approaches seen so far. YMMV. - work around assertion failure in perl_destruct on 5.24 (analyzed by Dave Mitchell).