--- EV/Changes 2008/10/13 23:20:50 1.149 +++ EV/Changes 2008/10/23 04:56:49 1.150 @@ -1,11 +1,18 @@ Revision history for Perl extension EV - - (libev) disable inotify usage on linux <2.6.25, as it is broken. + - (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. + +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.