diff --git a/AUTHORS b/AUTHORS index cd5ef65..1b6d574 100644 --- a/AUTHORS +++ b/AUTHORS @@ -6,7 +6,7 @@ Original Authors Contributors ------------ * AG Projects -* Chris Atlee +* Chris AtLee * R\. Tyler Ballance * Denis Bilenko * Mike Barton @@ -18,6 +18,7 @@ Contributors * radix * Tavis Rudd * Sergey Shepelev +* Chuck Thier Linden Lab Contributors ----------------------- @@ -34,7 +35,6 @@ Thanks To --------- * AdamKG, giving the hint that invalid argument errors were introduced post-0.9.0 * Luke Tucker, bug report regarding wsgi + webob -* Chuck Thier, reporting a bug in processes.py * Taso Du Val, reproing an exception squelching bug, saving children's lives ;-) * Luci Stanescu, for reporting twisted hub bug * Marcus Cavanaugh, for test case code that has been incredibly useful in tracking down bugs diff --git a/NEWS b/NEWS index 8b14602..1f079ce 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,22 @@ +0.9.6 +===== +* new EVENTLET_HUB environment variable allows you to select a hub without code +* improved GreenSocket and GreenPipe compatibility with stdlib +* bugfixes on GreenSocket and GreenPipe objects +* code coverage increased across the board +* Queue resizing +* internal DeprecationWarnings largely eliminated +* tpool is now reentrant (i.e., can call tpool.execute(tpool.execute(foo))) +* more reliable access to unpatched modules reduces some race conditions when monkeypatching +* completely threading-compatible corolocal implementation, plus tests and enthusiastic adoption +* tests stomp on each others' toes less +* performance improvements in timers, hubs, greenpool +* Greenlet-aware profile module courtesy of CCP +* support for select26 module's epoll +* better PEP-8 compliance and import cleanup +* new eventlet.serve convenience function for easy TCP servers + + 0.9.5 ===== * support psycopg in db_pool