--- EV/Changes 2008/05/21 23:40:08 1.136 +++ EV/Changes 2008/10/13 23:20:50 1.149 @@ -1,8 +1,32 @@ -Revision history for Perl extension EV and the embedded libev library +Revision history for Perl extension EV + + - (libev) disable inotify usage on linux <2.6.25, as it is broken. + - (libev) ev_embed will now automatically follow fork. + - (libev) ev_once will now pass both io and timeout events to + the callback when both happen concurrently, instead of giving + one precedence. + - install C library documentation as EV::libev manpage (sorry, oesi). + +3.44 Mon Sep 29 05:16:31 CEST 2008 + - (libev) add EV::now_update and $loop->now_update. + +3.431 Sun Jul 13 00:19:02 CEST 2008 + - made the EV::embed callback optional again. reported by + Vladimir Timofeev. + +3.43 Tue Jul 8 20:56:31 CEST 2008 + - disabled warnings in EV.pm, the CHECK issue is now understood + and harmless. + +3.42 Mon May 26 07:36:46 CEST 2008 + - (libev) work around another bug in windows perls and + windows itself: failed connects do NOT set read or write + flags in select, but this version of libev will. 3.41 Thu May 22 01:39:40 CEST 2008 - (libev) fix many heap-related bugs (timers, periodics). - (libev) improve timing stability of timers and periodics. + - expose ev_loop_verify to perl code. - clarify documentation for periodic reschedule callbacks. - verify that the passed callback argument is indeed a code reference, for earlier error reporting and a nice calling