--- libev/Changes 2009/12/31 06:50:16 1.155 +++ libev/Changes 2010/03/10 08:19:38 1.164 @@ -1,5 +1,23 @@ Revision history for libev, a high-performance and full-featured event loop. +TODO: accept() documentation + - ev_embed_stop did not correctly stop the watcher (very good + testcase by Vladimir Timofeev). + - applied win32 fixes by Michael Lenaghan (also James Mansion). + - remove dependency on sys/queue.h on freebsd (patch by Vanilla Hsu). + - configure now prepends -O3, not appends it, so one can still + override it. + - disable poll backend on AIX, the poll header spams the namespace + and it's not worth working around dead platforms (reported + and analyzed by Aivars Kalvans). + - improve header file compatibility of the standalone eventfd code + in an obscure case. + - implement EV_AVOID_STDIO option. + - do not use sscanf to parse linux version number (smaller, faster, + no sscanf dependency). + - new EV_CHILD_ENABLE and EV_SIGNAL_ENABLE configurable settings. + +3.9 Thu Dec 31 07:59:59 CET 2009 - signalfd is no longer used by default and has to be requested explicitly - this means that easy to catch bugs become hard to catch race conditions, but the users have spoken.