--- libev/Changes 2008/03/16 16:38:23 1.15 +++ libev/Changes 2008/04/06 09:53:16 1.20 @@ -1,8 +1,16 @@ Revision history for libev, a high-performance and full-featured event loop. -3.2 + - added linux eventfd support. + - try to autodetect epoll and inotify support + by libc header version if not using autoconf. + +3.2 Wed Apr 2 17:11:19 CEST 2008 - fix a 64 bit overflow issue in the select backend, by using fd_mask instead of int for the mask. + - rename internal sighandler to avoid clash with very old perls. + - entering ev_loop will not clear the ONESHOT or NONBLOCKING + flags of any outer loops anymore. + - add ev_async_pending. 3.1 Thu Mar 13 13:45:22 CET 2008 - implement ev_async watchers.