--- cvsroot/Coro/Changes 2008/05/29 18:05:53 1.357 +++ cvsroot/Coro/Changes 2008/06/28 23:14:19 1.361 @@ -5,6 +5,26 @@ actor model (which is cool in a lot of important aspects (failures!), but very lacking in others (higher level ipc)). + - correctly provide default DIE/WARN handlers as documented. + - also overwrite PL_vtbl_sigelem.svt_clear, even though current + implementations inside perl work fine for us. + +4.743 Mon Jun 16 00:21:57 CEST 2008 + - when using Coro::EV without running EV::loop it could + result in busy-waiting for events, this has been fixed. + - reduce codesize and improve performance by using EV_DEFAULT_UC. + +4.742 Sat May 31 14:10:21 CEST 2008 + - implement a workaround for (some) perl <5.8.8 versions. + - require EV 3.3+. + +4.741 Fri May 30 23:33:09 CEST 2008 + - tell netbsd how utterly broken their imitation of an OS is + and refuse to build by default if pthreads are in use. + - switch to "s" method on all bsd's by default, as their ucontext + stuff seems just too broken. + - fix a bug in Coro::Select. + 4.74 Thu May 29 20:05:31 CEST 2008 - do not test Coro::LWP for lack of dependencies. - do not test Coro::Select for lack of working perls.