[Checkins] SVN: zc.zk/trunk/src/zc/zk/README.txt high-level zookeeper interface

Jim Fulton jim at zope.com
Sun Nov 27 20:02:51 UTC 2011


Log message for revision 123497:
  high-level zookeeper interface

Changed:
  U   zc.zk/trunk/src/zc/zk/README.txt

-=-
Modified: zc.zk/trunk/src/zc/zk/README.txt
===================================================================
--- zc.zk/trunk/src/zc/zk/README.txt	2011-11-27 19:56:50 UTC (rev 123496)
+++ zc.zk/trunk/src/zc/zk/README.txt	2011-11-27 20:02:50 UTC (rev 123497)
@@ -1,5 +1,5 @@
-ZooKeeper Helpers
-=================
+High-level ZooKeeper API
+========================
 
 The zc.zk package provides some high-level interfaces to the low-level
 zookeeper extension.  It's not complete, in that it doesn't try, at
@@ -314,3 +314,11 @@
 update properties will fail.  If callbacks have been registered, they
 will be called without arguments, if possible.  It would be bad, in
 practice, to remove a node that processes are watching.
+
+Changes
+-------
+
+0.1.0 (2011-11-27)
+~~~~~~~~~~~~~~~~~~
+
+Initial release



More information about the checkins mailing list