--- EV/Changes 2008/09/29 03:16:56 1.145 +++ EV/Changes 2008/11/03 12:13:15 1.155 @@ -1,5 +1,28 @@ Revision history for Perl extension EV + - fix typos in manpage (Alex Efros). + +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.