--- cvsroot/Coro/Changes 2009/10/02 19:55:59 1.527 +++ cvsroot/Coro/Changes 2009/12/12 01:30:26 1.531 @@ -8,7 +8,18 @@ TODO: myhttpd header parsing TODO: channel->maxsize(newsize)? -5.2 +5.21 + - automatically load Coro::AnyEvent when AnyEvent and Coro are used + together. + - add some examples on how to combine other event loops with Coro in + Coro::AnyEvent, and how to run it (and not to block). Seems to be + the most common source of confusion. + - try to catch people naively blocking in an event callback. + - work around the perl filehandle bug issue in conjunction with + older common::sense (as indirectly pointed out by ZSystem). + - clarify the "not from signal handlers" section. + +5.2 Sun Oct 4 14:54:24 CEST 2009 - Coro::Storable destroyed the prototypes of the functions it wrapped. - export rouse_cb and rouse_wait by default now. - fix various prototype mismatches in Coro::AnyEvent and Coro::Handle.