--- EV/Changes 2010/03/16 17:11:48 1.188 +++ EV/Changes 2010/03/16 20:43:05 1.189 @@ -7,7 +7,9 @@ - fix a bug where inotify usage would parse the same event multiple times, causing various forms of breakage. - greatly reduce stack usage for inotify (8kb to <0.5kb). - - expose ev_loop_depth via the XS API. + - renamed loop_verify to verify, loop_count to iteration and + loop_depth to depth. + - expose ev_depth and ev_verify via the XS API. - (libev) ev_embed_stop did not correctly stop the watcher. - (libev) disable poll backend on AIX. - (libev) rename EV_TIMEOUT to EV_TIMER.