--- libev/Changes 2008/05/21 23:35:01 1.42 +++ libev/Changes 2008/05/22 02:44:57 1.43 @@ -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 @@ - 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.