--- Coro/Changes 2008/11/15 00:37:38 1.414 +++ Coro/Changes 2008/11/15 06:26:51 1.415 @@ -8,6 +8,8 @@ 5.0 - NEW ARCHITECTURE: use 4.912 for the stable version. - bump API version to 7 - all dependents must be recompiled. + - Coro::Semaphore->adjust didn't correctly wake up enough waiters. + - async_poll did free a scalar value twice. - perl's process emulation is now not even theoretically supported anymore. - directly patch the entersub opcode calling SLF functions (cede, @@ -22,6 +24,8 @@ it possible to implement schedule-like-functions in XS. - use new SLF interface to massively speed up Coro::EV (it's roughly twice as fast now). + - removed timed_down and timed_guard functions - they were not being used + anyways and should be replaced by a more generic mechanism. 4.912 Thu Nov 13 18:31:23 CET 2008 - minor cleanups.