summaryrefslogtreecommitdiff
path: root/Changes
diff options
context:
space:
mode:
authorroot <root>2008-10-29 06:32:48 +0000
committerroot <root>2008-10-29 06:32:48 +0000
commit2e4b61ec1d566fe6fc68a371f5cb3d8a82e93d6b (patch)
tree30b3cde30b9e5d29e37dea92118b0a0ab5c28be8 /Changes
parentcb886a59b65819e53608f12d6b40db724d7e1e87 (diff)
*** empty log message ***
Diffstat (limited to 'Changes')
-rw-r--r--Changes3
1 files changed, 2 insertions, 1 deletions
diff --git a/Changes b/Changes
index 2280fb6..d331ebe 100644
--- a/Changes
+++ b/Changes
@@ -6,7 +6,7 @@ WISH? monotonic clocks times/GetTickCount for coarse corrections?
backend by assuming the kernel event mask hasn't changed if
ADD fails with EEXIST.
- work around spurious event notification bugs in epoll by using
- an 8-bit generation counter. recreate kernel state if we receive
+ a 32-bit generation counter. recreate kernel state if we receive
spurious notifications or unwanted events.
- use memset to initialise most arrays now and do away with the
init functions.
@@ -16,6 +16,7 @@ WISH? monotonic clocks times/GetTickCount for coarse corrections?
to have a struct AND a function called ev_loop).
- fix a bug where ev_default would not initialise the default
loop again after it was destroyed with ev_default_destroy.
+ - rename syserr to ev_syserr to avoid name clashes when embedding.
3.45 Tue Oct 21 21:59:26 CEST 2008
- disable inotify usage on linux <2.6.25, as it is broken