summaryrefslogtreecommitdiff
path: root/Changes
diff options
context:
space:
mode:
authorroot <root>2008-10-13 23:20:12 +0000
committerroot <root>2008-10-13 23:20:12 +0000
commit88681d910ed1d5eaea3c75b6ffb560e77c39428b (patch)
tree64221c60b9beacf87830d324bdac12e4263d720b /Changes
parenta846d3eb2ec52fa4f189ec935266c1109b2f4bcf (diff)
*** empty log message ***
Diffstat (limited to 'Changes')
-rw-r--r--Changes5
1 files changed, 5 insertions, 0 deletions
diff --git a/Changes b/Changes
index 346d5fc..16d61d1 100644
--- a/Changes
+++ b/Changes
@@ -2,6 +2,11 @@ Revision history for libev, a high-performance and full-featured event loop.
WISH? monotonic clocks times/GetTickCount for coarse corrections?
+ - disable inotify usage on linux <2.6.25, as it is broken
+ (reported by Yoann Vandoorselaere).
+ - ev_stat errornously would try to add inotify watchers
+ even when inotify isn't available (this should only
+ have a performance impact).
- ev_once now passes both timeout and io to the callback if both
occur concurrently, instead of giving timeouts precedence.
- disable EV_USE_INOTIFY when sys/inotify.h is too old.