From 83d35288d787fa692b62143a47a43ceb35a6682c Mon Sep 17 00:00:00 2001 From: Ryan Williams Date: Mon, 11 Apr 2011 00:17:01 -0700 Subject: [PATCH] Updated changelog. --- NEWS | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/NEWS b/NEWS index 4482e5a..357e6af 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,13 @@ +0.9.15 +====== +* ZeroMQ support without an explicit hub now implemented! Thanks to Zed Shaw for the patch. +* zmq module supports the NOBLOCK flag, thanks to rfk. (#76) +* eventlet.wsgi has a debug flag which can be set to false to not send tracebacks to the client +* Recursive GreenPipe madeness forestalled by Soren Hansen (#77) +* eventlet.green.ssl no longer busywaits on send() +* EEXIST ignored in epoll hub (#80) +* eventlet.listen's behavior on Windows improved, thanks to Nick Vatamaniuc (#83) + 0.9.14 ====== * Many fixes to the ZeroMQ hub, which now requires version 2.0.10 or later. Thanks to Ben Ford.