From a1b0bec60ee249964b97cac0e275a483f2cfe044 Mon Sep 17 00:00:00 2001 From: Ryan Williams Date: Mon, 18 Jan 2010 22:46:11 -0800 Subject: [PATCH] Forgot to add epoll to NEWS --- NEWS | 1 + 1 file changed, 1 insertion(+) diff --git a/NEWS b/NEWS index 22ace36..607eaac 100644 --- a/NEWS +++ b/NEWS @@ -8,6 +8,7 @@ * Deprecated proc module (use greenthread module instead) * tpooled gethostbyname is configurable via environment variable EVENTLET_TPOOL_GETHOSTBYNAME * Removed greenio.Green_fileobject and refactored the code therein to be more efficient. Only call makefile() on sockets now; makeGreenFile() is deprecated. The main loss here is that of the readuntil method. Also, Green_fileobjects used to be auto-flushing; flush() must be called explicitly now. +* Added epoll support * Improved documentation across the board. * New queue module, API-compatible with stdlib Queue * New debug module, used for enabling verbosity within Eventlet that can help debug applications or Eventlet itself.