--- Coro/Changes 2003/11/15 03:53:10 1.84 +++ Coro/Changes 2004/02/13 23:17:41 1.87 @@ -1,9 +1,16 @@ Revision history for Perl extension Coro. -0.9 +0.95 Fri Dec 12 20:50:57 CET 2003 + - removed Coro::State::flush, implemented a new and much + faster caching mechanism by attaching magic to the CV. + - a memleak with (real) closures remains. + +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!