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/07/28 08:54:19 UTC

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

Author: michim
Date: Tue Jul 28 06:54:18 2015
New Revision: 1693003

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

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=1693003&r1=1693002&r2=1693003&view=diff
==============================================================================
--- zookeeper/branches/branch-3.5/CHANGES.txt (original)
+++ zookeeper/branches/branch-3.5/CHANGES.txt Tue Jul 28 06:54:18 2015
@@ -1,4 +1,4 @@
-Release 3.5.1 - 06/27/2015
+Release 3.5.1 - 07/27/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=1693003&r1=1693002&r2=1693003&view=diff
==============================================================================
--- zookeeper/branches/branch-3.5/docs/releasenotes.html (original)
+++ zookeeper/branches/branch-3.5/docs/releasenotes.html Tue Jul 28 06:54:18 2015
@@ -288,6 +288,8 @@ document.write("Last Published: " + docu
 </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>
+<li>[<a href='https://issues.apache.org/jira/browse/ZOOKEEPER-2193'>ZOOKEEPER-2193</a>] -         reconfig command completes even if parameter is wrong obviously
+</li>
 <li>[<a href='https://issues.apache.org/jira/browse/ZOOKEEPER-2197'>ZOOKEEPER-2197</a>] -         non-ascii character in FinalRequestProcessor.java
 </li>
 <li>[<a href='https://issues.apache.org/jira/browse/ZOOKEEPER-2198'>ZOOKEEPER-2198</a>] -         Set default test.junit.threads to 1.
@@ -300,11 +302,19 @@ document.write("Last Published: " + docu
 </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>
+<li>[<a href='https://issues.apache.org/jira/browse/ZOOKEEPER-2221'>ZOOKEEPER-2221</a>] -         Zookeeper JettyAdminServer server should start on configured IP.
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/ZOOKEEPER-2224'>ZOOKEEPER-2224</a>] -         Four letter command hangs when network is slow
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/ZOOKEEPER-2235'>ZOOKEEPER-2235</a>] -         License update
+</li>
 </ul>
                         
 <h2>        Improvement
 </h2>
 <ul>
+<li>[<a href='https://issues.apache.org/jira/browse/ZOOKEEPER-1423'>ZOOKEEPER-1423</a>] -         4lw and jmx should expose the size of the datadir/datalogdir
+</li>
 <li>[<a href='https://issues.apache.org/jira/browse/ZOOKEEPER-1506'>ZOOKEEPER-1506</a>] -         Re-try DNS hostname -&gt; IP resolution if node connection fails
 </li>
 <li>[<a href='https://issues.apache.org/jira/browse/ZOOKEEPER-1907'>ZOOKEEPER-1907</a>] -         Improve Thread handling
@@ -327,6 +337,8 @@ document.write("Last Published: " + docu
 </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-2140'>ZOOKEEPER-2140</a>] -         NettyServerCnxn and NIOServerCnxn code should be improved
+</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
@@ -347,6 +359,8 @@ document.write("Last Published: " + docu
 </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>
+<li>[<a href='https://issues.apache.org/jira/browse/ZOOKEEPER-2223'>ZOOKEEPER-2223</a>] -         support method-level JUnit testcase
+</li>
 </ul>
             
 <h2>        New Feature