--- libev/Changes 2009/10/20 00:50:31 1.149 +++ libev/Changes 2009/11/14 00:15:21 1.150 @@ -3,6 +3,9 @@ TODO: somehow unblock procmask? - backport inotify code to C89. - inotify file descriptors could leak into child processes. + - inotify usage would keep an errornous extra ref on the loop, + preventing exit when unregistering all watchers (testcase + provided by ry@tinyclouds.org). - implement EV_WIN32_HANDLE_TO_FD and EV_WIN32_CLOSE_FD configuration symbols to make it easier for apps to do their own fd management. - support EV_IDLE_ENABLE being disabled in ev++.h @@ -10,6 +13,8 @@ - point out the unspecified signal mask in the documentation. - take advantage of inotify_init1, if available, to set cloexec/nonblock on fd creation, to avoid races. + - the signal handling pipe wasn't always initialised under windows + (analysed by lekma). - changed minimum glibc requirement from glibc 2.9 to 2.7, for signalfd.