This is an automated email from the ASF dual-hosted git repository.
symat pushed a commit to branch branch-3.5
in repository https://gitbox.apache.org/repos/asf/zookeeper.git
The following commit(s) were added to refs/heads/branch-3.5 by this push:
new 2363685 updates after release 3.5.8
2363685 is described below
commit 23636858dfe18d2190655e11aab0e2c868704efe
Author: Mate Szalay-Beko <[email protected]>
AuthorDate: Mon May 11 15:41:54 2020 +0200
updates after release 3.5.8
---
NOTICE.txt | 2 +-
build.xml | 2 +-
.../src/main/resources/markdown/releasenotes.md | 36 ++++++++++++++++++++++
3 files changed, 38 insertions(+), 2 deletions(-)
diff --git a/NOTICE.txt b/NOTICE.txt
index ff3661d..4c4f8b2 100644
--- a/NOTICE.txt
+++ b/NOTICE.txt
@@ -1,5 +1,5 @@
Apache ZooKeeper
-Copyright 2009-2019 The Apache Software Foundation
+Copyright 2009-2020 The Apache Software Foundation
This product includes software developed at
The Apache Software Foundation (http://www.apache.org/).
diff --git a/build.xml b/build.xml
index af1514a..38a1ec5 100644
--- a/build.xml
+++ b/build.xml
@@ -77,7 +77,7 @@ xmlns:cs="antlib:com.puppycrawl.tools.checkstyle.ant">
<property name="version-major" value="3" />
<property name="version-minor" value="5" />
- <property name="version-patch" value="6" />
+ <property name="version-patch" value="9" />
<property name="version-base"
value="${version-major}.${version-minor}.${version-patch}" />
<property name="version-suffix" value="SNAPSHOT" />
<property name="version" value="${version-base}-${version-suffix}" />
diff --git a/zookeeper-docs/src/main/resources/markdown/releasenotes.md
b/zookeeper-docs/src/main/resources/markdown/releasenotes.md
index d3ca0dc..787ffe2 100644
--- a/zookeeper-docs/src/main/resources/markdown/releasenotes.md
+++ b/zookeeper-docs/src/main/resources/markdown/releasenotes.md
@@ -14,6 +14,42 @@ See the License for the specific language governing
permissions and
limitations under the License.
//-->
+# Release Notes - ZooKeeper - Version 3.5.8
+
+## Bug
+
+* [ZOOKEEPER-1677](https://issues.apache.org/jira/browse/ZOOKEEPER-1677) -
Misuse of INET_ADDRSTRLEN
+* [ZOOKEEPER-2164](https://issues.apache.org/jira/browse/ZOOKEEPER-2164) -
Fast leader election keeps failing
+* [ZOOKEEPER-2307](https://issues.apache.org/jira/browse/ZOOKEEPER-2307) -
ZooKeeper not starting because acceptedEpoch is less than the currentEpoch
+* [ZOOKEEPER-2490](https://issues.apache.org/jira/browse/ZOOKEEPER-2490) -
Infinitely connect on windows
+* [ZOOKEEPER-3215](https://issues.apache.org/jira/browse/ZOOKEEPER-3215) -
Handle Java 9/11 additions of covariant return types to java.nio.ByteBuffer
methods
+* [ZOOKEEPER-3726](https://issues.apache.org/jira/browse/ZOOKEEPER-3726) -
Invalid ipv6 address comparison in C client
+* [ZOOKEEPER-3737](https://issues.apache.org/jira/browse/ZOOKEEPER-3737) -
Unable to eliminate log4j1 transitive dependency
+* [ZOOKEEPER-3739](https://issues.apache.org/jira/browse/ZOOKEEPER-3739) -
Remove use of com.sun.nio.file.SensitivityWatchEventModifier
+* [ZOOKEEPER-3756](https://issues.apache.org/jira/browse/ZOOKEEPER-3756) -
Members failing to rejoin quorum
+* [ZOOKEEPER-3760](https://issues.apache.org/jira/browse/ZOOKEEPER-3760) -
Remove a useless throwing CliException
+* [ZOOKEEPER-3769](https://issues.apache.org/jira/browse/ZOOKEEPER-3769) -
Fast leader election does not end if leader is taken down
+* [ZOOKEEPER-3780](https://issues.apache.org/jira/browse/ZOOKEEPER-3780) -
Restore Version.getRevision() to be backward compatible
+
+## Improvement
+
+* [ZOOKEEPER-2779](https://issues.apache.org/jira/browse/ZOOKEEPER-2779) - Add
option to not set ACL for reconfig node
+* [ZOOKEEPER-3355](https://issues.apache.org/jira/browse/ZOOKEEPER-3355) -
Remove tbd From Docs
+* [ZOOKEEPER-3357](https://issues.apache.org/jira/browse/ZOOKEEPER-3357) -
Remove Dead Link from ZooKeeper Programmer's Guide
+* [ZOOKEEPER-3678](https://issues.apache.org/jira/browse/ZOOKEEPER-3678) -
Remove Redundant GroupID from Maven POMs
+* [ZOOKEEPER-3679](https://issues.apache.org/jira/browse/ZOOKEEPER-3679) -
Upgrade maven-compiler-plugin For ZooKeeper-jute
+* [ZOOKEEPER-3723](https://issues.apache.org/jira/browse/ZOOKEEPER-3723) -
Zookeeper Client should not fail with ZSYSTEMERROR if DNS does not resolve one
of the servers in the zk ensemble.
+* [ZOOKEEPER-3727](https://issues.apache.org/jira/browse/ZOOKEEPER-3727) - Fix
3.5 source tarball to represent the git repository
+* [ZOOKEEPER-3785](https://issues.apache.org/jira/browse/ZOOKEEPER-3785) -
Make sources buildable with JDK14
+
+## Task
+
+* [ZOOKEEPER-3734](https://issues.apache.org/jira/browse/ZOOKEEPER-3734) -
Upgrade jackson-databind to address CVE-2020-8840
+* [ZOOKEEPER-3751](https://issues.apache.org/jira/browse/ZOOKEEPER-3751) -
Upgrade jackson-databind to 2.10 from 2.9
+* [ZOOKEEPER-3794](https://issues.apache.org/jira/browse/ZOOKEEPER-3794) -
Upgrade netty to address CVE-2020-11612
+* [ZOOKEEPER-3817](https://issues.apache.org/jira/browse/ZOOKEEPER-3817) -
Owasp failing due to CVE-2020-9488
+
+
# Release Notes - ZooKeeper - Version 3.5.7
## Bug