--- cvsroot/Coro/Changes 2016/06/22 22:53:49 1.659 +++ cvsroot/Coro/Changes 2016/10/29 19:12:45 1.663 @@ -6,9 +6,19 @@ TODO: swap_sv, maybe add scope_swap_sv? TODO: croak when async_pool tries to run canceled thread? + - re-try JIT allocation without PROT_EXEC, to hopefully improve + portability. + +6.511 Sun Jun 26 23:44:50 CEST 2016 + - make it compile with threaded perls again. + - simplify and speed up __DIE__ and __WARN__ handling. + +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).