--- Coro/Changes 2008/01/20 10:23:44 1.317 +++ Coro/Changes 2008/02/18 17:48:00 1.322 @@ -5,7 +5,17 @@ (which is cool in a lot of important aspects (failures!), but very lacking in others (higher level ipc)). -4.37 + - fix a file leaking bug in eg/mhyttpd that would allow + downloading of any file (reported by oesi). + +4.4 Wed Feb 13 16:44:29 CET 2008 + - only assume .cfi pseudo isns exist on GNU/Linux. + - add get_timed method to Coro::Channels. + - fixed Coro::Debug manpage. + - perl 5.11 compatbility improvement based on patch by + Andreas König. + +4.37 Sun Jan 20 11:25:23 CET 2008 - soften the check for an active parser for perl 5.10 (avoiding "Coro::State::transfer called while parsing" in many cases).