--- libev/Changes 2009/07/19 21:18:07 1.140 +++ libev/Changes 2009/10/20 00:50:31 1.149 @@ -1,6 +1,19 @@ Revision history for libev, a high-performance and full-featured event loop. -TODO: ev_walk +TODO: somehow unblock procmask? + - backport inotify code to C89. + - inotify file descriptors could leak into child processes. + - 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 + (patch by Didier Spezia). + - 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. + - changed minimum glibc requirement from glibc 2.9 to 2.7, for + signalfd. + +3.8 Sun Aug 9 14:30:45 CEST 2009 - incompatible change: do not necessarily reset signal handler to SIG_DFL when a sighandler is stopped. - ev_default_destroy did not properly free or zero some members,