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/05/16 06:30:09 UTC

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

Author: michim
Date: Sat May 16 04:30:08 2015
New Revision: 1679683

URL: http://svn.apache.org/r1679683
Log:
Preparing for release 3.5.1-alpha

Modified:
    zookeeper/branches/branch-3.5/CHANGES.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=1679683&r1=1679682&r2=1679683&view=diff
==============================================================================
--- zookeeper/branches/branch-3.5/CHANGES.txt (original)
+++ zookeeper/branches/branch-3.5/CHANGES.txt Sat May 16 04:30:08 2015
@@ -1,4 +1,4 @@
-Release 3.5.1 - 4/11/2015
+Release 3.5.1 - 5/15/2015
 
 NEW FEATURES:
   ZOOKEEPER-2069 Netty Support for ClientCnxnSocket (Hongchao via fpj)

Modified: zookeeper/branches/branch-3.5/docs/releasenotes.html
URL: http://svn.apache.org/viewvc/zookeeper/branches/branch-3.5/docs/releasenotes.html?rev=1679683&r1=1679682&r2=1679683&view=diff
==============================================================================
--- zookeeper/branches/branch-3.5/docs/releasenotes.html (original)
+++ zookeeper/branches/branch-3.5/docs/releasenotes.html Sat May 16 04:30:08 2015
@@ -209,6 +209,8 @@ document.write("Last Published: " + docu
 </li>
 <li>[<a href='https://issues.apache.org/jira/browse/ZOOKEEPER-2134'>ZOOKEEPER-2134</a>] -         AsyncHammerTest.testHammer fails intermittently
 </li>
+<li>[<a href='https://issues.apache.org/jira/browse/ZOOKEEPER-2153'>ZOOKEEPER-2153</a>] -         X509 Authentication Documentation
+</li>
 </ul>
                         
 <h2>        Bug
@@ -250,6 +252,8 @@ document.write("Last Published: " + docu
 </li>
 <li>[<a href='https://issues.apache.org/jira/browse/ZOOKEEPER-2060'>ZOOKEEPER-2060</a>] -         Trace bug in NettyServerCnxnFactory
 </li>
+<li>[<a href='https://issues.apache.org/jira/browse/ZOOKEEPER-2062'>ZOOKEEPER-2062</a>] -         RemoveWatchesTest takes forever to run
+</li>
 <li>[<a href='https://issues.apache.org/jira/browse/ZOOKEEPER-2064'>ZOOKEEPER-2064</a>] -         Prevent resource leak in various classes
 </li>
 <li>[<a href='https://issues.apache.org/jira/browse/ZOOKEEPER-2072'>ZOOKEEPER-2072</a>] -         Netty Server Should Configure Child Channel Pipeline By Specifying ChannelPipelineFactory
@@ -268,6 +272,16 @@ document.write("Last Published: " + docu
 </li>
 <li>[<a href='https://issues.apache.org/jira/browse/ZOOKEEPER-2157'>ZOOKEEPER-2157</a>] -         Upgrade option should be removed from zkServer.sh usage
 </li>
+<li>[<a href='https://issues.apache.org/jira/browse/ZOOKEEPER-2171'>ZOOKEEPER-2171</a>] -         avoid reverse lookups in QuorumCnxManager
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/ZOOKEEPER-2173'>ZOOKEEPER-2173</a>] -         ZK startup failure should be handled with proper error message
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/ZOOKEEPER-2182'>ZOOKEEPER-2182</a>] -         Several test suites are not running during pre-commit, because their names do not end with &quot;Test&quot;.
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/ZOOKEEPER-2186'>ZOOKEEPER-2186</a>] -         QuorumCnxManager#receiveConnection may crash with random input
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/ZOOKEEPER-2190'>ZOOKEEPER-2190</a>] -         In StandaloneDisabledTest, testReconfig() shouldn&#39;t take leaving servers as joining servers
+</li>
 </ul>
                     
 <h2>        Improvement
@@ -291,8 +305,14 @@ document.write("Last Published: " + docu
 </li>
 <li>[<a href='https://issues.apache.org/jira/browse/ZOOKEEPER-2110'>ZOOKEEPER-2110</a>] -         Typo fixes in the ZK documentation
 </li>
+<li>[<a href='https://issues.apache.org/jira/browse/ZOOKEEPER-2126'>ZOOKEEPER-2126</a>] -         Improve exit log messsage of EventThread and SendThread by adding SessionId
+</li>
 <li>[<a href='https://issues.apache.org/jira/browse/ZOOKEEPER-2149'>ZOOKEEPER-2149</a>] -         Logging of client address when socket connection established
 </li>
+<li>[<a href='https://issues.apache.org/jira/browse/ZOOKEEPER-2176'>ZOOKEEPER-2176</a>] -         Unclear error message should be info not error
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/ZOOKEEPER-2183'>ZOOKEEPER-2183</a>] -         Concurrent Testing Processes and Port Assignments
+</li>
 </ul>
                                                                         
 <h2>        Test