--- cvsroot/Coro/Changes 2010/04/14 01:57:34 1.536 +++ cvsroot/Coro/Changes 2010/09/12 03:06:37 1.541 @@ -6,11 +6,19 @@ TODO: channel->maxsize(newsize)? TODO: http://www.microsoft.com/msj/archive/s2ce.aspx + - correctly modify Coro::AIO function prototypes + so that they reflect the "no optional parameters" rule. + - "ported" libcoro to C++. + +5.23 Mon May 17 18:50:42 CEST 2010 + - be more resistant to ordering changes when initialising + Coro::AnyEvent, Coro::EV and Coro::Event (reported by Matthias + Waldorf). - document that perl 5.12 deliberately removed support for cloning. 5.22 Wed Apr 14 03:55:35 CEST 2010 - correctly return udnef on errors in Coro::Handle::read/write - (testcase by Marc Wims). + (testcase by Marc Mims). - convert Coro::Util into a "perl compatibility wrapper" - the functions are less useful now, but are drop-in replacements for existing functions, listing better alternatives in the documentation. This also