Browse Source

updates after release 3.5.8

Mate Szalay-Beko 5 years ago
parent
commit
23636858df
3 changed files with 38 additions and 2 deletions
  1. 1 1
      NOTICE.txt
  2. 1 1
      build.xml
  3. 36 0
      zookeeper-docs/src/main/resources/markdown/releasenotes.md

+ 1 - 1
NOTICE.txt

@@ -1,5 +1,5 @@
 Apache ZooKeeper
 Apache ZooKeeper
-Copyright 2009-2019 The Apache Software Foundation
+Copyright 2009-2020 The Apache Software Foundation
 
 
 This product includes software developed at
 This product includes software developed at
 The Apache Software Foundation (http://www.apache.org/).
 The Apache Software Foundation (http://www.apache.org/).

+ 1 - 1
build.xml

@@ -77,7 +77,7 @@ xmlns:cs="antlib:com.puppycrawl.tools.checkstyle.ant">
     
     
     <property name="version-major" value="3" />
     <property name="version-major" value="3" />
     <property name="version-minor" value="5" />
     <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-base" value="${version-major}.${version-minor}.${version-patch}" />
     <property name="version-suffix" value="SNAPSHOT" />
     <property name="version-suffix" value="SNAPSHOT" />
     <property name="version" value="${version-base}-${version-suffix}" />
     <property name="version" value="${version-base}-${version-suffix}" />

+ 36 - 0
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.
 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
 # Release Notes - ZooKeeper - Version 3.5.7
 
 
 ## Bug
 ## Bug