diff --git a/AUTHORS b/AUTHORS index 1b87c50..2070217 100644 --- a/AUTHORS +++ b/AUTHORS @@ -96,3 +96,4 @@ Thanks To * Astrum Kuo, python3 compatibility fixes; greenthread.unlink() method * Davanum Srinivas, Python3 compatibility fixes * Dmitriy Kruglyak, PyPy 2.3 compatibility fix +* Jan Grant, Michael Kerrin, second simultaneous read (Github #94) diff --git a/NEWS b/NEWS index b0dc7fc..f534568 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,8 @@ +0.15.1 +====== +greenio: Fix second simultaneous read (parallel paramiko issue); Thanks to Jan Grant, Michael Kerrin +db_pool: customizable connection cleanup function; Thanks to Avery Fay + 0.15 ==== * Python3 compatibility -- **not ready yet**; Thanks to Astrum Kuo, Davanum Srinivas, Jakub Stasiak, Victor Sergeyev diff --git a/doc/real_index.html b/doc/real_index.html index 9a6d654..f82aa81 100644 --- a/doc/real_index.html +++ b/doc/real_index.html @@ -54,7 +54,7 @@ pip install eventlet
Alternately, you can download the source tarball: