summaryrefslogtreecommitdiff
path: root/Changes
diff options
context:
space:
mode:
authorroot <root>2008-05-22 02:44:57 +0000
committerroot <root>2008-05-22 02:44:57 +0000
commitd41249dd73b09bfe9b65221b4b15ae5805291e91 (patch)
tree51bc1a90a3dbe895b952b49c5ed7b648881fdb25 /Changes
parent8ddd8acbba9f80fef5a7fd9b84c664fd8136f955 (diff)
*** empty log message ***
Diffstat (limited to 'Changes')
-rw-r--r--Changes6
1 files changed, 3 insertions, 3 deletions
diff --git a/Changes b/Changes
index 604168b..8ad70db 100644
--- a/Changes
+++ b/Changes
@@ -1,6 +1,6 @@
Revision history for libev, a high-performance and full-featured event loop.
-3.4
+3.41
- work around an (undocumented) bug in winsocket select: if you
provide only empty fd sets then select returns WSAEINVAL. how sucky.
- improve timer scheduling stability and reduce use of time_epsilon.
@@ -18,8 +18,8 @@ Revision history for libev, a high-performance and full-featured event loop.
- add portability requirements section.
- fix manpage headers etc.
- normalise WSA error codes to lower range on windows.
- - start some (internal only) consistency check code that
- can be called frequently to catch bugs.
+ - add consistency check code that can be called automatically
+ or on demand to check for internal structures (ev_loop_verify).
3.31 Wed Apr 16 20:45:04 CEST 2008
- added last minute fix for ev_poll.c by Brandon Black.