Updated changelog and authors.

This commit is contained in:
Ryan Williams
2010-02-25 18:19:51 -05:00
parent 74c3c8fe9e
commit 18dba62f62
2 changed files with 21 additions and 2 deletions

View File

@@ -6,7 +6,7 @@ Original Authors
Contributors Contributors
------------ ------------
* AG Projects * AG Projects
* Chris Atlee * Chris AtLee
* R\. Tyler Ballance * R\. Tyler Ballance
* Denis Bilenko * Denis Bilenko
* Mike Barton * Mike Barton
@@ -18,6 +18,7 @@ Contributors
* radix * radix
* Tavis Rudd * Tavis Rudd
* Sergey Shepelev * Sergey Shepelev
* Chuck Thier
Linden Lab Contributors Linden Lab Contributors
----------------------- -----------------------
@@ -34,7 +35,6 @@ Thanks To
--------- ---------
* AdamKG, giving the hint that invalid argument errors were introduced post-0.9.0 * AdamKG, giving the hint that invalid argument errors were introduced post-0.9.0
* Luke Tucker, bug report regarding wsgi + webob * 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 ;-) * Taso Du Val, reproing an exception squelching bug, saving children's lives ;-)
* Luci Stanescu, for reporting twisted hub bug * Luci Stanescu, for reporting twisted hub bug
* Marcus Cavanaugh, for test case code that has been incredibly useful in tracking down bugs * Marcus Cavanaugh, for test case code that has been incredibly useful in tracking down bugs

19
NEWS
View File

@@ -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 0.9.5
===== =====
* support psycopg in db_pool * support psycopg in db_pool