--- libev/Changes 2010/10/24 21:51:03 1.198 +++ libev/Changes 2010/11/10 14:36:42 1.208 @@ -1,9 +1,17 @@ Revision history for libev, a high-performance and full-featured event loop. -TODO: include ev_xyz_start in each example? -TODO: which supports signals and child events -TODO: pointer races -TODO: ev_default_destroy, ev_default_fork +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. - ev_embed_stop did not correctly stop the watcher (very good testcase by Vladimir Timofeev).