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.