You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@zookeeper.apache.org by ph...@apache.org on 2009/02/05 22:41:15 UTC

svn commit: r741306 - in /hadoop/zookeeper/branches/branch-3.1: CHANGES.txt docs/releasenotes.html docs/releasenotes.pdf src/docs/src/documentation/content/xdocs/releasenotes.xml

Author: phunt
Date: Thu Feb  5 21:41:14 2009
New Revision: 741306

URL: http://svn.apache.org/viewvc?rev=741306&view=rev
Log:
Preparing for release 3.1.0 (rc2)

Modified:
    hadoop/zookeeper/branches/branch-3.1/CHANGES.txt
    hadoop/zookeeper/branches/branch-3.1/docs/releasenotes.html
    hadoop/zookeeper/branches/branch-3.1/docs/releasenotes.pdf
    hadoop/zookeeper/branches/branch-3.1/src/docs/src/documentation/content/xdocs/releasenotes.xml

Modified: hadoop/zookeeper/branches/branch-3.1/CHANGES.txt
URL: http://svn.apache.org/viewvc/hadoop/zookeeper/branches/branch-3.1/CHANGES.txt?rev=741306&r1=741305&r2=741306&view=diff
==============================================================================
--- hadoop/zookeeper/branches/branch-3.1/CHANGES.txt (original)
+++ hadoop/zookeeper/branches/branch-3.1/CHANGES.txt Thu Feb  5 21:41:14 2009
@@ -1,4 +1,4 @@
-Release 3.1.0 - 2009-02-06
+Release 3.1.0 - 2009-02-10
   
 Non-backward compatible changes:
 

Modified: hadoop/zookeeper/branches/branch-3.1/docs/releasenotes.html
URL: http://svn.apache.org/viewvc/hadoop/zookeeper/branches/branch-3.1/docs/releasenotes.html?rev=741306&r1=741305&r2=741306&view=diff
==============================================================================
--- hadoop/zookeeper/branches/branch-3.1/docs/releasenotes.html (original)
+++ hadoop/zookeeper/branches/branch-3.1/docs/releasenotes.html Thu Feb  5 21:41:14 2009
@@ -188,9 +188,6 @@
 <div id="minitoc-area">
 <ul class="minitoc">
 <li>
-<a href="#migration">A note on API changes in 3.1</a>
-</li>
-<li>
 <a href="#changes">Changes Since ZooKeeper 3.0.1</a>
 </li>
 </ul>
@@ -218,14 +215,7 @@
 later.</p>
 
 
-<a name="N10016"></a><a name="migration"></a>
-<h2 class="h3">A note on API changes in 3.1</h2>
-<div class="section">
-<p>In Java there were no b/w incompatible changes made in this release. However the C client code fixed an issue where the zoo_set(...) method was not providing access to a Stat structure when the method returned. The C API was modified in 3.1 to support client access of this information. Legacy client code (pre 3.1) can be easily migrated by passing null for this parameter if you have no interest.</p>
-</div>
-
-
-<a name="N10020"></a><a name="changes"></a>
+<a name="N10016"></a><a name="changes"></a>
 <h2 class="h3">Changes Since ZooKeeper 3.0.1</h2>
 <div class="section">
 <table class="ForrestTable" cellspacing="1" cellpadding="4">
@@ -251,11 +241,6 @@
 </tr>
 
 <tr>
-<td><a href="https://issues.apache.org/jira/browse/ZOOKEEPER-255">ZOOKEEPER-255</a></td><td>         zoo_set() api does not return stat datastructure.
-</td>
-</tr>
-
-<tr>
 <td><a href="https://issues.apache.org/jira/browse/ZOOKEEPER-246">ZOOKEEPER-246</a></td><td>         review error code definition in both source and docs
 </td>
 </tr>
@@ -445,6 +430,11 @@
 </tr>
 
 <tr>
+<td><a href="https://issues.apache.org/jira/browse/ZOOKEEPER-255">ZOOKEEPER-255</a></td><td>         zoo_set() api does not return stat datastructure.
+</td>
+</tr>
+
+<tr>
 <td><a href="https://issues.apache.org/jira/browse/ZOOKEEPER-257">ZOOKEEPER-257</a></td><td>         Review logging level for WARN/ERROR log messages, some misclassified
 </td>
 </tr>
