You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@curator.apache.org by ra...@apache.org on 2015/08/30 23:04:19 UTC

curator git commit: Include a note about 2 versions of Curator

Repository: curator
Updated Branches:
  refs/heads/CURATOR-3.0 0f5668b31 -> c9cb199b0


Include a note about 2 versions of Curator


Project: http://git-wip-us.apache.org/repos/asf/curator/repo
Commit: http://git-wip-us.apache.org/repos/asf/curator/commit/c9cb199b
Tree: http://git-wip-us.apache.org/repos/asf/curator/tree/c9cb199b
Diff: http://git-wip-us.apache.org/repos/asf/curator/diff/c9cb199b

Branch: refs/heads/CURATOR-3.0
Commit: c9cb199b07b2047487802d6d5eb90a9e96104008
Parents: 0f5668b
Author: randgalt <ra...@apache.org>
Authored: Sun Aug 30 14:04:12 2015 -0700
Committer: randgalt <ra...@apache.org>
Committed: Sun Aug 30 14:04:12 2015 -0700

----------------------------------------------------------------------
 src/site/confluence/index.confluence | 7 +++++++
 1 file changed, 7 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/curator/blob/c9cb199b/src/site/confluence/index.confluence
----------------------------------------------------------------------
diff --git a/src/site/confluence/index.confluence b/src/site/confluence/index.confluence
index cd533cf..0f0e2dc 100644
--- a/src/site/confluence/index.confluence
+++ b/src/site/confluence/index.confluence
@@ -33,3 +33,10 @@ most users, the only artifact you need is curator\-recipes.
 |org.apache.curator|curator\-x\-discovery|A Service Discovery implementation built on the Curator Framework.|
 |org.apache.curator|curator\-x\-discovery-server|A RESTful server that can be used with Curator Discovery.|
 |org.apache.curator|curator\-x\-rpc|A proxy that bridges non\-java environments with the Curator framework and recipes.|
+
+h2. Versions
+
+The are currently two released versions of Curator, 2.x.x and 3.x.x:
+
+* Curator 2.x.x \- compatible with both ZooKeeper 3.4.x and ZooKeeper 3.5.x
+* Curator 3.x.x \- compatible only with ZooKeeper 3.5.x and includes support for new features such as containers, dynamic reconfiguration, etc.