Commit 8ae0f004 authored by Denis Bilenko's avatar Denis Bilenko

add changelog entry for 1.0rc3

parent fa4242cb
......@@ -4,6 +4,19 @@ Changelog
.. currentmodule:: gevent
Release 1.0rc3
--------------
- Fix #251: crash in gevent.core when accessing destroyed loop.
- Fix #235: Replace self._threadpool.close() with self._threadpool.kill() in hub.py.
- Remove unused timeout from select.py.
- Rename Greenlet.link()'s argument to 'callback' (closes #244).
- Fix parallel build (#193).
- Fix #263: potential UnboundLocalError: 'length' in gevent.pywsgi.
- Simplify psycopg2_pool.py.
- pywsgi: allow Content-Length in GET requests.
Release 1.0rc2 (Dec 10, 2012)
-----------------------------
......
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