@@ -503,6 +493,11 @@
 <td><a href="https://issues.apache.org/jira/browse/ZOOKEEPER-291">ZOOKEEPER-291</a></td><td>regression for legacy code using KeeperException.Code constants (due to 246)
 </td>
 </tr>
+
+<tr>
+<td><a href="https://issues.apache.org/jira/browse/ZOOKEEPER-293">ZOOKEEPER-293</a></td><td>zoo_set needs to be abi compatible (3.1 changed the signature), fix this by adding zoo_set2
+</td>
+</tr>
     
 
 <tr>

Modified: hadoop/zookeeper/branches/branch-3.1/docs/releasenotes.pdf
URL: http://svn.apache.org/viewvc/hadoop/zookeeper/branches/branch-3.1/docs/releasenotes.pdf?rev=741306&r1=741305&r2=741306&view=diff
==============================================================================
Binary files - no diff available.

Modified: hadoop/zookeeper/branches/branch-3.1/src/docs/src/documentation/content/xdocs/releasenotes.xml
URL: http://svn.apache.org/viewvc/hadoop/zookeeper/branches/branch-3.1/src/docs/src/documentation/content/xdocs/releasenotes.xml?rev=741306&r1=741305&r2=741306&view=diff
==============================================================================
--- hadoop/zookeeper/branches/branch-3.1/src/docs/src/documentation/content/xdocs/releasenotes.xml (original)
+++ hadoop/zookeeper/branches/branch-3.1/src/docs/src/documentation/content/xdocs/releasenotes.xml Thu Feb  5 21:41:14 2009
@@ -50,13 +50,6 @@
 from version 2 of ZooKeeper (SourceForge) to version 3 or
 later.</para>
 
-<section id="migration">
-<title>A note on API changes in 3.1</title>
-
-<para>In Java there were no b/w incompatible changes made in this release. However the C client code fixed an issue where the zoo_set(...) method was not providing access to a Stat structure when the method returned. The C API was modified in 3.1 to support client access of this information. Legacy client code (pre 3.1) can be easily migrated by passing null for this parameter if you have no interest.</para>
-
-</section>
-
 <section id="changes">
 <title>Changes Since ZooKeeper 3.0.1</title>
 
@@ -76,8 +69,6 @@
   <entry>Incompatibilities</entry>
   <entry></entry>
 </row>
-<row><entry><ulink url="https://issues.apache.org/jira/browse/ZOOKEEPER-255">ZOOKEEPER-255</ulink></entry><entry>         zoo_set() api does not return stat datastructure.
-</entry></row>
 <row><entry><ulink url="https://issues.apache.org/jira/browse/ZOOKEEPER-246">ZOOKEEPER-246</ulink></entry><entry>         review error code definition in both source and docs
 </entry></row>
 
@@ -159,6 +150,8 @@
 </entry></row>
 <row><entry><ulink url="https://issues.apache.org/jira/browse/ZOOKEEPER-254">ZOOKEEPER-254</ulink></entry><entry>         there is currently no way for a user to test session expiration in their code
 </entry></row>
+<row><entry><ulink url="https://issues.apache.org/jira/browse/ZOOKEEPER-255">ZOOKEEPER-255</ulink></entry><entry>         zoo_set() api does not return stat datastructure.
+</entry></row>
 <row><entry><ulink url="https://issues.apache.org/jira/browse/ZOOKEEPER-257">ZOOKEEPER-257</ulink></entry><entry>         Review logging level for WARN/ERROR log messages, some misclassified
 </entry></row>
 <row><entry><ulink url="https://issues.apache.org/jira/browse/ZOOKEEPER-258">ZOOKEEPER-258</ulink></entry><entry>         docs incorrectly state max client timeout as 60 seconds (it's based on server ticktime)
@@ -183,6 +176,8 @@
 </entry></row>
 <row><entry><ulink url="https://issues.apache.org/jira/browse/ZOOKEEPER-291">ZOOKEEPER-291</ulink></entry><entry>regression for legacy code using KeeperException.Code constants (due to 246)
 </entry></row>
+<row><entry><ulink url="https://issues.apache.org/jira/browse/ZOOKEEPER-293">ZOOKEEPER-293</ulink></entry><entry>zoo_set needs to be abi compatible (3.1 changed the signature), fix this by adding zoo_set2
+</entry></row>
     
 <row>
   <entry>Improvement</entry>