--- EV/Changes 2010/01/26 04:19:37 1.187 +++ EV/Changes 2010/10/21 15:13:42 1.194 @@ -3,9 +3,23 @@ Changes marked with (libev) are changes in libev, and have more documentation in the libev Changes file. +4.00 + - many API changes, see the manual. - 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). + - 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. + - (libev) add section on accept() problems to the manpage. + - (libev) no child watchers on win32. + - make code more aliasing compliant, in case perl is ever + translated to C. + - document the EV::CHECK runtime unavailability. + - ported to minix 3.1.7. 3.9 Thu Dec 31 07:59:59 CET 2009 - disable t/07* under automatic testing.