--- Coro/Changes 2009/07/20 23:46:28 1.514 +++ Coro/Changes 2009/08/20 21:38:51 1.520 @@ -8,6 +8,21 @@ TODO: myhttpd header parsing TODO: channel->maxsize(newsize)? + - work around a bug in the perl debugger causing crashes + when running under the debugger by marking _pool_handler as nodebug. + - speed up Coro::async considerably. + +5.162 Tue Jul 28 04:04:03 CEST 2009 + - perl 5.8.2 is now minimum requirement. + - skip t/19_handle.t on broken windows perls. + +5.161 Wed Jul 22 04:47:38 CEST 2009 + - Coro::AnyEvent::poll could have a different prototype when EV was + used as backend (analyzed by Tatsuhiko Miyagawa). + - Coro::AnyEvent errornously initialised the event loop when loaded, + not on demand. + - try to workaround rare */t/01_unblock.t failures. + 5.16 Tue Jul 21 01:44:37 CEST 2009 - Coro::AnyEvent failed to hook into the event loop when no threads had been readied between detecting