Author: michim Date: Sat Apr 11 22:06:44 2015 New Revision: 1672937 URL: http://svn.apache.org/r1672937 Log: Preparing for release 3.5.1-alpha
Modified: zookeeper/branches/branch-3.5/CHANGES.txt zookeeper/branches/branch-3.5/build.xml 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=1672937&r1=1672936&r2=1672937&view=diff ============================================================================== --- zookeeper/branches/branch-3.5/CHANGES.txt (original) +++ zookeeper/branches/branch-3.5/CHANGES.txt Sat Apr 11 22:06:44 2015 @@ -1,4 +1,4 @@ -Unreleased +Release 3.5.1 - 4/11/2015 NEW FEATURES: ZOOKEEPER-2069 Netty Support for ClientCnxnSocket (Hongchao via fpj) Modified: zookeeper/branches/branch-3.5/build.xml URL: http://svn.apache.org/viewvc/zookeeper/branches/branch-3.5/build.xml?rev=1672937&r1=1672936&r2=1672937&view=diff ============================================================================== --- zookeeper/branches/branch-3.5/build.xml (original) +++ zookeeper/branches/branch-3.5/build.xml Sat Apr 11 22:06:44 2015 @@ -32,7 +32,7 @@ xmlns:maven="antlib:org.apache.maven.art <property name="version-major" value="3" /> <property name="version-minor" value="5" /> <property name="version-patch" value="1" /> - <property name="version" value="${version-major}.${version-minor}.${version-patch}-alpha-SNAPSHOT" /> + <property name="version" value="${version-major}.${version-minor}.${version-patch}-alpha" /> <property name="final.name" value="${name}-${version}"/> <property name="revision.dir" value="${basedir}/.revision" /> Modified: zookeeper/branches/branch-3.5/docs/releasenotes.html URL: http://svn.apache.org/viewvc/zookeeper/branches/branch-3.5/docs/releasenotes.html?rev=1672937&r1=1672936&r2=1672937&view=diff ============================================================================== --- zookeeper/branches/branch-3.5/docs/releasenotes.html (original) +++ zookeeper/branches/branch-3.5/docs/releasenotes.html Sat Apr 11 22:06:44 2015 @@ -188,6 +188,121 @@ document.write("Last Published: " + docu PDF</a> </div> + Release Notes - ZooKeeper - Version 3.5.1 + +<h2> Sub-task +</h2> +<ul> +<li>[<a href='https://issues.apache.org/jira/browse/ZOOKEEPER-1626'>ZOOKEEPER-1626</a>] - Zookeeper C client should be tolerant of clock adjustments +</li> +<li>[<a href='https://issues.apache.org/jira/browse/ZOOKEEPER-1660'>ZOOKEEPER-1660</a>] - Add documentation for dynamic reconfiguration +</li> +<li>[<a href='https://issues.apache.org/jira/browse/ZOOKEEPER-2047'>ZOOKEEPER-2047</a>] - testTruncationNullLog fails on windows +</li> +<li>[<a href='https://issues.apache.org/jira/browse/ZOOKEEPER-2069'>ZOOKEEPER-2069</a>] - Netty Support for ClientCnxnSocket +</li> +<li>[<a href='https://issues.apache.org/jira/browse/ZOOKEEPER-2119'>ZOOKEEPER-2119</a>] - Netty client docs +</li> +<li>[<a href='https://issues.apache.org/jira/browse/ZOOKEEPER-2123'>ZOOKEEPER-2123</a>] - Provide implementation of X509 AuthenticationProvider +</li> +<li>[<a href='https://issues.apache.org/jira/browse/ZOOKEEPER-2125'>ZOOKEEPER-2125</a>] - SSL on Netty client-server communication +</li> +<li>[<a href='https://issues.apache.org/jira/browse/ZOOKEEPER-2134'>ZOOKEEPER-2134</a>] - AsyncHammerTest.testHammer fails intermittently +</li> +</ul> + +<h2> Bug +</h2> +<ul> +<li>[<a href='https://issues.apache.org/jira/browse/ZOOKEEPER-1366'>ZOOKEEPER-1366</a>] - Zookeeper should be tolerant of clock adjustments +</li> +<li>[<a href='https://issues.apache.org/jira/browse/ZOOKEEPER-1784'>ZOOKEEPER-1784</a>] - Logic to process INFORMANDACTIVATE packets in syncWithLeader seems bogus +</li> +<li>[<a href='https://issues.apache.org/jira/browse/ZOOKEEPER-1893'>ZOOKEEPER-1893</a>] - automake: use serial-tests option +</li> +<li>[<a href='https://issues.apache.org/jira/browse/ZOOKEEPER-1917'>ZOOKEEPER-1917</a>] - Apache Zookeeper logs cleartext admin passwords +</li> +<li>[<a href='https://issues.apache.org/jira/browse/ZOOKEEPER-1949'>ZOOKEEPER-1949</a>] - recipes jar not included in the distribution package +</li> +<li>[<a href='https://issues.apache.org/jira/browse/ZOOKEEPER-1952'>ZOOKEEPER-1952</a>] - Default log directory and file name can be changed +</li> +<li>[<a href='https://issues.apache.org/jira/browse/ZOOKEEPER-1987'>ZOOKEEPER-1987</a>] - unable to restart 3 node cluster +</li> +<li>[<a href='https://issues.apache.org/jira/browse/ZOOKEEPER-2006'>ZOOKEEPER-2006</a>] - Standalone mode won't take client port from dynamic config +</li> +<li>[<a href='https://issues.apache.org/jira/browse/ZOOKEEPER-2008'>ZOOKEEPER-2008</a>] - System test fails due to missing leader election port +</li> +<li>[<a href='https://issues.apache.org/jira/browse/ZOOKEEPER-2013'>ZOOKEEPER-2013</a>] - typos in zookeeperProgrammers +</li> +<li>[<a href='https://issues.apache.org/jira/browse/ZOOKEEPER-2026'>ZOOKEEPER-2026</a>] - Startup order in ServerCnxnFactory-ies is wrong +</li> +<li>[<a href='https://issues.apache.org/jira/browse/ZOOKEEPER-2029'>ZOOKEEPER-2029</a>] - Leader.LearnerCnxAcceptor should handle exceptions in run() +</li> +<li>[<a href='https://issues.apache.org/jira/browse/ZOOKEEPER-2030'>ZOOKEEPER-2030</a>] - dynamicConfigFile should have an absolute path, not a relative path, to the dynamic configuration file +</li> +<li>[<a href='https://issues.apache.org/jira/browse/ZOOKEEPER-2039'>ZOOKEEPER-2039</a>] - Jute compareBytes incorrect comparison index +</li> +<li>[<a href='https://issues.apache.org/jira/browse/ZOOKEEPER-2049'>ZOOKEEPER-2049</a>] - Yosemite build failure: htonll conflict +</li> +<li>[<a href='https://issues.apache.org/jira/browse/ZOOKEEPER-2052'>ZOOKEEPER-2052</a>] - Unable to delete a node when the node has no children +</li> +<li>[<a href='https://issues.apache.org/jira/browse/ZOOKEEPER-2056'>ZOOKEEPER-2056</a>] - Zookeeper 3.4.x and 3.5.0-alpha is not OSGi compliant +</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-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 +</li> +<li>[<a href='https://issues.apache.org/jira/browse/ZOOKEEPER-2073'>ZOOKEEPER-2073</a>] - Memory leak on zookeeper_close +</li> +<li>[<a href='https://issues.apache.org/jira/browse/ZOOKEEPER-2109'>ZOOKEEPER-2109</a>] - Typo in src/c/src/load_gen.c +</li> +<li>[<a href='https://issues.apache.org/jira/browse/ZOOKEEPER-2111'>ZOOKEEPER-2111</a>] - Not isAlive states should be synchronized in ClientCnxn +</li> +<li>[<a href='https://issues.apache.org/jira/browse/ZOOKEEPER-2114'>ZOOKEEPER-2114</a>] - jute generated allocate_* functions are not externally visible +</li> +<li>[<a href='https://issues.apache.org/jira/browse/ZOOKEEPER-2124'>ZOOKEEPER-2124</a>] - Allow Zookeeper version string to have underscore '_' +</li> +<li>[<a href='https://issues.apache.org/jira/browse/ZOOKEEPER-2146'>ZOOKEEPER-2146</a>] - BinaryInputArchive readString should check length before allocating memory +</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> +</ul> + +<h2> Improvement +</h2> +<ul> +<li>[<a href='https://issues.apache.org/jira/browse/ZOOKEEPER-1506'>ZOOKEEPER-1506</a>] - Re-try DNS hostname -> IP resolution if node connection fails +</li> +<li>[<a href='https://issues.apache.org/jira/browse/ZOOKEEPER-1907'>ZOOKEEPER-1907</a>] - Improve Thread handling +</li> +<li>[<a href='https://issues.apache.org/jira/browse/ZOOKEEPER-1948'>ZOOKEEPER-1948</a>] - Enable JMX remote monitoring +</li> +<li>[<a href='https://issues.apache.org/jira/browse/ZOOKEEPER-1963'>ZOOKEEPER-1963</a>] - Make JDK 7 the minimum requirement for Zookeeper +</li> +<li>[<a href='https://issues.apache.org/jira/browse/ZOOKEEPER-1994'>ZOOKEEPER-1994</a>] - Backup config files. +</li> +<li>[<a href='https://issues.apache.org/jira/browse/ZOOKEEPER-2066'>ZOOKEEPER-2066</a>] - Updates to README.txt +</li> +<li>[<a href='https://issues.apache.org/jira/browse/ZOOKEEPER-2079'>ZOOKEEPER-2079</a>] - Stop daemon with "kill" rather than "kill -9" +</li> +<li>[<a href='https://issues.apache.org/jira/browse/ZOOKEEPER-2107'>ZOOKEEPER-2107</a>] - zookeeper client should support custom HostProviders +</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-2149'>ZOOKEEPER-2149</a>] - Logging of client address when socket connection established +</li> +</ul> + +<h2> Test +</h2> +<ul> +<li>[<a href='https://issues.apache.org/jira/browse/ZOOKEEPER-2017'>ZOOKEEPER-2017</a>] - New tests for reconfig failure cases +</li> +<li>[<a href='https://issues.apache.org/jira/browse/ZOOKEEPER-2032'>ZOOKEEPER-2032</a>] - ReconfigBackupTest didn't clean up resources. +</li> +</ul> Release Notes - ZooKeeper - Version 3.5.0