* released 1.2.5-pre3
* experimental epoll() support (use temporary '-e' argument)
diff --git a/TODO b/TODO
index 047468b..66a4ec6 100644
--- a/TODO
+++ b/TODO
@@ -139,4 +139,5 @@
 * appcookie
 - weighted round robin
 - option to shutdown(listen_sock) when max connections reached
-
+* epoll
+- replace the event scheduler with an O(log(N)) one