--- Coro/Changes 2008/11/20 07:12:51 1.450 +++ Coro/Changes 2008/11/20 15:00:36 1.454 @@ -5,14 +5,18 @@ actor model (which is cool in a lot of important aspects (failures!), but very lacking in others (higher level ipc)). -5.0 + - convert Coro::Timer, Coro::Select and Coro::Util to rouse API. + - Coro::Select did errornously dup the file descriptors + and didn't work with all AnyEvent backends. + +5.0 Thu Nov 20 10:35:05 CET 2008 - NEW ARCHITECTURE: use the latest 4.x version if you experience stability issues. - bump API version to 7 - all dependents must be recompiled. - removed timed_* functions - they were not being used anyways and should be replaced by a more generic mechanism - and were annoying to support anyways :) - - removed SemaphoreSet's waiter method - use sem instead. + - removed SemaphoreSet's waiter method - use sem method instead. - Coro::Semaphore->adjust didn't correctly wake up enough waiters. - async_pool did free a scalar value twice ("Attempt to unreference...").