--- EV/Changes 2008/07/12 22:37:07 1.143 +++ EV/Changes 2008/11/19 10:16:39 1.156 @@ -1,5 +1,34 @@ Revision history for Perl extension EV + - fix typos in manpage (Alex Efros). + - increase timing even further, for the ever-overloaded cpan-tester + machines, and to the detriment of everybody else who wants a fast + make test. + +3.48 Thu Oct 30 09:09:48 CET 2008 + - (libev) use a generation counter to detect spurious epoll events + and recreate the kernel in such a case (sorry, it's slow, but + I didn't design epoll...). + - (libev) optimise away an EPOLL_CTL_ADD/MOD combo in the epoll + backend in some cases. + - (libev) use memset to initialise most arrays now and do away + with the init functions. + - speed up event callback invocation further (~15%), by + not creating the object reference each time. + - EV::sleep was documented, but not implemented. fun. + +3.45 Tue Oct 21 22:20:39 CEST 2008 + - (libev) disable inotify usage on linux <2.6.25 (kernel bug). + - (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). + - (libev) fix a minor performance bug in ev_stat handling. + +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.