浏览代码

Preparing for release 3.5.8

Mate Szalay-Beko 5 年之前
父节点
当前提交
f439ca583e

+ 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/).

+ 2 - 2
build.xml

@@ -77,10 +77,10 @@ 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="8" />
     <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}" />
 
 
     <property name="final.name" value="${name}-${version}"/>
     <property name="final.name" value="${name}-${version}"/>
     <property name="revision.dir" value="${basedir}/.revision" />
     <property name="revision.dir" value="${basedir}/.revision" />

+ 1 - 1
pom.xml

@@ -30,7 +30,7 @@
   <groupId>org.apache.zookeeper</groupId>
   <groupId>org.apache.zookeeper</groupId>
   <artifactId>parent</artifactId>
   <artifactId>parent</artifactId>
   <packaging>pom</packaging>
   <packaging>pom</packaging>
-  <version>3.5.8-SNAPSHOT</version>
+  <version>3.5.8</version>
   <name>Apache ZooKeeper</name>
   <name>Apache ZooKeeper</name>
   <description>
   <description>
     ZooKeeper is a centralized service for maintaining configuration information, naming,
     ZooKeeper is a centralized service for maintaining configuration information, naming,

+ 1 - 1
zookeeper-assembly/pom.xml

@@ -23,7 +23,7 @@
   <parent>
   <parent>
     <groupId>org.apache.zookeeper</groupId>
     <groupId>org.apache.zookeeper</groupId>
     <artifactId>parent</artifactId>
     <artifactId>parent</artifactId>
-    <version>3.5.8-SNAPSHOT</version>
+    <version>3.5.8</version>
     <relativePath>..</relativePath>
     <relativePath>..</relativePath>
   </parent>
   </parent>
 
 

+ 1 - 1
zookeeper-client/pom.xml

@@ -23,7 +23,7 @@
   <parent>
   <parent>
     <groupId>org.apache.zookeeper</groupId>
     <groupId>org.apache.zookeeper</groupId>
     <artifactId>parent</artifactId>
     <artifactId>parent</artifactId>
-    <version>3.5.8-SNAPSHOT</version>
+    <version>3.5.8</version>
     <relativePath>..</relativePath>
     <relativePath>..</relativePath>
   </parent>
   </parent>
 
 

+ 1 - 1
zookeeper-client/zookeeper-client-c/pom.xml

@@ -23,7 +23,7 @@
   <parent>
   <parent>
     <groupId>org.apache.zookeeper</groupId>
     <groupId>org.apache.zookeeper</groupId>
     <artifactId>zookeeper-client</artifactId>
     <artifactId>zookeeper-client</artifactId>
-    <version>3.5.8-SNAPSHOT</version>
+    <version>3.5.8</version>
     <relativePath>..</relativePath>
     <relativePath>..</relativePath>
   </parent>
   </parent>
 
 

+ 1 - 1
zookeeper-contrib/pom.xml

@@ -24,7 +24,7 @@
   <parent>
   <parent>
     <groupId>org.apache.zookeeper</groupId>
     <groupId>org.apache.zookeeper</groupId>
     <artifactId>parent</artifactId>
     <artifactId>parent</artifactId>
-    <version>3.5.8-SNAPSHOT</version>
+    <version>3.5.8</version>
   </parent>
   </parent>
 
 
   <artifactId>zookeeper-contrib</artifactId>
   <artifactId>zookeeper-contrib</artifactId>

+ 1 - 1
zookeeper-contrib/zookeeper-contrib-loggraph/pom.xml

@@ -23,7 +23,7 @@
   <parent>
   <parent>
     <groupId>org.apache.zookeeper</groupId>
     <groupId>org.apache.zookeeper</groupId>
     <artifactId>zookeeper-contrib</artifactId>
     <artifactId>zookeeper-contrib</artifactId>
-    <version>3.5.8-SNAPSHOT</version>
+    <version>3.5.8</version>
   </parent>
   </parent>
 
 
   <artifactId>zookeeper-contrib-loggraph</artifactId>
   <artifactId>zookeeper-contrib-loggraph</artifactId>

+ 1 - 1
zookeeper-contrib/zookeeper-contrib-rest/pom.xml

@@ -23,7 +23,7 @@
   <parent>
   <parent>
     <groupId>org.apache.zookeeper</groupId>
     <groupId>org.apache.zookeeper</groupId>
     <artifactId>zookeeper-contrib</artifactId>
     <artifactId>zookeeper-contrib</artifactId>
-    <version>3.5.8-SNAPSHOT</version>
+    <version>3.5.8</version>
   </parent>
   </parent>
 
 
   <artifactId>zookeeper-contrib-rest</artifactId>
   <artifactId>zookeeper-contrib-rest</artifactId>

