diff --git a/AUTHORS b/AUTHORS index 003be24..acfd7b3 100644 --- a/AUTHORS +++ b/AUTHORS @@ -116,3 +116,6 @@ Thanks To * Marc Abramowitz, fixing the README so it renders correctly on PyPI (GH-183) * Shaun Stanworth, equal chance to acquire semaphore from different greenthreads (GH-136) * Lior Neudorfer, Make sure SSL retries are done using the exact same data buffer +* Sean Dague, wsgi: Provide python logging compatibility +* Tim Simmons, Use _socket_nodns and select in dnspython support +* Antonio Cuni, fix fd double close on PyPy diff --git a/NEWS b/NEWS index e05a8ab..5756b1a 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,11 @@ +0.17.2 +====== +* wsgi: Provide python logging compatibility; Thanks to Sean Dague +* greendns: fix premature connection closing in DNS proxy; Thanks to Tim Simmons +* greenio: correct fd close; Thanks to Antonio Cuni and Victor Sergeyev +* green.ssl: HTTPS client Python 2.7.9+ compatibility +* setup: tests.{isolated,manual} polluted top-level packages + 0.17.1 ====== * greendns: fix dns.name import and Python3 compatibility diff --git a/doc/real_index.html b/doc/real_index.html index c06bab1..4732407 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:
Both repositories are equal and kept in sync. You can use whichever you fancy for downloading, forking, reporting issues and submitting pull requests.
+Mercurial repository used to be the main one, but most of the contribution and discussions happen on Github nowadays.