You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@zookeeper.apache.org by ma...@apache.org on 2023/02/08 11:27:50 UTC

[zookeeper] branch master updated: Fix add version for container and TTL nodes

This is an automated email from the ASF dual-hosted git repository.

maoling pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/zookeeper.git


The following commit(s) were added to refs/heads/master by this push:
     new 3cbceec20 Fix add version for container and TTL nodes
3cbceec20 is described below

commit 3cbceec20afcf85bbfe59be237a96ee105ac60f0
Author: Chris Conroy <cc...@gmail.com>
AuthorDate: Wed Feb 8 19:27:42 2023 +0800

    Fix add version for container and TTL nodes
    
    Container and TTL nodes were added in 3.5.3 (not 3.6) according to earlier docs: https://zookeeper.apache.org/doc/r3.5.3-beta/zookeeperProgrammers.html#Container+Nodes
    
    Author: Chris Conroy <cc...@gmail.com>
    
    Reviewers: maoling <ma...@apache.org>
    
    Closes #1948 from cconroy/patch-1
---
 zookeeper-docs/src/main/resources/markdown/zookeeperProgrammers.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/zookeeper-docs/src/main/resources/markdown/zookeeperProgrammers.md b/zookeeper-docs/src/main/resources/markdown/zookeeperProgrammers.md
index 1e585a735..ddd722b90 100644
--- a/zookeeper-docs/src/main/resources/markdown/zookeeperProgrammers.md
+++ b/zookeeper-docs/src/main/resources/markdown/zookeeperProgrammers.md
@@ -219,7 +219,7 @@ name "<path>-2147483648").
 
 #### Container Nodes
 
-**Added in 3.6.0**
+**Added in 3.5.3**
 
 ZooKeeper has the notion of container znodes. Container znodes are
 special purpose znodes useful for recipes such as leader, lock, etc.
@@ -236,7 +236,7 @@ znode when it occurs.
 
 #### TTL Nodes
 
-**Added in 3.6.0**
+**Added in 3.5.3**
 
 When creating PERSISTENT or PERSISTENT_SEQUENTIAL znodes,
 you can optionally set a TTL in milliseconds for the znode. If the znode