--- Coro/Changes 2007/01/23 15:55:45 1.204 +++ Coro/Changes 2007/03/04 11:46:51 1.209 @@ -2,10 +2,22 @@ TODO: better (earlier) error messages on broken transfer's TODO: destroy gets only called on cancel: fix(?) -TODO: fast reloads in cf cause segfaults (coro_state_free->destroy->crash) +3.51 + - fixed a problem when you weakened references to Coro::State's + (patch by Yuval Kogman). + +3.501 Wed Feb 28 12:44:07 CET 2007 + - rename some global symbols as macosx from hell redefines + them without asking. + +3.5 Tue Feb 13 20:22:53 CET 2007 - do AnyEvent model detection earlier, avoiding problems caused by first using AnyEvent and later Coro::Event. + - implement and document Coro::Event event objects. + - fix a potential problem in Coro::Event causing crashes. + - initialise PL_comppad when creating a new coroutine, + avoids crashes on early coro destruction. 3.41 Mon Jan 22 19:19:49 CET 2007 - readline on Coro::Handle did not support undefined $/,