You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@zookeeper.apache.org by mi...@apache.org on 2015/06/28 07:01:13 UTC

svn commit: r1687986 - in /zookeeper/branches/branch-3.5: CHANGES.txt README.txt docs/releasenotes.html

Author: michim
Date: Sun Jun 28 05:01:13 2015
New Revision: 1687986

URL: http://svn.apache.org/r1687986
Log:
Preparing for release 3.5.1

Modified:
    zookeeper/branches/branch-3.5/CHANGES.txt
    zookeeper/branches/branch-3.5/README.txt
    zookeeper/branches/branch-3.5/docs/releasenotes.html

Modified: zookeeper/branches/branch-3.5/CHANGES.txt
URL: http://svn.apache.org/viewvc/zookeeper/branches/branch-3.5/CHANGES.txt?rev=1687986&r1=1687985&r2=1687986&view=diff
==============================================================================
--- zookeeper/branches/branch-3.5/CHANGES.txt (original)
+++ zookeeper/branches/branch-3.5/CHANGES.txt Sun Jun 28 05:01:13 2015
@@ -1,4 +1,4 @@
-Release 3.5.1 - 06/08/2015
+Release 3.5.1 - 06/27/2015
 
 NEW FEATURES:
   ZOOKEEPER-2069 Netty Support for ClientCnxnSocket (Hongchao via fpj)

Modified: zookeeper/branches/branch-3.5/README.txt
URL: http://svn.apache.org/viewvc/zookeeper/branches/branch-3.5/README.txt?rev=1687986&r1=1687985&r2=1687986&view=diff
==============================================================================
--- zookeeper/branches/branch-3.5/README.txt (original)
+++ zookeeper/branches/branch-3.5/README.txt Sun Jun 28 05:01:13 2015
@@ -33,4 +33,4 @@ The content of the legacy jar and the bi
 As of version 3.3.0 bin/sources/javadoc jars contained in dist-maven directory
 are deployed to the Apache Maven repository after the release has been accepted
 by Apache:
-  http://people.apache.org/repo/m2-ibiblio-rsync-repository/
+  https://repository.apache.org/

Modified: zookeeper/branches/branch-3.5/docs/releasenotes.html
URL: http://svn.apache.org/viewvc/zookeeper/branches/branch-3.5/docs/releasenotes.html?rev=1687986&r1=1687985&r2=1687986&view=diff
==============================================================================
--- zookeeper/branches/branch-3.5/docs/releasenotes.html (original)
+++ zookeeper/branches/branch-3.5/docs/releasenotes.html Sun Jun 28 05:01:13 2015
@@ -212,7 +212,7 @@ document.write("Last Published: " + docu
 <li>[<a href='https://issues.apache.org/jira/browse/ZOOKEEPER-2153'>ZOOKEEPER-2153</a>] -         X509 Authentication Documentation
 </li>
 </ul>
-                        
+                            
 <h2>        Bug
 </h2>
 <ul>
@@ -294,8 +294,14 @@ document.write("Last Published: " + docu
 </li>
 <li>[<a href='https://issues.apache.org/jira/browse/ZOOKEEPER-2199'>ZOOKEEPER-2199</a>] -         Don&#39;t include unistd.h in windows
 </li>
+<li>[<a href='https://issues.apache.org/jira/browse/ZOOKEEPER-2210'>ZOOKEEPER-2210</a>] -         clock_gettime is not available in os x
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/ZOOKEEPER-2212'>ZOOKEEPER-2212</a>] -         distributed race condition related to QV version
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/ZOOKEEPER-2213'>ZOOKEEPER-2213</a>] -         Empty path in Set crashes server and prevents restart
+</li>
 </ul>
-                    
+                        
 <h2>        Improvement
 </h2>
 <ul>
@@ -327,6 +333,8 @@ document.write("Last Published: " + docu
 </li>
 <li>[<a href='https://issues.apache.org/jira/browse/ZOOKEEPER-2183'>ZOOKEEPER-2183</a>] -         Concurrent Testing Processes and Port Assignments
 </li>
+<li>[<a href='https://issues.apache.org/jira/browse/ZOOKEEPER-2185'>ZOOKEEPER-2185</a>] -         Run server with -XX:+HeapDumpOnOutOfMemoryError and -XX:OnOutOfMemoryError=&#39;kill %p&#39;.
+</li>
 <li>[<a href='https://issues.apache.org/jira/browse/ZOOKEEPER-2194'>ZOOKEEPER-2194</a>] -         Let DataNode.getChildren() return an unmodifiable view of its children set
 </li>
 <li>[<a href='https://issues.apache.org/jira/browse/ZOOKEEPER-2205'>ZOOKEEPER-2205</a>] -         Log type of unexpected quorum packet in learner handler loop
@@ -337,6 +345,8 @@ document.write("Last Published: " + docu
 </li>
 <li>[<a href='https://issues.apache.org/jira/browse/ZOOKEEPER-2208'>ZOOKEEPER-2208</a>] -         Log type of unexpected quorum packet in observer loop
 </li>
+<li>[<a href='https://issues.apache.org/jira/browse/ZOOKEEPER-2214'>ZOOKEEPER-2214</a>] -         Findbugs warning: LearnerHandler.packetToString Dead store to local variable
+</li>
 </ul>
             
 <h2>        New Feature