You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@zookeeper.apache.org by rg...@apache.org on 2015/11/09 04:41:30 UTC

svn commit: r1713336 - in /zookeeper/branches/branch-3.4: CHANGES.txt NOTICE.txt build.xml docs/releasenotes.html src/c/configure.ac src/c/include/winconfig.h src/c/include/zookeeper_version.h

Author: rgs
Date: Mon Nov  9 03:41:30 2015
New Revision: 1713336

URL: http://svn.apache.org/viewvc?rev=1713336&view=rev
Log:
Preparing for release 3.4.7

Modified:
    zookeeper/branches/branch-3.4/CHANGES.txt
    zookeeper/branches/branch-3.4/NOTICE.txt
    zookeeper/branches/branch-3.4/build.xml
    zookeeper/branches/branch-3.4/docs/releasenotes.html
    zookeeper/branches/branch-3.4/src/c/configure.ac
    zookeeper/branches/branch-3.4/src/c/include/winconfig.h
    zookeeper/branches/branch-3.4/src/c/include/zookeeper_version.h

Modified: zookeeper/branches/branch-3.4/CHANGES.txt
URL: http://svn.apache.org/viewvc/zookeeper/branches/branch-3.4/CHANGES.txt?rev=1713336&r1=1713335&r2=1713336&view=diff
==============================================================================
--- zookeeper/branches/branch-3.4/CHANGES.txt (original)
+++ zookeeper/branches/branch-3.4/CHANGES.txt Mon Nov  9 03:41:30 2015
@@ -1,3 +1,5 @@
+Release 3.4.7 - 2015-11-08
+
 Backward compatible changes:
 
 BUGFIXES:

Modified: zookeeper/branches/branch-3.4/NOTICE.txt
URL: http://svn.apache.org/viewvc/zookeeper/branches/branch-3.4/NOTICE.txt?rev=1713336&r1=1713335&r2=1713336&view=diff
==============================================================================
--- zookeeper/branches/branch-3.4/NOTICE.txt (original)
+++ zookeeper/branches/branch-3.4/NOTICE.txt Mon Nov  9 03:41:30 2015
@@ -1,5 +1,5 @@
 Apache ZooKeeper
