summaryrefslogtreecommitdiff
path: root/Changes
diff options
context:
space:
mode:
authorroot <root>2009-11-14 00:15:21 +0000
committerroot <root>2009-11-14 00:15:21 +0000
commitc683c73bcd78d4720f82bba6c9627b225393de9c (patch)
treebf556161adcab2c00d0c7606f82ed87c512084cb /Changes
parent805c120470a33cfd4784661ff231176326a7d5a4 (diff)
inotify should not keep a reference
Diffstat (limited to 'Changes')
-rw-r--r--Changes5
1 files changed, 5 insertions, 0 deletions
diff --git a/Changes b/Changes
index 807e32c..5780800 100644
--- a/Changes
+++ b/Changes
@@ -3,6 +3,9 @@ Revision history for libev, a high-performance and full-featured event loop.
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 @@ TODO: somehow unblock procmask?
- 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.