--- Coro/Changes 2008/11/08 16:46:32 1.397 +++ Coro/Changes 2008/11/09 23:08:49 1.398 @@ -5,6 +5,10 @@ actor model (which is cool in a lot of important aspects (failures!), but very lacking in others (higher level ipc)). +4.91 + - typo: new coroutines didn't get created with a zero flags field. + - clean up cctx creation code a bit. + 4.9 Sat Nov 8 17:45:27 CET 2008 - (libcoro) did not preserve rbp with CORO_ASM (we are getting there). - (libcoro) no longer leak threads in the experimental pthread backend,