--- Coro/Changes 2003/11/15 03:53:10 1.84 +++ Coro/Changes 2004/05/13 16:12:14 1.93 @@ -1,9 +1,31 @@ Revision history for Perl extension Coro. -0.9 +0.96 Thu May 13 18:09:29 CEST 2004 + - tell people if they have yet anothe rbroken Event variant. + - made Coro to work _better_ with threads (it seems that, as long + as you use Coros in one thread only everything will work fine. + Looking at the perl source the problem might be missing locking + between Coro and some perl internal routines. That's not easily + fixable). + - (hopefully) got rid of the static xnext inside transfer. + +0.95 Sun Feb 15 03:20:28 CET 2004 + - removed Coro::State::flush, implemented a new and much + faster caching mechanism by attaching magic to the CV. + - a memleak with (real) closures remains. + - dramatically reduced size of stacks to 65536 (linux/x86), after + observing that even myhttpd never had more than a kilobyte + of stack in use (stack is still only physically allocated in + pagesize increments for systems suporting mmap). + - fix for a "cygwin-64" architecture added, proposed by Stefan Traby. + - fix for threaded perl. + +0.9 Sun Nov 23 04:32:39 CET 2003 - fix a few very hard to track down but (of course) stupid memory leaks. - stringify version number to avoid locale problems :(. + - perl 5.9.0 does not have SvPADBUSY, reported by Scott Walters, + hopefully ignoring it "just works". 0.8 Wed Nov 5 19:38:40 CET 2003 - port to perl5.005_03, but only 5.8.x+ is supported!