Author: danielsh
Date: Mon Jul 25 17:37:19 2011
New Revision: 1150799
URL: http://svn.apache.org/viewvc?rev=1150799&view=rev
Log:
* roadmap.html: Start documenting 1.8.
Modified:
subversion/site/publish/roadmap.html
Modified: subversion/site/publish/roadmap.html
URL:
http://svn.apache.org/viewvc/subversion/site/publish/roadmap.html?rev=1150799&r1=1150798&r2=1150799&view=diff
==============================================================================
--- subversion/site/publish/roadmap.html (original)
+++ subversion/site/publish/roadmap.html Mon Jul 25 17:37:19 2011
@@ -255,13 +255,13 @@ numbering, compatibility, and deprecatio
<div class="h2" id="release-status">
-<h2>Release Status
+<h2>Upcoming Release Status
<a class="sectionlink" href="#release-status"
title="Link to this section">¶</a>
</h2>
-<p>The following table contains items currently targetted for the next major
- release, along with their completion status. It is meant mainly for
+<p>The following table contains items currently targetted for the upcoming
+ 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>
@@ -447,6 +447,97 @@ numbering, compatibility, and deprecatio
</div> <!-- #release-status -->
+<div class="h2" id="next-release-status">
+<h2>Next Release Status
+ <a class="sectionlink" href="#next-release-status"
+ title="Link to this section">¶</a>
+</h2>
+
+<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 incomplete and does not contain all features planned
+ for inclusion in Subversion 1.8.</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 class="task-level-1 completed">
+ <td class="task-name">GPG Agent support</td>
+ <td class="task-status">Completed</td>
+ <td></td>
+ </tr>
+ <tr class="task-level-1 in-progress">
+ <td class="task-name">FSFS: Packing of revision property shards</td>
+ <td class="task-status">In Progress</td>
+ <td></td>
+ </tr>
+ </tr>
+ <tr class="task-level-1 not-started">
+ <td class="task-name">Review of performance branch</td>
+ <td class="task-status">Not Started</td>
+ <td>Review items on the <a
href="http://svn.apache.org/repos/asf/subversion/branches/performance/">performance
branch</a>,
+ and determine which bits can/should be included in 1.8.</td>
+ </tr>
+ <tr class="task-level-1 not-started">
+ <td class="task-name">Test Review</td>
+ <td class="task-status">Not Started</td>
+ <td>Determine which <code>XFail</code> and <code>WIP</code> tests should
+ remain so, and which need to be fixed before release.</td>
+ </tr>
+ <tr class="task-level-1 not-started">
+ <td class="task-name">API Review</td>
+ <td class="task-status">Not Started</td>
+ <td><a
href="http://svn.apache.org/repos/asf/subversion/trunk/notes/api-errata/"
+ >api-errata</a></td>
+ </tr>
+ <tr class="task-level-1 not-started">
+ <td class="task-name">Issue triage</td>
+ <td class="task-status">Not Started</td>
+ <td>Review open issues for the
+ <a
href="http://subversion.tigris.org/issues/buglist.cgi?issue_status=UNCONFIRMED&issue_status=NEW&issue_status=STARTED&issue_status=REOPENED&target_milestone=1.8.0">1.8.0</a>,
+ <a
href="http://subversion.tigris.org/issues/buglist.cgi?issue_status=UNCONFIRMED&issue_status=NEW&issue_status=STARTED&issue_status=REOPENED&target_milestone=1.8-consider">1.8-consider</a>,
+ and
+ <a
href="http://subversion.tigris.org/issues/buglist.cgi?issue_status=UNCONFIRMED&issue_status=NEW&issue_status=STARTED&issue_status=REOPENED&target_milestone=1.7.x">1.7.x</a>,
+ milestones.</td>
+ </tr>
+ <tr class="task-level-1 not-started">
+ <td class="task-name">Remove temp APIs</td>
+ <td class="task-status">Not Started</td>
+ <td>Review APIs added in 1.8 (including APIs internal to libsvn_wc), and
+ determine which ones should stay, and which should be removed.</td>
+ </tr>
+ <tr class="task-level-1 not-started">
+ <td class="task-name">API performance analysis</td>
+ <td class="task-status">Not Started</td>
+ <td>Profile the new APIs to determine which can/should be optimized.</td>
+ </tr>
+ <tr class="task-level-1 not-started">
+ <td class="task-name">Updating the 1.7.x→1.8.x changelog</td>
+ <td class="task-status">Not Started</td>
+ <td><a href="http://svn.apache.org/repos/asf/subversion/trunk/CHANGES"
+ >CHANGES</a> (Note: this is not a blocker for the 1.8.x branch.)</td>
+ </tr>
+ <tr class="task-level-1 not-started">
+ <td class="task-name">Compose 1.8 release notes</td>
+ <td class="task-status">Not Started</td>
+ <td><a href="/docs/release-notes/1.8.html">Subversion 1.8 Release
+ Notes</a> (Note: this is not a blocker for the 1.8.x branch.)</td>
+ </tr>
+</tbody>
+</table>
+</div> <!-- #next-release-status -->
+
+
<div class="h2" id="past-releases">
<h2>Past Releases
<a class="sectionlink" href="#past-releases"