~ubuntu-branches/ubuntu/utopic/python-eventlet/utopic

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Bazaar Package Importer
  • Author(s): Soren Hansen
  • Date: 2011-05-17 11:52:34 UTC
  • mfrom: (1.1.4 upstream) (4.1.1 sid)
  • Revision ID: james.westby@ubuntu.com-20110517115234-fcxnkhmr7kcvesdz
Tags: 0.9.15-0ubuntu1
* New upstream release.
  - Drop wrap-greenpipe.patch: Included upstream.
  - Drop disable-psycopg-patcher-test.patch: Included upstream.
* Merge packaging changes from Debian.
* Disable zmq (tests do not pass).

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
0.9.15
 
2
======
 
3
* ZeroMQ support without an explicit hub now implemented!  Thanks to Zed Shaw for the patch.
 
4
* zmq module supports the NOBLOCK flag, thanks to rfk. (#76)
 
5
* eventlet.wsgi has a debug flag which can be set to false to not send tracebacks to the client (per redbo's request)
 
6
* Recursive GreenPipe madness forestalled by Soren Hansen (#77)
 
7
* eventlet.green.ssl no longer busywaits on send()
 
8
* EEXIST ignored in epoll hub (#80)
 
9
* eventlet.listen's behavior on Windows improved, thanks to Nick Vatamaniuc (#83)
 
10
* Timeouts raised within tpool.execute are propagated back to the caller (thanks again to redbo for being the squeaky wheel)
 
11
 
1
12
0.9.14
2
13
======
3
14
* Many fixes to the ZeroMQ hub, which now requires version 2.0.10 or later.  Thanks to Ben Ford.