--- cvsroot/Coro/Changes 2003/05/27 01:15:26 1.81 +++ cvsroot/Coro/Changes 2003/11/23 03:34:13 1.85 @@ -1,5 +1,16 @@ Revision history for Perl extension Coro. +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.