--- cvsroot/Coro/Changes 2009/06/27 14:06:59 1.501 +++ cvsroot/Coro/Changes 2009/06/27 14:26:09 1.502 @@ -8,9 +8,12 @@ TODO: myhttpd header parsing TODO: channel->maxsize(newsize)? + - deprecate Coro::Socket, document how to get ipv6 support via + AnyEvent::Socket instead. - implement signal->wait ($cb) interface, similar to semaphores. - work around SvOK not supporting getmagic, so we have to getmagic to test for undef :/ (reported by Matthias Waldorf). + - load Coro::AnyEvent in all modules using AnyEvent. 5.14 Wed Jun 24 01:37:48 CEST 2009 - provide explicit functions to "cede" to the event loop in Coro::AnyEvent,