Skip to content

Commit

Permalink
update changelog, bump to 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
slyphon committed May 9, 2012
1 parent 85dcf9d commit 29c136a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG
@@ -1,3 +1,9 @@
v1.0.3 Linux: Fix hang on reopen after fork

* Linux users relying on fork() should upgrade to 1.0.3, as it
fixes a bug in the reopen code that would cause a hang in the child.
If you're running on linux, you *really* should upgrade

v1.0.0 Single Zookeeper namespace

* The top level Zookeeper class is now a module, the former Zookeeper
Expand Down
2 changes: 1 addition & 1 deletion lib/zookeeper/version.rb
@@ -1,4 +1,4 @@
module Zookeeper
VERSION = '1.0.2'
VERSION = '1.0.3'
DRIVER_VERSION = '3.3.5'
end

0 comments on commit 29c136a

Please sign in to comment.