summaryrefslogtreecommitdiff
path: root/Changes
diff options
context:
space:
mode:
authorroot <root>2011-01-11 01:40:25 +0000
committerroot <root>2011-01-11 01:40:25 +0000
commit80754c6bd6c2aed34d79516b689f59dd41fcc732 (patch)
tree0571cc133384d240f2bd2c61921826ebade23457 /Changes
parent945c55f3ade6db3a07c9b980080b79776d5d368f (diff)
*** empty log message ***
Diffstat (limited to 'Changes')
-rw-r--r--Changes11
1 files changed, 5 insertions, 6 deletions
diff --git a/Changes b/Changes
index 8dc6cd5..061cf11 100644
--- a/Changes
+++ b/Changes
@@ -3,20 +3,19 @@ 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: frankenpoll
-TODO: allow files and so on
4.03
+ - officially support polling files with all backends.
- support files, /dev/zero etc. the same way as select in the epoll
backend, by generating events on our own.
+ - ports backend: work around solaris bug 6874410 and many related ones
+ (EINTR, maybe more), with no performance loss (note that the solaris
+ bug report is actually wrong, reality is far more bizarre and broken
+ than that).
- 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.
- - ports backend: work around solaris bug 6874410 and many related ones
- (EINTR, maybe more), with no performance loss (note that the solaris
- bug report is actually wrong, reality is far more bizarre and broken
- than that).
4.01 Fri Nov 5 21:51:29 CET 2010
- automake fucked it up, apparently, --add-missing -f is not quite enough