diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 22b2745f..c53c6731 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,7 +1,28 @@ -1.1.0 +1.1.2 ===== In Progress +Bug Fixes +--------- +* Update token metadata (for TokenAware calculations) when a node is removed + from the ring +* Fix file handle leak with gevent reactor due to blocking Greenlet kills when + closing excess connections +* Avoid handling a node coming up multiple times due to a reconnection attempt + succeeding close to the same time that an UP notification is pushed + +1.1.1 +===== +April 16, 2014 + +Bug Fixes +--------- +* Fix unconditional import of nose in setup.py (github #111) + +1.1.0 +===== +April 16, 2014 + Features -------- * Gevent is now supported through monkey-patching the stdlib (PYTHON-7, diff --git a/README.rst b/README.rst index 3b224f67..f56c6d13 100644 --- a/README.rst +++ b/README.rst @@ -49,7 +49,7 @@ you can use `freenode's web-based client