Commit 545b8387 authored by Denis Bilenko's avatar Denis Bilenko

add changelog for version 0.11.2

parent c6cd4458
......@@ -3,6 +3,16 @@ Changelog
.. currentmodule:: gevent
Version 0.11.2
--------------
* Fixed :mod:`wsgi` to unquote ``environ['PATH_INFO']`` before passing to application.
* Added ``SERVER_SOFTWARE`` variable to :mod:`wsgi` environ.
* Fixed bug in :meth:`JoinableQueue.task_done` that caused :class:`ValueError` to be raised incorrectly here.
* Fixed :mod:`gevent.socket` not to fail with :class:`ImportError` if Python was not built with ssl support.
Version 0.11.1
--------------
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment