summaryrefslogtreecommitdiff
path: root/Changes
diff options
context:
space:
mode:
authorroot <root>2011-01-10 01:58:54 +0000
committerroot <root>2011-01-10 01:58:54 +0000
commitfdf8e637ed5779a72783db49d403f4f8b2e76de0 (patch)
tree4269b403eae4c81717b29963e66ce01eb3b9ec39 /Changes
parentf1c5ab398807a485aff4f2b412b8974fe7f62d0f (diff)
*** empty log message ***
Diffstat (limited to 'Changes')
-rw-r--r--Changes4
1 files changed, 3 insertions, 1 deletions
diff --git a/Changes b/Changes
index cfd1fbd..604f5ff 100644
--- a/Changes
+++ b/Changes
@@ -3,13 +3,15 @@ Revision history for libev, a high-performance and full-featured event loop.
TODO: move some other examples to common idioms? combining watchers,
thread usage, coroutine switch?
-TODO: /dev/null epoll breakage, maybe catch EPERM?
TODO: frankenpoll
4.03
- support files, /dev/zero etc. the same way as select in the epoll
backend, by generating events on our own.
- define EV_READ/EV_WRITE as macros in event.h, as some programs use
#ifdef to test for them.
+ - new (experimental) function: ev_feed_signal.
+ - new (to become default) EVFLAG_NOSIGMASK flag.
+ - new EVBACKEND_MASK symbol.
4.01 Fri Nov 5 21:51:29 CET 2010
- automake fucked it up, apparently, --add-missing -f is not quite enough