--- libev/Changes 2010/10/28 04:55:19 1.203 +++ libev/Changes 2010/11/10 14:36:42 1.208 @@ -1,6 +1,15 @@ Revision history for libev, a high-performance and full-featured event loop. +TODO: move some other examples to common idioms? combining watchers, +thread usage, coroutine switch? + +4.01 Fri Nov 5 21:51:29 CET 2010 + - automake fucked it up, apparently, --add-missing -f is not quite enough + to make it update its files, so 4.00 didn't install ev++.h and + event.h on make install. grrr. + - ev_loop(count|depth) didn't return anything (Robin Haberkorn). - change EV_UNDEF to 0xffffffff to silence some overzealous compilers. + - use "(libev) " prefix for all libev error messages now. 4.00 Mon Oct 25 12:32:12 CEST 2010 - "PORTING FROM LIBEV 3.X TO 4.X" (in ev.pod) is recommended reading.