+ 1 - 1
zookeeper-contrib/zookeeper-contrib-zooinspector/pom.xml

@@ -23,7 +23,7 @@
   <parent>
   <parent>
     <groupId>org.apache.zookeeper</groupId>
     <groupId>org.apache.zookeeper</groupId>
     <artifactId>zookeeper-contrib</artifactId>
     <artifactId>zookeeper-contrib</artifactId>
-    <version>3.5.8-SNAPSHOT</version>
+    <version>3.5.8</version>
   </parent>
   </parent>
 
 
   <artifactId>zookeeper-contrib-zooinspector</artifactId>
   <artifactId>zookeeper-contrib-zooinspector</artifactId>

+ 1 - 1
zookeeper-docs/pom.xml

@@ -23,7 +23,7 @@
     <parent>
     <parent>
         <groupId>org.apache.zookeeper</groupId>
         <groupId>org.apache.zookeeper</groupId>
         <artifactId>parent</artifactId>
         <artifactId>parent</artifactId>
-        <version>3.5.8-SNAPSHOT</version>
+        <version>3.5.8</version>
         <relativePath>..</relativePath>
         <relativePath>..</relativePath>
     </parent>
     </parent>
 
 

+ 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

+ 1 - 1
zookeeper-jute/pom.xml

@@ -23,7 +23,7 @@
   <parent>
   <parent>
     <groupId>org.apache.zookeeper</groupId>
     <groupId>org.apache.zookeeper</groupId>
     <artifactId>parent</artifactId>
     <artifactId>parent</artifactId>
-    <version>3.5.8-SNAPSHOT</version>
+    <version>3.5.8</version>
     <relativePath>..</relativePath>
     <relativePath>..</relativePath>
   </parent>
   </parent>
 
 

+ 1 - 1
zookeeper-recipes/pom.xml

@@ -24,7 +24,7 @@
   <parent>
   <parent>
     <groupId>org.apache.zookeeper</groupId>
     <groupId>org.apache.zookeeper</groupId>
     <artifactId>parent</artifactId>
     <artifactId>parent</artifactId>
-    <version>3.5.8-SNAPSHOT</version>
+    <version>3.5.8</version>
   </parent>
   </parent>
 
 
   <artifactId>zookeeper-recipes</artifactId>
   <artifactId>zookeeper-recipes</artifactId>

+ 1 - 1
zookeeper-recipes/zookeeper-recipes-election/pom.xml

@@ -23,7 +23,7 @@
   <parent>
   <parent>
     <groupId>org.apache.zookeeper</groupId>
     <groupId>org.apache.zookeeper</groupId>
     <artifactId>zookeeper-recipes</artifactId>
     <artifactId>zookeeper-recipes</artifactId>
-    <version>3.5.8-SNAPSHOT</version>
+    <version>3.5.8</version>
   </parent>
   </parent>
 
 
   <artifactId>zookeeper-recipes-election</artifactId>
   <artifactId>zookeeper-recipes-election</artifactId>

+ 1 - 1
zookeeper-recipes/zookeeper-recipes-lock/pom.xml

@@ -23,7 +23,7 @@
   <parent>
   <parent>
     <groupId>org.apache.zookeeper</groupId>
     <groupId>org.apache.zookeeper</groupId>
     <artifactId>zookeeper-recipes</artifactId>
     <artifactId>zookeeper-recipes</artifactId>
-    <version>3.5.8-SNAPSHOT</version>
+    <version>3.5.8</version>
   </parent>
   </parent>
 
 
   <artifactId>zookeeper-recipes-lock</artifactId>
   <artifactId>zookeeper-recipes-lock</artifactId>

+ 1 - 1
zookeeper-recipes/zookeeper-recipes-queue/pom.xml

@@ -23,7 +23,7 @@
   <parent>
   <parent>
     <groupId>org.apache.zookeeper</groupId>
     <groupId>org.apache.zookeeper</groupId>
     <artifactId>zookeeper-recipes</artifactId>
     <artifactId>zookeeper-recipes</artifactId>
-    <version>3.5.8-SNAPSHOT</version>
+    <version>3.5.8</version>
   </parent>
   </parent>
 
 
   <artifactId>zookeeper-recipes-queue</artifactId>
   <artifactId>zookeeper-recipes-queue</artifactId>

+ 1 - 1
zookeeper-server/pom.xml

@@ -23,7 +23,7 @@
   <parent>
   <parent>
     <groupId>org.apache.zookeeper</groupId>
     <groupId>org.apache.zookeeper</groupId>
     <artifactId>parent</artifactId>
     <artifactId>parent</artifactId>
-    <version>3.5.8-SNAPSHOT</version>
+    <version>3.5.8</version>
     <relativePath>..</relativePath>
     <relativePath>..</relativePath>
   </parent>
   </parent>