--- Coro/Changes 2007/03/19 14:14:23 1.214 +++ Coro/Changes 2007/04/14 15:13:00 1.222 @@ -2,16 +2,29 @@ TODO: better (earlier) error messages on broken transfer's TODO: destroy gets only called on cancel: fix(?) +TODO: should explore PerlIO::via::CoroCede and PerlIO::via::CoroAIO. -3.52 + - added some bugfixes to get eg/myhttpd working again. + - added Coro::Storable for often-cede'ing freeze/thaw. + - try to do a clean exit when a coroutine calls exit + (EXPERIMENTAL). + - got rid of indirect call through _coro_init. + - updated the partly antique examples in eg/ to + work again and be a bit less magic, too. + - fixed Coro::Signal semantics to work as documented again. + +3.55 Sun Mar 25 01:20:47 CET 2007 + - add SAVE_DEFFH to save the default filehandle and enable + it by default. + - finally move socket-operations from Coro::Socket to Coro::Handle + to be able to unblock foreign sockets. + - add Coro::State::save_also and guarded_save. - add count accessor to Coro::Semaphore. - add Coro::State::cctx_stacksize. - just for the fun of it, do not rely on implicit context, which can dramatically improve performance, but people using windows-process-emulation perls do not care much about performance. - - finally move socket-operations from Coro::Socket to Coro::Handle - to be able to unblock foreign sockets. 3.51 Sun Mar 4 14:18:04 CET 2007 - fixed a problem when you weakened references to Coro::State's