--- EV/Changes 2007/12/08 02:52:28 1.77 +++ EV/Changes 2007/12/09 19:46:55 1.83 @@ -1,7 +1,17 @@ Revision history for Perl extension EV + - API version 3:0. + - reduced fudge factor to zero for select, poll, epoll + and kqueue: your system better be posix-compliant + even in its extensions :-> + - improve long-term numerical stability in periodic watchers + by introducing a separate offset value instead of reusing at. + +1.72 Sat Dec 8 15:31:26 CET 2007 - add dummy loop arguments to some EVAPI functions so that clients can use EV_A and EV_DEFAULT. + - expose ev_clear_pending. + - renamed trigger to invoke. 1.71 Fri Dec 7 19:10:24 CET 2007 - changed/implemented idle watcher priority.