Author: cnauroth
Date: Thu Jun 23 22:23:46 2016
New Revision: 1750030
URL: http://svn.apache.org/viewvc?rev=1750030&view=rev
Log:
Preparing for release 3.5.2-alpha.
Modified:
zookeeper/branches/branch-3.5/CHANGES.txt
zookeeper/branches/branch-3.5/NOTICE.txt
zookeeper/branches/branch-3.5/build.xml
zookeeper/branches/branch-3.5/docs/releasenotes.html
zookeeper/branches/branch-3.5/src/NOTICE.txt
zookeeper/branches/branch-3.5/src/c/configure.ac
zookeeper/branches/branch-3.5/src/c/include/winconfig.h
zookeeper/branches/branch-3.5/src/c/include/zookeeper_version.h
Modified: zookeeper/branches/branch-3.5/CHANGES.txt
URL: http://svn.apache.org/viewvc/zookeeper/branches/branch-3.5/CHANGES.txt?rev=1750030&r1=1750029&r2=1750030&view=diff
==============================================================================
--- zookeeper/branches/branch-3.5/CHANGES.txt (original)
+++ zookeeper/branches/branch-3.5/CHANGES.txt Thu Jun 23 22:23:46 2016
@@ -1,4 +1,4 @@
-Backward compatible changes:
+Release 3.5.2 - 06/23/2016
BUGFIXES:
Modified: zookeeper/branches/branch-3.5/NOTICE.txt
URL: http://svn.apache.org/viewvc/zookeeper/branches/branch-3.5/NOTICE.txt?rev=1750030&r1=1750029&r2=1750030&view=diff
==============================================================================
--- zookeeper/branches/branch-3.5/NOTICE.txt (original)
+++ zookeeper/branches/branch-3.5/NOTICE.txt Thu Jun 23 22:23:46 2016
@@ -1,5 +1,5 @@
Apache ZooKeeper
-Copyright 2009-2015 The Apache Software Foundation
+Copyright 2009-2016 The Apache Software Foundation
This product includes software developed at
The Apache Software Foundation (http://www.apache.org/).
Modified: zookeeper/branches/branch-3.5/build.xml
URL: http://svn.apache.org/viewvc/zookeeper/branches/branch-3.5/build.xml?rev=1750030&r1=1750029&r2=1750030&view=diff
==============================================================================
--- zookeeper/branches/branch-3.5/build.xml (original)
+++ zookeeper/branches/branch-3.5/build.xml Thu Jun 23 22:23:46 2016
@@ -33,7 +33,7 @@ xmlns:cs="antlib:com.puppycrawl.tools.ch
<property name="version-major" value="3" />
<property name="version-minor" value="5" />
<property name="version-patch" value="2" />
- <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=1750030&r1=1750029&r2=1750030&view=diff
==============================================================================
--- zookeeper/branches/branch-3.5/docs/releasenotes.html (original)
+++ zookeeper/branches/branch-3.5/docs/releasenotes.html Thu Jun 23 22:23:46 2016
@@ -188,6 +188,186 @@ document.write("Last Published: " + docu
PDF</a>
</div>
+ Release Notes - ZooKeeper - Version 3.5.2
+
+<h2> Sub-task
+</h2>
+<ul>
+<li>[<a href='https://issues.apache.org/jira/browse/ZOOKEEPER-1872'>ZOOKEEPER-1872</a>]
- QuorumPeer is not shutdown in few cases
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/ZOOKEEPER-2094'>ZOOKEEPER-2094</a>]
- SSL feature on Netty
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/ZOOKEEPER-2137'>ZOOKEEPER-2137</a>]
- Make testPortChange() less flaky
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/ZOOKEEPER-2396'>ZOOKEEPER-2396</a>]
- Login object in ZooKeeperSaslClient is static
+</li>
+</ul>
+
+<h2> Bug
+</h2>
+<ul>
+<li>[<a href='https://issues.apache.org/jira/browse/ZOOKEEPER-412'>ZOOKEEPER-412</a>]
- checkstyle target fails trunk build
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/ZOOKEEPER-706'>ZOOKEEPER-706</a>]
- large numbers of watches can cause session re-establishment to fail
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/ZOOKEEPER-1029'>ZOOKEEPER-1029</a>]
- C client bug in zookeeper_init (if bad hostname is given)
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/ZOOKEEPER-1077'>ZOOKEEPER-1077</a>]
- C client lib doesn't build on Solaris
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/ZOOKEEPER-1371'>ZOOKEEPER-1371</a>]
- Remove dependency on log4j in the source code.
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/ZOOKEEPER-1460'>ZOOKEEPER-1460</a>]
- IPv6 literal address not supported for quorum members
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/ZOOKEEPER-1676'>ZOOKEEPER-1676</a>]
- C client zookeeper_interest returning ZOK on Connection Loss
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/ZOOKEEPER-1803'>ZOOKEEPER-1803</a>]
- Add description for pzxid in programmer's guide.
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/ZOOKEEPER-1853'>ZOOKEEPER-1853</a>]
- zkCli.sh can't issue a CREATE command containing spaces in the data
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/ZOOKEEPER-1927'>ZOOKEEPER-1927</a>]
- zkServer.sh fails to read dataDir (and others) from zoo.cfg on Solaris 10 (grep
issue, manifests as FAILED TO WRITE PID).
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/ZOOKEEPER-1929'>ZOOKEEPER-1929</a>]
- std::length_error on update children
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/ZOOKEEPER-1991'>ZOOKEEPER-1991</a>]
- zkServer.sh returns with a zero exit status when a ZooKeeper process is already
running
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/ZOOKEEPER-2133'>ZOOKEEPER-2133</a>]
- zkperl: Segmentation fault if getting a node with null value
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/ZOOKEEPER-2141'>ZOOKEEPER-2141</a>]
- ACL cache in DataTree never removes entries
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/ZOOKEEPER-2142'>ZOOKEEPER-2142</a>]
- JMX ObjectName is incorrect for observers
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/ZOOKEEPER-2156'>ZOOKEEPER-2156</a>]
- If JAVA_HOME is not set zk startup and fetching status command execution result
misleads user.
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/ZOOKEEPER-2174'>ZOOKEEPER-2174</a>]
- JUnit4ZKTestRunner logs test failure for all exceptions even if the test method
is annotated with an expected exception.
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/ZOOKEEPER-2195'>ZOOKEEPER-2195</a>]
- fsync.warningthresholdms in zoo.cfg not working
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/ZOOKEEPER-2201'>ZOOKEEPER-2201</a>]
- Network issues can cause cluster to hang due to near-deadlock
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/ZOOKEEPER-2211'>ZOOKEEPER-2211</a>]
- PurgeTxnLog does not correctly purge when snapshots and logs are at different locations
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/ZOOKEEPER-2227'>ZOOKEEPER-2227</a>]
- stmk four-letter word fails execution at server while reading trace mask argument.
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/ZOOKEEPER-2229'>ZOOKEEPER-2229</a>]
- Several four-letter words are undocumented.
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/ZOOKEEPER-2235'>ZOOKEEPER-2235</a>]
- License update
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/ZOOKEEPER-2239'>ZOOKEEPER-2239</a>]
- JMX State from LocalPeerBean incorrect
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/ZOOKEEPER-2243'>ZOOKEEPER-2243</a>]
- Supported platforms is completely out of date
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/ZOOKEEPER-2244'>ZOOKEEPER-2244</a>]
- On Windows zookeeper fails to restart
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/ZOOKEEPER-2245'>ZOOKEEPER-2245</a>]
- SimpleSysTest test cases fails
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/ZOOKEEPER-2252'>ZOOKEEPER-2252</a>]
- Random test case failure in org.apache.zookeeper.test.StaticHostProviderTest
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/ZOOKEEPER-2256'>ZOOKEEPER-2256</a>]
- Zookeeper is not using specified JMX port in zkEnv.sh
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/ZOOKEEPER-2264'>ZOOKEEPER-2264</a>]
- Wrong error message when secureClientPortAddress is configured but secureClientPort
is not configured
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/ZOOKEEPER-2268'>ZOOKEEPER-2268</a>]
- Zookeeper doc creation fails on windows
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/ZOOKEEPER-2269'>ZOOKEEPER-2269</a>]
- NullPointerException in RemotePeerBean
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/ZOOKEEPER-2279'>ZOOKEEPER-2279</a>]
- QuorumPeer loadDataBase() error message is incorrect
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/ZOOKEEPER-2281'>ZOOKEEPER-2281</a>]
- ZK Server startup fails if there are spaces in the JAVA_HOME path
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/ZOOKEEPER-2283'>ZOOKEEPER-2283</a>]
- traceFile property is not used in the ZooKeeper, it should be removed from documentation
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/ZOOKEEPER-2294'>ZOOKEEPER-2294</a>]
- Ant target generate-clover-reports is broken
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/ZOOKEEPER-2295'>ZOOKEEPER-2295</a>]
- TGT refresh time logic is wrong
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/ZOOKEEPER-2297'>ZOOKEEPER-2297</a>]
- NPE is thrown while creating "key manager" and "trust
manager"
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/ZOOKEEPER-2299'>ZOOKEEPER-2299</a>]
- NullPointerException in LocalPeerBean for ClientAddress
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/ZOOKEEPER-2301'>ZOOKEEPER-2301</a>]
- QuorumPeer does not listen on passed client IP in the constructor
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/ZOOKEEPER-2302'>ZOOKEEPER-2302</a>]
- Some test cases are not running because wrongly named
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/ZOOKEEPER-2304'>ZOOKEEPER-2304</a>]
- JMX ClientPort from ZooKeeperServerBean incorrect
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/ZOOKEEPER-2311'>ZOOKEEPER-2311</a>]
- assert in setup_random
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/ZOOKEEPER-2329'>ZOOKEEPER-2329</a>]
- Clear javac and javadoc warning from zookeeper
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/ZOOKEEPER-2330'>ZOOKEEPER-2330</a>]
- ZooKeeper close API does not close Login thread.
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/ZOOKEEPER-2337'>ZOOKEEPER-2337</a>]
- Fake "invalid" hostnames used in tests are sometimes valid
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/ZOOKEEPER-2340'>ZOOKEEPER-2340</a>]
- JMX is disabled even if JMXDISABLE is false
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/ZOOKEEPER-2360'>ZOOKEEPER-2360</a>]
- Update commons collections version used by tests/releaseaudit
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/ZOOKEEPER-2364'>ZOOKEEPER-2364</a>]
- "ant docs" fails on branch-3.5 due to missing releasenotes.xml.
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/ZOOKEEPER-2366'>ZOOKEEPER-2366</a>]
- Reconfiguration of client port causes a socket leak
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/ZOOKEEPER-2375'>ZOOKEEPER-2375</a>]
- Prevent multiple initialization of login object in each ZooKeeperSaslClient instance
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/ZOOKEEPER-2379'>ZOOKEEPER-2379</a>]
- recent commit broke findbugs qabot check
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/ZOOKEEPER-2380'>ZOOKEEPER-2380</a>]
- Deadlock between leader shutdown and forwarding ACK to the leader
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/ZOOKEEPER-2385'>ZOOKEEPER-2385</a>]
- Zookeeper trunk build is failing on windows
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/ZOOKEEPER-2388'>ZOOKEEPER-2388</a>]
- Unit tests failing on Solaris
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/ZOOKEEPER-2393'>ZOOKEEPER-2393</a>]
- Revert run-time dependency on log4j and slf4j-log4j12
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/ZOOKEEPER-2405'>ZOOKEEPER-2405</a>]
- getTGT() in Login.java mishandles confidential information
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/ZOOKEEPER-2413'>ZOOKEEPER-2413</a>]
- ContainerManager doesn't close the Timer it creates when stop() is called
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/ZOOKEEPER-2450'>ZOOKEEPER-2450</a>]
- Upgrade Netty version due to security vulnerability (CVE-2014-3488)
+</li>
+</ul>
+
+<h2> Improvement
+</h2>
+<ul>
+<li>[<a href='https://issues.apache.org/jira/browse/ZOOKEEPER-2040'>ZOOKEEPER-2040</a>]
- Server to log underlying cause of SASL connection problems
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/ZOOKEEPER-2087'>ZOOKEEPER-2087</a>]
- Few UX improvements in ZooInspector
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/ZOOKEEPER-2139'>ZOOKEEPER-2139</a>]
- Support multiple ZooKeeper client, with different configurations, in a single JVM
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/ZOOKEEPER-2191'>ZOOKEEPER-2191</a>]
- Continue supporting prior Ant versions that don't implement the threads
attribute for the JUnit task.
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/ZOOKEEPER-2240'>ZOOKEEPER-2240</a>]
- Make the three-node minimum more explicit in documentation and on website
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/ZOOKEEPER-2300'>ZOOKEEPER-2300</a>]
- Expose SecureClientPort and SecureClientAddress JMX properties
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/ZOOKEEPER-2306'>ZOOKEEPER-2306</a>]
- Remove file delete duplicate code from test code
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/ZOOKEEPER-2315'>ZOOKEEPER-2315</a>]
- Change client connect zk service timeout log level from Info to Warn level
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/ZOOKEEPER-2326'>ZOOKEEPER-2326</a>]
- Include connected server address:port in log
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/ZOOKEEPER-2373'>ZOOKEEPER-2373</a>]
- Licenses section missing from pom file
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/ZOOKEEPER-2378'>ZOOKEEPER-2378</a>]
- upgrade ivy to recent version
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/ZOOKEEPER-2392'>ZOOKEEPER-2392</a>]
- Update netty to 3.7.1.Final
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/ZOOKEEPER-2402'>ZOOKEEPER-2402</a>]
- Document client side properties
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/ZOOKEEPER-2410'>ZOOKEEPER-2410</a>]
- add time unit to 'ELECTION TOOK' log.info message
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/ZOOKEEPER-2433'>ZOOKEEPER-2433</a>]
- ZooKeeperSaslServer: allow user principals in subject
+</li>
+</ul>
+
+<h2> Task
+</h2>
+<ul>
+<li>[<a href='https://issues.apache.org/jira/browse/ZOOKEEPER-1604'>ZOOKEEPER-1604</a>]
- remove rpm/deb/... packaging
+</li>
+</ul>
+
Release Notes - ZooKeeper - Version 3.5.1
<h2> Sub-task
Modified: zookeeper/branches/branch-3.5/src/NOTICE.txt
URL: http://svn.apache.org/viewvc/zookeeper/branches/branch-3.5/src/NOTICE.txt?rev=1750030&r1=1750029&r2=1750030&view=diff
==============================================================================
--- zookeeper/branches/branch-3.5/src/NOTICE.txt (original)
+++ zookeeper/branches/branch-3.5/src/NOTICE.txt Thu Jun 23 22:23:46 2016
@@ -1,5 +1,5 @@
Apache ZooKeeper
-Copyright 2009-2015 The Apache Software Foundation
+Copyright 2009-2016 The Apache Software Foundation
This product includes software developed at
The Apache Software Foundation (http://www.apache.org/).
Modified: zookeeper/branches/branch-3.5/src/c/configure.ac
URL: http://svn.apache.org/viewvc/zookeeper/branches/branch-3.5/src/c/configure.ac?rev=1750030&r1=1750029&r2=1750030&view=diff
==============================================================================
--- zookeeper/branches/branch-3.5/src/c/configure.ac (original)
+++ zookeeper/branches/branch-3.5/src/c/configure.ac Thu Jun 23 22:23:46 2016
@@ -3,7 +3,7 @@
AC_PREREQ(2.59)
-AC_INIT([zookeeper C client],3.5.1,[user@zookeeper.apache.org],[zookeeper])
+AC_INIT([zookeeper C client],3.5.2,[user@zookeeper.apache.org],[zookeeper])
AC_CONFIG_SRCDIR([src/zookeeper.c])
# Save initial CFLAGS and CXXFLAGS values before AC_PROG_CC and AC_PROG_CXX
Modified: zookeeper/branches/branch-3.5/src/c/include/winconfig.h
URL: http://svn.apache.org/viewvc/zookeeper/branches/branch-3.5/src/c/include/winconfig.h?rev=1750030&r1=1750029&r2=1750030&view=diff
==============================================================================
--- zookeeper/branches/branch-3.5/src/c/include/winconfig.h (original)
+++ zookeeper/branches/branch-3.5/src/c/include/winconfig.h Thu Jun 23 22:23:46 2016
@@ -117,7 +117,7 @@
#define PACKAGE_NAME "zookeeper C client"
/* Define to the full name and version of this package. */
-#define PACKAGE_STRING "zookeeper C client 3.5.1 win32"
+#define PACKAGE_STRING "zookeeper C client 3.5.2 win32"
/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME "c-client-src"
@@ -126,7 +126,7 @@
#define PACKAGE_URL ""
/* Define to the version of this package. */
-#define PACKAGE_VERSION "3.5.1"
+#define PACKAGE_VERSION "3.5.2"
/* poll() second argument type */
#define POLL_NFDS_TYPE
@@ -138,7 +138,7 @@
#define TIME_WITH_SYS_TIME
/* Version number of package */
-#define VERSION "3.5.1"
+#define VERSION "3.5.2"
/* Define to empty if `const' does not conform to ANSI C. */
/* #undef const */
Modified: zookeeper/branches/branch-3.5/src/c/include/zookeeper_version.h
URL: http://svn.apache.org/viewvc/zookeeper/branches/branch-3.5/src/c/include/zookeeper_version.h?rev=1750030&r1=1750029&r2=1750030&view=diff
==============================================================================
--- zookeeper/branches/branch-3.5/src/c/include/zookeeper_version.h (original)
+++ zookeeper/branches/branch-3.5/src/c/include/zookeeper_version.h Thu Jun 23 22:23:46 2016
@@ -24,7 +24,7 @@ extern "C" {
#define ZOO_MAJOR_VERSION 3
#define ZOO_MINOR_VERSION 5
-#define ZOO_PATCH_VERSION 1
+#define ZOO_PATCH_VERSION 2
#ifdef __cplusplus
}
|