Updated changelog.

This commit is contained in:
Ryan Williams
2011-04-11 00:17:01 -07:00
parent 5f3c38eff7
commit 83d35288d7

10
NEWS
View File

@@ -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.