--- cvsroot/Coro/Changes 2006/11/06 19:26:10 1.143 +++ cvsroot/Coro/Changes 2006/11/20 20:14:02 1.147 @@ -1,5 +1,10 @@ Revision history for Perl extension Coro. + - avoid deadlock in Coro::Event's idle process when it is called + early with no active watchers. + - minor documentation cleanup. + +2.5 Tue Nov 7 12:22:33 CET 2006 - made Coro::Util, Coro::Select, Coro::Handle and Coro::Socket use AnyEvent, moved them to Coro/. - added Coro::LWP which contains all the uglyness required to