summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Bangert <ben@groovie.org>2012-08-23 11:36:10 -0700
committerBen Bangert <ben@groovie.org>2012-08-23 11:36:10 -0700
commited3b4b129171c35ba737403bec5eb41161418707 (patch)
treee1495c1978d99c49e468a8d1406d571bb9fb06a8
parent3bc40b507b99f0918c4de9599ff9a86228b63aee (diff)
downloadkazoo-0.3.tar.gz
Update CHANGES for impending release.0.3
-rw-r--r--CHANGES.rst7
1 files changed, 6 insertions, 1 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index 76be010..63da464 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -1,7 +1,8 @@
Changelog
=========
-0.3 (**master**)
+0.3 (8/23/2012)
+---------------
API Changes
***********
@@ -11,6 +12,10 @@ API Changes
Bug Handling
************
+- Fixed password bug with updated zc-zookeeper-static release, which retains
+ null bytes in the password properly.
+- Fixed reconnect hammering, so that the reconnection follows retry jitter and
+ retry backoff's.
- Fixed possible bug with using a threading.Condition in the set partitioner.
Set partitioner uses new rlock_object handler API to get an appropriate RLock
for gevent.