--- libev/Changes 2008/05/11 11:47:27 1.39 +++ libev/Changes 2008/05/20 19:26:45 1.40 @@ -1,6 +1,8 @@ Revision history for libev, a high-performance and full-featured event loop. -3.33 +3.4 + - work around an (undocumented) bug in winsocket select: if you + provide only empty fd sets then select returns WSAEINVAL. how sucky. - use 1-based 2-heap for EV_MINIMAL, simplifies code, reduces codesize and makes for better cache-efficiency. - use 3-based 4-heap for !EV_MINIMAL. this makes better use @@ -14,6 +16,7 @@ - improve ev_stat docs. - add portability requirements section. - fix manpage headers etc. + - normalise WSA error codes to lower range on windows. 3.31 Wed Apr 16 20:45:04 CEST 2008 - added last minute fix for ev_poll.c by Brandon Black.