--- Coro/Changes 2003/05/27 01:15:26 1.81 +++ Coro/Changes 2004/02/14 13:01:55 1.89 @@ -1,5 +1,26 @@ Revision history for Perl extension Coro. +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. + - 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. + +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! + - honor LocalAddr even without LocalPort in Coro::Socket. + 0.7 Tue May 27 03:12:38 CEST 2003 - the version jump indicates some level of testing, not gobs of new features.