--- EV/Changes 2008/04/16 18:49:49 1.129 +++ EV/Changes 2008/07/12 22:19:22 1.142 @@ -1,5 +1,38 @@ Revision history for Perl extension EV and the embedded libev library +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 + speed increase (as well as saving memory). + +3.4 Tue May 20 21:51:55 CEST 2008 + - (libev) work around both a windows bug and a bug in perl's + select on windows when not waiting for any file descriptors. + - bundle ev.pod into the tarball, just to increase its size + (and for the poor internetless person). + +3.33 Sun May 18 12:43:04 CEST 2008 + - (libev) use numerous enhancements such as a more + cache-friendly 4-heap and heap index caching for timers. + - remove undocumented ev_timer->at accessor. + 3.31 Wed Apr 16 20:48:59 CEST 2008 - (libev) post-last-minute fix for ev_poll.c problem.