-Copyright 2009-2014 The Apache Software Foundation
+Copyright 2009-2015 The Apache Software Foundation
 
 This product includes software developed at
 The Apache Software Foundation (http://www.apache.org/).

Modified: zookeeper/branches/branch-3.4/build.xml
URL: http://svn.apache.org/viewvc/zookeeper/branches/branch-3.4/build.xml?rev=1713336&r1=1713335&r2=1713336&view=diff
==============================================================================
--- zookeeper/branches/branch-3.4/build.xml (original)
+++ zookeeper/branches/branch-3.4/build.xml Mon Nov  9 03:41:30 2015
@@ -30,7 +30,7 @@ xmlns:maven="antlib:org.apache.maven.art
 
     <property environment="env"/>
     
-    <property name="version" value="3.4.7-SNAPSHOT" />
+    <property name="version" value="3.4.7" />
     <property name="final.name" value="${name}-${version}"/>
     <property name="revision.dir" value="${basedir}/.revision" />
     <property name="revision.properties" value="revision.properties" />

Modified: zookeeper/branches/branch-3.4/docs/releasenotes.html
URL: http://svn.apache.org/viewvc/zookeeper/branches/branch-3.4/docs/releasenotes.html?rev=1713336&r1=1713335&r2=1713336&view=diff
==============================================================================
--- zookeeper/branches/branch-3.4/docs/releasenotes.html (original)
+++ zookeeper/branches/branch-3.4/docs/releasenotes.html Mon Nov  9 03:41:30 2015
@@ -5,7 +5,7 @@
 <meta content="Apache Forrest" name="Generator">
 <meta name="Forrest-version" content="0.9">
 <meta name="Forrest-skin-name" content="pelt">
-<title>ZooKeeper 3.4.5 Release Notes</title>
+<title>ZooKeeper 3.4.7 Release Notes</title>
 <link type="text/css" href="skin/basic.css" rel="stylesheet">
 <link media="screen" type="text/css" href="skin/screen.css" rel="stylesheet">
 <link media="print" type="text/css" href="skin/print.css" rel="stylesheet">
@@ -202,11 +202,14 @@ document.write("Last Published: " + docu
 <a class="dida" href="releasenotes.pdf"><img alt="PDF -icon" src="skin/images/pdfdoc.gif" class="skin"><br>
         PDF</a>
 </div>
-<h1>ZooKeeper 3.4.6 Release Notes</h1>
+<h1>ZooKeeper 3.4.7 Release Notes</h1>
 <div id="front-matter">
 <div id="minitoc-area">
 <ul class="minitoc">
 <li>
+<a href="#changes_3.4.6">Changes Since ZooKeeper 3.4.6</a>
+</li>
+<li>
 <a href="#changes_3.4.5">Changes Since ZooKeeper 3.4.5</a>
 </li>
 <li>
@@ -250,7 +253,366 @@ These release notes include new develope
 
 </ul>
 
-   
+<a name="changes_3.4.6"></a>
+<h2 class="h3">Changes Since 3.4.6</h2>
+
+<div class="section">
+<table class="ForrestTable" cellspacing="1" cellpadding="4">
+<caption>Changes Since ZooKeeper 3.4.6</caption>
+
+<title>Changes Since ZooKeeper 3.4.6</title>
+
+<h4>Sub-task</h4>
+
+<tr>
+  <th>Issue</th>
+  <th>Notes</th>
+</tr>
+
+<tr>
+  <td><a href='https://issues.apache.org/jira/browse/ZOOKEEPER-1866'>ZOOKEEPER-1866</a></td>
+  <td>ClientBase#createClient is failing frequently</td>
+</tr>
+<tr>
+  <td><a href='https://issues.apache.org/jira/browse/ZOOKEEPER-1868'>ZOOKEEPER-1868</a></td>
+  <td>Server not coming back up in QuorumZxidSyncTest</td>
+</tr>
+<tr>
+  <td><a href='https://issues.apache.org/jira/browse/ZOOKEEPER-1872'>ZOOKEEPER-1872</a></td>
+  <td>QuorumPeer is not shutdown in few cases</td>
+</tr>
+<tr>
+  <td><a href='https://issues.apache.org/jira/browse/ZOOKEEPER-1904'>ZOOKEEPER-1904</a></td>
+  <td>WatcherTest#testWatchAutoResetWithPending is failing</td>
+</tr>
+<tr>
+  <td><a href='https://issues.apache.org/jira/browse/ZOOKEEPER-1905'>ZOOKEEPER-1905</a></td>
+  <td>ZKClients are hitting KeeperException$ConnectionLossException due to wrong usage pattern</td>
+</tr>
+<tr>
+  <td><a href='https://issues.apache.org/jira/browse/ZOOKEEPER-2047'>ZOOKEEPER-2047</a></td>
+  <td>testTruncationNullLog fails on windows</td>
+</tr>
+<tr>
+  <td><a href='https://issues.apache.org/jira/browse/ZOOKEEPER-2237'>ZOOKEEPER-2237</a></td>
+  <td>Port async multi to 3.4 branch</td>
+</tr>
+</table>
+</div>
+
+<div class="section">
+<table class="ForrestTable" cellspacing="1" cellpadding="4">
+<caption>Changes Since ZooKeeper 3.4.6</caption>
+
+<title>Changes Since ZooKeeper 3.4.6</title>
+
+<h4>Bug</h4>
+
+<tr>
+  <th>Issue</th>
+  <th>Notes</th>
+</tr>
+
+<tr>
+  <td><a href='https://issues.apache.org/jira/browse/ZOOKEEPER-602'>ZOOKEEPER-602</a></td>
+  <td>log all exceptions not caught by ZK threads</td>
+</tr>
+<tr>
+  <td><a href='https://issues.apache.org/jira/browse/ZOOKEEPER-706'>ZOOKEEPER-706</a></td>
+  <td>large numbers of watches can cause session re-establishment to fail</td>
+</tr>
+<tr>
+  <td><a href='https://issues.apache.org/jira/browse/ZOOKEEPER-1002'>ZOOKEEPER-1002</a></td>
+  <td>The Barrier sample code should create a EPHEMERAL znode instead of EPHEMERAL_SEQUENTIAL znode</td>
+</tr>
+<tr>
+  <td><a href='https://issues.apache.org/jira/browse/ZOOKEEPER-1029'>ZOOKEEPER-1029</a></td>
+  <td>C client bug in zookeeper_init (if bad hostname is given)</td>
+</tr>
+<tr>
+  <td><a href='https://issues.apache.org/jira/browse/ZOOKEEPER-1062'>ZOOKEEPER-1062</a></td>
+  <td>Net-ZooKeeper: Net::ZooKeeper consumes 100% cpu on wait</td>
+</tr>
+<tr>
+  <td><a href='https://issues.apache.org/jira/browse/ZOOKEEPER-1077'>ZOOKEEPER-1077</a></td>
+  <td>C client lib doesn&#39;t build on Solaris</td>
+</tr>
+<tr>
+  <td><a href='https://issues.apache.org/jira/browse/ZOOKEEPER-1222'>ZOOKEEPER-1222</a></td>
+  <td>getACL should only call DataTree.copyStat when passed in stat is not null</td>
+</tr>
+<tr>
+  <td><a href='https://issues.apache.org/jira/browse/ZOOKEEPER-1575'>ZOOKEEPER-1575</a></td>
+  <td>adding .gitattributes to prevent CRLF and LF mismatches for source and text files</td>
+</tr>
+<tr>
+  <td><a href='https://issues.apache.org/jira/browse/ZOOKEEPER-1797'>ZOOKEEPER-1797</a></td>
+  <td>PurgeTxnLog may delete data logs during roll</td>
+</tr>
+<tr>
+  <td><a href='https://issues.apache.org/jira/browse/ZOOKEEPER-1803'>ZOOKEEPER-1803</a></td>
+  <td>Add description for pzxid in programmer&#39;s guide.</td>
+</tr>
+<tr>
+  <td><a href='https://issues.apache.org/jira/browse/ZOOKEEPER-1833'>ZOOKEEPER-1833</a></td>
+  <td>fix windows build</td>
+</tr>
+<tr>
+  <td><a href='https://issues.apache.org/jira/browse/ZOOKEEPER-1853'>ZOOKEEPER-1853</a></td>
+  <td>zkCli.sh can&#39;t issue a CREATE command containing spaces in the data</td>
+</tr>
+<tr>
+  <td><a href='https://issues.apache.org/jira/browse/ZOOKEEPER-1878'>ZOOKEEPER-1878</a></td>
+  <td>Inconsistent behavior in autocreation of dataDir and dataLogDir</td>
+</tr>
+<tr>
+  <td><a href='https://issues.apache.org/jira/browse/ZOOKEEPER-1888'>ZOOKEEPER-1888</a></td>
+  <td>ZkCli.cmd commands fail with &quot;&#39;java&#39; is not recognized as an internal or external command&quot;</td>
+</tr>
+<tr>
+  <td><a href='https://issues.apache.org/jira/browse/ZOOKEEPER-1895'>ZOOKEEPER-1895</a></td>
+  <td>update all notice files, copyright, etc... with the new year - 2014</td>
+</tr>
+<tr>
+  <td><a href='https://issues.apache.org/jira/browse/ZOOKEEPER-1897'>ZOOKEEPER-1897</a></td>
+  <td>ZK Shell/Cli not processing commands</td>
+</tr>
+<tr>
+  <td><a href='https://issues.apache.org/jira/browse/ZOOKEEPER-1900'>ZOOKEEPER-1900</a></td>
+  <td>NullPointerException in truncate</td>
+</tr>
+<tr>
+  <td><a href='https://issues.apache.org/jira/browse/ZOOKEEPER-1901'>ZOOKEEPER-1901</a></td>
+  <td>JDK8] Sort children for comparison in AsyncOps tests</td>
+</tr>
+<tr>
+  <td><a href='https://issues.apache.org/jira/browse/ZOOKEEPER-1906'>ZOOKEEPER-1906</a></td>
+  <td>zkpython: invalid data in GetData for empty node</td>
+</tr>
+<tr>
+  <td><a href='https://issues.apache.org/jira/browse/ZOOKEEPER-1911'>ZOOKEEPER-1911</a></td>
+  <td>REST contrib module does not include all required files when packaged</td>
+</tr>
+<tr>
+  <td><a href='https://issues.apache.org/jira/browse/ZOOKEEPER-1913'>ZOOKEEPER-1913</a></td>
+  <td>Invalid manifest files due to bogus revision property value</td>
+</tr>
+<tr>
+  <td><a href='https://issues.apache.org/jira/browse/ZOOKEEPER-1917'>ZOOKEEPER-1917</a></td>
+  <td>Apache Zookeeper logs cleartext admin passwords</td>
+</tr>
+<tr>
+  <td><a href='https://issues.apache.org/jira/browse/ZOOKEEPER-1926'>ZOOKEEPER-1926</a></td>
+  <td>Unit tests should only use build/test/data for data</td>
+</tr>
+<tr>
+  <td><a href='https://issues.apache.org/jira/browse/ZOOKEEPER-1927'>ZOOKEEPER-1927</a></td>
+  <td>zkServer.sh fails to read dataDir (and others) from zoo.cfg on Solaris 10 (grep issue, manifests as FAILED TO WRITE PID).  </td>
+</tr>
+<tr>
+  <td><a href='https://issues.apache.org/jira/browse/ZOOKEEPER-1939'>ZOOKEEPER-1939</a></td>
+  <td>ReconfigRecoveryTest.testNextConfigUnreachable is failing</td>
+</tr>
+<tr>
+  <td><a href='https://issues.apache.org/jira/browse/ZOOKEEPER-1943'>ZOOKEEPER-1943</a></td>
+  <td>quot;src/contrib/zooinspector/NOTICE.txt&quot; isn&#39;t complying to &quot;.gitattributes&quot; in branch-3.4</td>
+</tr>
+<tr>
+  <td><a href='https://issues.apache.org/jira/browse/ZOOKEEPER-1945'>ZOOKEEPER-1945</a></td>
+  <td>deb - zkCli.sh, zkServer.sh and zkEnv.sh regression caused by ZOOKEEPER-1663</td>
+</tr>
+<tr>
+  <td><a href='https://issues.apache.org/jira/browse/ZOOKEEPER-1949'>ZOOKEEPER-1949</a></td>
+  <td>recipes jar not included in the distribution package</td>
+</tr>
+<tr>
+  <td><a href='https://issues.apache.org/jira/browse/ZOOKEEPER-2026'>ZOOKEEPER-2026</a></td>
+  <td>Startup order in ServerCnxnFactory-ies is wrong</td>
+</tr>
+<tr>
+  <td><a href='https://issues.apache.org/jira/browse/ZOOKEEPER-2033'>ZOOKEEPER-2033</a></td>
+  <td>zookeeper follower fails to start after a restart immediately following a new epoch</td>
+</tr>
+<tr>
+  <td><a href='https://issues.apache.org/jira/browse/ZOOKEEPER-2039'>ZOOKEEPER-2039</a></td>
+  <td>Jute compareBytes incorrect comparison index</td>
+</tr>
+<tr>
+  <td><a href='https://issues.apache.org/jira/browse/ZOOKEEPER-2049'>ZOOKEEPER-2049</a></td>
+  <td>Yosemite build failure: htonll conflict</td>
+</tr>
+<tr>
+  <td><a href='https://issues.apache.org/jira/browse/ZOOKEEPER-2052'>ZOOKEEPER-2052</a></td>
+  <td>Unable to delete a node when the node has no children</td>
+</tr>
+<tr>
+  <td><a href='https://issues.apache.org/jira/browse/ZOOKEEPER-2056'>ZOOKEEPER-2056</a></td>
+  <td>Zookeeper 3.4.x and 3.5.0-alpha is not OSGi compliant</td>
+</tr>
+<tr>
+  <td><a href='https://issues.apache.org/jira/browse/ZOOKEEPER-2060'>ZOOKEEPER-2060</a></td>
+  <td>Trace bug in NettyServerCnxnFactory</td>
+</tr>
+<tr>
+  <td><a href='https://issues.apache.org/jira/browse/ZOOKEEPER-2064'>ZOOKEEPER-2064</a></td>
+  <td>Prevent resource leak in various classes</td>
+</tr>
+<tr>
+  <td><a href='https://issues.apache.org/jira/browse/ZOOKEEPER-2073'>ZOOKEEPER-2073</a></td>
+  <td>Memory leak on zookeeper_close</td>
+</tr>
+<tr>
+  <td><a href='https://issues.apache.org/jira/browse/ZOOKEEPER-2096'>ZOOKEEPER-2096</a></td>
+  <td>C client builds with incorrect error codes in VisualStudio 2010+</td>
+</tr>
+<tr>
+  <td><a href='https://issues.apache.org/jira/browse/ZOOKEEPER-2114'>ZOOKEEPER-2114</a></td>
+  <td>jute generated allocate_* functions are not externally visible</td>
+</tr>
+<tr>
+  <td><a href='https://issues.apache.org/jira/browse/ZOOKEEPER-2124'>ZOOKEEPER-2124</a></td>
+  <td>Allow Zookeeper version string to have underscore &#39;_&#39;</td>
+</tr>
+<tr>
+  <td><a href='https://issues.apache.org/jira/browse/ZOOKEEPER-2142'>ZOOKEEPER-2142</a></td>
+  <td>JMX ObjectName is incorrect for observers</td>
+</tr>
+<tr>
+  <td><a href='https://issues.apache.org/jira/browse/ZOOKEEPER-2146'>ZOOKEEPER-2146</a></td>
+  <td>BinaryInputArchive readString should check length before allocating memory</td>
+</tr>
+<tr>
+  <td><a href='https://issues.apache.org/jira/browse/ZOOKEEPER-2174'>ZOOKEEPER-2174</a></td>
+  <td>JUnit4ZKTestRunner logs test failure for all exceptions even if the test method is annotated with an expected exception.</td>
+</tr>
+<tr>
+  <td><a href='https://issues.apache.org/jira/browse/ZOOKEEPER-2186'>ZOOKEEPER-2186</a></td>
+  <td>QuorumCnxManager#receiveConnection may crash with random input</td>
+</tr>
+<tr>
+  <td><a href='https://issues.apache.org/jira/browse/ZOOKEEPER-2201'>ZOOKEEPER-2201</a></td>
+  <td>Network issues can cause cluster to hang due to near-deadlock</td>
+</tr>
+<tr>
+  <td><a href='https://issues.apache.org/jira/browse/ZOOKEEPER-2211'>ZOOKEEPER-2211</a></td>
+  <td>PurgeTxnLog does not correctly purge when snapshots and logs are at different locations</td>
+</tr>
+<tr>
+  <td><a href='https://issues.apache.org/jira/browse/ZOOKEEPER-2213'>ZOOKEEPER-2213</a></td>
+  <td>Empty path in Set crashes server and prevents restart</td>
+</tr>
+<tr>
+  <td><a href='https://issues.apache.org/jira/browse/ZOOKEEPER-2224'>ZOOKEEPER-2224</a></td>
+  <td>Four letter command hangs when network is slow</td>
+</tr>
+<tr>
+  <td><a href='https://issues.apache.org/jira/browse/ZOOKEEPER-2227'>ZOOKEEPER-2227</a></td>
+  <td>stmk four-letter word fails execution at server while reading trace mask argument.</td>
+</tr>
+<tr>
+  <td><a href='https://issues.apache.org/jira/browse/ZOOKEEPER-2235'>ZOOKEEPER-2235</a></td>
+  <td>License update</td>
+</tr>
+<tr>
+  <td><a href='https://issues.apache.org/jira/browse/ZOOKEEPER-2239'>ZOOKEEPER-2239</a></td>
+  <td>JMX State from LocalPeerBean incorrect</td>
+</tr>
+<tr>
+  <td><a href='https://issues.apache.org/jira/browse/ZOOKEEPER-2245'>ZOOKEEPER-2245</a></td>
+  <td>SimpleSysTest test cases fails</td>
+</tr>
+<tr>
+  <td><a href='https://issues.apache.org/jira/browse/ZOOKEEPER-2256'>ZOOKEEPER-2256</a></td>
+  <td>Zookeeper is not using specified JMX port in zkEnv.sh</td>
+</tr>
+<tr>
+  <td><a href='https://issues.apache.org/jira/browse/ZOOKEEPER-2268'>ZOOKEEPER-2268</a></td>
+  <td>Zookeeper doc creation fails on windows</td>
+</tr>
+<tr>
+  <td><a href='https://issues.apache.org/jira/browse/ZOOKEEPER-2279'>ZOOKEEPER-2279</a></td>
+  <td>QuorumPeer  loadDataBase() error message is incorrect</td>
+</tr>
+<tr>
+  <td><a href='https://issues.apache.org/jira/browse/ZOOKEEPER-2296'>ZOOKEEPER-2296</a></td>
+  <td>compilation broken for 3.4</td>
+</tr>
+</table>
+</div>
+
+<div class="section">
+<table class="ForrestTable" cellspacing="1" cellpadding="4">
+<caption>Changes Since ZooKeeper 3.4.6</caption>
+
+<title>Changes Since ZooKeeper 3.4.6</title>
+
+<h4>Improvement</h4>
+
+<tr>
+  <th>Issue</th>
+  <th>Notes</th>
+</tr>
+
+<tr>
+  <td><a href='https://issues.apache.org/jira/browse/ZOOKEEPER-657'>ZOOKEEPER-657</a></td>
+  <td>Cut down the running time of ZKDatabase corruption.</td>
+</tr>
+<tr>
+  <td><a href='https://issues.apache.org/jira/browse/ZOOKEEPER-1402'>ZOOKEEPER-1402</a></td>
+  <td>Upload Zookeeper package to Maven Central</td>
+</tr>
+<tr>
+  <td><a href='https://issues.apache.org/jira/browse/ZOOKEEPER-1506'>ZOOKEEPER-1506</a></td>
+  <td>Re-try DNS hostname -&gt; IP resolution if node connection fails</td>
+</tr>
+<tr>
+  <td><a href='https://issues.apache.org/jira/browse/ZOOKEEPER-1574'>ZOOKEEPER-1574</a></td>
+  <td>mismatched CR/LF endings in text files</td>
+</tr>
+<tr>
+  <td><a href='https://issues.apache.org/jira/browse/ZOOKEEPER-1746'>ZOOKEEPER-1746</a></td>
+  <td>AsyncCallback.*Callback don&#39;t have any Javadoc</td>
+</tr>
+<tr>
+  <td><a href='https://issues.apache.org/jira/browse/ZOOKEEPER-1907'>ZOOKEEPER-1907</a></td>
+  <td>Improve Thread handling</td>
+</tr>
+<tr>
+  <td><a href='https://issues.apache.org/jira/browse/ZOOKEEPER-1948'>ZOOKEEPER-1948</a></td>
+  <td>Enable JMX remote monitoring</td>
+</tr>
+<tr>
+  <td><a href='https://issues.apache.org/jira/browse/ZOOKEEPER-2040'>ZOOKEEPER-2040</a></td>
+  <td>Server to log underlying cause of SASL connection problems</td>
+</tr>
+<tr>
+  <td><a href='https://issues.apache.org/jira/browse/ZOOKEEPER-2126'>ZOOKEEPER-2126</a></td>
+  <td>Improve exit log messsage of EventThread and SendThread by adding SessionId</td>
+</tr>
+<tr>
+  <td><a href='https://issues.apache.org/jira/browse/ZOOKEEPER-2179'>ZOOKEEPER-2179</a></td>
+  <td>Typo in Watcher.java</td>
+</tr>
+<tr>
+  <td><a href='https://issues.apache.org/jira/browse/ZOOKEEPER-2194'>ZOOKEEPER-2194</a></td>
+  <td>Let DataNode.getChildren() return an unmodifiable view of its children set</td>
+</tr>
+<tr>
+  <td><a href='https://issues.apache.org/jira/browse/ZOOKEEPER-2205'>ZOOKEEPER-2205</a></td>
+  <td>Log type of unexpected quorum packet in learner handler loop</td>
+</tr>
+<tr>
+  <td><a href='https://issues.apache.org/jira/browse/ZOOKEEPER-2240'>ZOOKEEPER-2240</a></td>
+  <td>Make the three-node minimum more explicit in documentation and on website</td>
+</tr>
+<tr>
+  <td><a href='https://issues.apache.org/jira/browse/ZOOKEEPER-2315'>ZOOKEEPER-2315</a></td>
+  <td>Change client connect zk service timeout log level from Info to Warn level</td>
+</tr>
+
+</table>
+</div>
+
 <a name="changes_3.4.5"></a>
 <h2 class="h3">Changes Since 3.4.5</h2>
 <div class="section">

Modified: zookeeper/branches/branch-3.4/src/c/configure.ac
URL: http://svn.apache.org/viewvc/zookeeper/branches/branch-3.4/src/c/configure.ac?rev=1713336&r1=1713335&r2=1713336&view=diff
==============================================================================
--- zookeeper/branches/branch-3.4/src/c/configure.ac (original)
+++ zookeeper/branches/branch-3.4/src/c/configure.ac Mon Nov  9 03:41:30 2015
@@ -3,7 +3,7 @@
 
 AC_PREREQ(2.59)
 
-AC_INIT([zookeeper C client],3.4.6,[user@zookeeper.apache.org],[zookeeper])
+AC_INIT([zookeeper C client],3.4.7,[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.4/src/c/include/winconfig.h
URL: http://svn.apache.org/viewvc/zookeeper/branches/branch-3.4/src/c/include/winconfig.h?rev=1713336&r1=1713335&r2=1713336&view=diff
==============================================================================
--- zookeeper/branches/branch-3.4/src/c/include/winconfig.h (original)
+++ zookeeper/branches/branch-3.4/src/c/include/winconfig.h Mon Nov  9 03:41:30 2015
@@ -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.4.0 win32"
+#define PACKAGE_STRING "zookeeper C client 3.4.7 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.4.0"
+#define PACKAGE_VERSION "3.4.7"
 
 /* poll() second argument type */
 #define POLL_NFDS_TYPE
@@ -138,7 +138,7 @@
 #define TIME_WITH_SYS_TIME
 
 /* Version number of package */
-#define VERSION "3.4.0"
+#define VERSION "3.4.7"
 
 /* Define to empty if `const' does not conform to ANSI C. */
 /* #undef const */

Modified: zookeeper/branches/branch-3.4/src/c/include/zookeeper_version.h
URL: http://svn.apache.org/viewvc/zookeeper/branches/branch-3.4/src/c/include/zookeeper_version.h?rev=1713336&r1=1713335&r2=1713336&view=diff
==============================================================================
--- zookeeper/branches/branch-3.4/src/c/include/zookeeper_version.h (original)
+++ zookeeper/branches/branch-3.4/src/c/include/zookeeper_version.h Mon Nov  9 03:41:30 2015
@@ -24,7 +24,7 @@ extern "C" {
 
 #define ZOO_MAJOR_VERSION 3
 #define ZOO_MINOR_VERSION 4
-#define ZOO_PATCH_VERSION 6 
+#define ZOO_PATCH_VERSION 7
 
 #ifdef __cplusplus
 }