Author: dsahlberg
Date: Sun Mar 27 23:27:58 2022
New Revision: 1899268
URL: http://svn.apache.org/viewvc?rev=1899268&view=rev
Log:
In site/staging:
* roadmap.html:
#upcoming-releases: Hide the "preliminary" time table for 1.13 and 1.14
#next-release-status: Delete the <del>eted table
Modified:
subversion/site/staging/roadmap.html
Modified: subversion/site/staging/roadmap.html
URL:
http://svn.apache.org/viewvc/subversion/site/staging/roadmap.html?rev=1899268&r1=1899267&r2=1899268&view=diff
==============================================================================
--- subversion/site/staging/roadmap.html (original)
+++ subversion/site/staging/roadmap.html Sun Mar 27 23:27:58 2022
@@ -33,8 +33,8 @@
title="Link to this section">¶</a>
</h2>
-<p>The following is a <em>preliminary</em> timetable for the next few
- upcoming releases. Dates, feature deliverables, and even version
+<p>At the moment, there is no timetable for the next release.
+ Dates, feature deliverables, and even version
numbers found in this list are all subject to change (and become
increasingly more speculative the further out we attempt to
project). Fortunately, the same dynamics that allow features to
@@ -45,7 +45,7 @@
something about it: your
<a href="/contributing.html">contributions</a> are always welcome!</p>
-<table cellpadding="0" cellspacing="0" class="centered">
+<!-- <table cellpadding="0" cellspacing="0" class="centered">
<thead>
<tr>
<th>Date</th>
@@ -65,7 +65,7 @@
<td></td>
</tr>
</tbody>
-</table>
+</table>-->
<p>We try to roll releases on Wednesdays. Like most of the other
information on this page, the day we roll isn't a hard-and-fast
@@ -274,61 +274,6 @@ better plan their upgrade cycles, partic
<a href="docs/release-notes/">release notes index</a>
some time before each release is published.</p>
-<p class="todo">OUT OF DATE</p>
-
-<del>
-<p>The following table contains items currently targetted for the subsequent
- major release, along with their completion status. It is meant mainly for
- developers, but can help answer the oft-asked question "how is the next
- release coming along?" If you are interested in helping speed up the
- next release, consider tackling one of the incomplete items below.</p>
-
-<p><em>This table is nonexhaustive — it neither contains nor
- attempts to contain all the features planned for this release.</em></p>
-
-<table cellpadding="0" cellspacing="0" class="centered task-table">
-<thead>
- <tr>
- <th>Task</th>
- <th>Status</th>
- <th>Notes</th>
- </tr>
-</thead>
-<tbody>
-
- <tr><td colspan="3" class="divider">Specific stuff aimed at this
- release</td></tr>
-
- <tr class="task-level-1 in-progress">
- <td class="task-name">Shelving improvements</td>
- <td class="task-status">In progress</td>
- <td><a href="https://issues.apache.org/jira/browse/SVN-3625"
- >Issue 3625</a>
- experimental.
- </td>
- </tr>
- <tr class="task-level-1 in-progress">
- <td class="task-name">Checkpointing</td>
- <td class="task-status">In progress</td>
- <td><a href="https://issues.apache.org/jira/browse/SVN-3626"
- >Issue 3626</a>
- experimental.
- </td>
- </tr>
- <tr class="task-level-1 in-progress">
- <td class="task-name">Conflict resolver improvements</td>
- <td class="task-status">In progress</td>
- <td>Ongoing improvements since 1.10.
- </td>
- </tr>
-
- <!-- PUT DEFERRED ITEMS DOWN HERE BELOW THIS DIVIDER ROW -->
- <tr><td colspan="3" class="divider">Items originally planned for, but
- now deferred from, this release</td></tr>
-
-</tbody>
-</table>
-</del>
</div> <!-- #next-release-status -->