Author: breed
Date: Thu Feb 24 03:44:29 2011
New Revision: 1074036
URL: http://svn.apache.org/viewvc?rev=1074036&view=rev
Log:
had to add ZOOKEEPER-880 to the release list.
Modified:
zookeeper/branches/branch-3.3/docs/releasenotes.html
zookeeper/branches/branch-3.3/docs/releasenotes.pdf
zookeeper/branches/branch-3.3/src/docs/src/documentation/content/xdocs/releasenotes.xml
Modified: zookeeper/branches/branch-3.3/docs/releasenotes.html
URL: http://svn.apache.org/viewvc/zookeeper/branches/branch-3.3/docs/releasenotes.html?rev=1074036&r1=1074035&r2=1074036&view=diff
==============================================================================
--- zookeeper/branches/branch-3.3/docs/releasenotes.html (original)
+++ zookeeper/branches/branch-3.3/docs/releasenotes.html Thu Feb 24 03:44:29 2011
@@ -252,6 +252,11 @@ later.</p>
<tr>
+<td>[<a href="https://issues.apache.org/jira/browse/ZOOKEEPER-880">ZOOKEEPER-880</a>]</td><td>
QuorumCnxManager$SendWorker grows without bounds
+</td>
+</tr>
+
+<tr>
<td>[<a href="https://issues.apache.org/jira/browse/ZOOKEEPER-882">ZOOKEEPER-882</a>]</td><td>
Startup loads last transaction from snapshot
</td>
</tr>
Modified: zookeeper/branches/branch-3.3/docs/releasenotes.pdf
URL: http://svn.apache.org/viewvc/zookeeper/branches/branch-3.3/docs/releasenotes.pdf?rev=1074036&r1=1074035&r2=1074036&view=diff
==============================================================================
Binary files - no diff available.
Modified: zookeeper/branches/branch-3.3/src/docs/src/documentation/content/xdocs/releasenotes.xml
URL: http://svn.apache.org/viewvc/zookeeper/branches/branch-3.3/src/docs/src/documentation/content/xdocs/releasenotes.xml?rev=1074036&r1=1074035&r2=1074036&view=diff
==============================================================================
--- zookeeper/branches/branch-3.3/src/docs/src/documentation/content/xdocs/releasenotes.xml
(original)
+++ zookeeper/branches/branch-3.3/src/docs/src/documentation/content/xdocs/releasenotes.xml
Thu Feb 24 03:44:29 2011
@@ -64,6 +64,8 @@ later.</para>
<row><entry> Bug
</entry><entry></entry></row>
+<row><entry>[<ulink url='https://issues.apache.org/jira/browse/ZOOKEEPER-880'>ZOOKEEPER-880</ulink>]</entry><entry>
QuorumCnxManager$SendWorker grows without bounds
+</entry></row>
<row><entry>[<ulink url='https://issues.apache.org/jira/browse/ZOOKEEPER-882'>ZOOKEEPER-882</ulink>]</entry><entry>
Startup loads last transaction from snapshot
</entry></row>
<row><entry>[<ulink url='https://issues.apache.org/jira/browse/ZOOKEEPER-888'>ZOOKEEPER-888</ulink>]</entry><entry>
c-client / zkpython: Double free corruption on node watcher
|