This is an automated email from the ASF dual-hosted git repository. andor pushed a commit to branch branch-3.9.0 in repository https://gitbox.apache.org/repos/asf/zookeeper.git
commit 8c79cb1505cbf755d4fc68413397d09bc8fc0bc4 Author: Andor Molnar <[email protected]> AuthorDate: Tue Jul 18 14:47:40 2023 +0000 Update documentation headers to version 3.9 --- zookeeper-docs/src/main/resources/markdown/html/header.html | 2 +- zookeeper-docs/src/main/resources/markdown/releasenotes.md | 11 ++++------- 2 files changed, 5 insertions(+), 8 deletions(-) diff --git a/zookeeper-docs/src/main/resources/markdown/html/header.html b/zookeeper-docs/src/main/resources/markdown/html/header.html index c308b2d88..c50eb04af 100644 --- a/zookeeper-docs/src/main/resources/markdown/html/header.html +++ b/zookeeper-docs/src/main/resources/markdown/html/header.html @@ -36,7 +36,7 @@ <a class="unselected" href="https://cwiki.apache.org/confluence/display/ZOOKEEPER/">Wiki</a> </li> <li class="current"> - <a class="selected" href="index.html">ZooKeeper 3.8 Documentation</a> + <a class="selected" href="index.html">ZooKeeper 3.9 Documentation</a> </li> </ul> </div> diff --git a/zookeeper-docs/src/main/resources/markdown/releasenotes.md b/zookeeper-docs/src/main/resources/markdown/releasenotes.md index b83041291..d26e12e82 100644 --- a/zookeeper-docs/src/main/resources/markdown/releasenotes.md +++ b/zookeeper-docs/src/main/resources/markdown/releasenotes.md @@ -116,6 +116,7 @@ limitations under the License. * [ZOOKEEPER-4716](https://issues.apache.org/jira/browse/ZOOKEEPER-4716) - Upgrade jackson to 2.15.2, suppress two false positive CVE errors + # Release Notes - ZooKeeper - Version 3.8.2 @@ -141,6 +142,7 @@ limitations under the License. * [ZOOKEEPER-4716](https://issues.apache.org/jira/browse/ZOOKEEPER-4716) - Upgrade jackson to 2.15.2 and suppress two false positive CVE errors + # Release Notes - ZooKeeper - Version 3.8.1 @@ -313,13 +315,6 @@ limitations under the License. * [ZOOKEEPER-4469](https://issues.apache.org/jira/browse/ZOOKEEPER-4469) - Suppress OWASP false positives related to Netty TCNative * [ZOOKEEPER-4478](https://issues.apache.org/jira/browse/ZOOKEEPER-4479) - Suppress OWASP false positives zookeeper-jute-3.8.0-SNAPSHOT.jar: CVE-2021-29425, CVE-2021-28164, CVE-2021-34429 - - - - - - - ## Sub-task * [ZOOKEEPER-3774](https://issues.apache.org/jira/browse/ZOOKEEPER-3774) - Close quorum socket asynchronously on the leader to avoid ping being blocked by long socket closing time @@ -400,6 +395,8 @@ limitations under the License. * [ZOOKEEPER-3961](https://issues.apache.org/jira/browse/ZOOKEEPER-3961) - Inaccurate Error Message + + # Release Notes - ZooKeeper - Version 3.7.0 ## New Feature
