You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by ju...@apache.org on 2018/09/13 14:54:40 UTC

svn commit: r1840829 - /subversion/site/publish/docs/release-notes/1.11.html

Author: julianfoad
Date: Thu Sep 13 14:54:40 2018
New Revision: 1840829

URL: http://svn.apache.org/viewvc?rev=1840829&view=rev
Log:
* publish/docs/release-notes/1.11.html: Add compatibility notes for shelving.

Modified:
    subversion/site/publish/docs/release-notes/1.11.html

Modified: subversion/site/publish/docs/release-notes/1.11.html
URL: http://svn.apache.org/viewvc/subversion/site/publish/docs/release-notes/1.11.html?rev=1840829&r1=1840828&r2=1840829&view=diff
==============================================================================
--- subversion/site/publish/docs/release-notes/1.11.html (original)
+++ subversion/site/publish/docs/release-notes/1.11.html Thu Sep 13 14:54:40 2018
@@ -108,6 +108,22 @@ and what impact these changes may have.<
     <th>Minimum Server</th>
     <th>Minimum Repository</th>
     <th>Notes</th></tr>
+  <tr>
+    <td>
+      <a href="#shelving">Shelving (experimental)</a>
+    </td>
+    <td>1.11</td>
+    <td>any</td>
+    <td>any</td>
+    <td>Shelving in 1.11 is incompatible with shelves created by 1.10.</td></tr>
+  <tr>
+    <td>
+      <a href="#checkpointing">Checkpointing (experimental)</a>
+    </td>
+    <td>1.11</td>
+    <td>any</td>
+    <td>any</td>
+    <td></td></tr>
 </table>
 
 </div>  <!-- new-feature-compatibility-table -->
@@ -222,6 +238,8 @@ handle more kinds of changes more robust
   while it remains experimental.</p>
 </div>
 
+<p>Shelving in 1.11 is incompatible with shelves created by 1.10</p>
+
 <p>The main improvements and changes are:</p>
 <ul>
     <li>'binary' files (and property values) are fully supported</li>