Author: cmpilato
Date: Wed May 15 19:09:38 2013
New Revision: 1483016
URL: http://svn.apache.org/r1483016
Log:
* site/publish/roadmap.html
Review of private APIs is an optional task, so mark it deferred, and
mark the 'API Review' parent task completed.
Modified:
subversion/site/publish/roadmap.html
Modified: subversion/site/publish/roadmap.html
URL:
http://svn.apache.org/viewvc/subversion/site/publish/roadmap.html?rev=1483016&r1=1483015&r2=1483016&view=diff
==============================================================================
--- subversion/site/publish/roadmap.html (original)
+++ subversion/site/publish/roadmap.html Wed May 15 19:09:38 2013
@@ -352,9 +352,9 @@ numbering, compatibility, and deprecatio
<a href="http://svn.haxx.se/dev/archive-2013-01/0297.shtml"
>[email protected] thread.</a></td>
</tr>
- <tr class="task-level-1 in-progress">
+ <tr class="task-level-1 completed">
<td class="task-name">API review</td>
- <td class="task-status">In Progress</td>
+ <td class="task-status">Completed</td>
<td><a
href="http://svn.apache.org/repos/asf/subversion/trunk/notes/api-errata/1.8/"
>api-errata/1.8/</a>, <a
href="http://wiki.apache.org/subversion/Svn18ApiReview"
>Svn18ApiReview</a></td>
@@ -365,9 +365,9 @@ numbering, compatibility, and deprecatio
<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-2 not-started">
+ <tr class="task-level-2 deferred">
<td class="task-name">Review private APIs</td>
- <td class="task-status">Not Started</td>
+ <td class="task-status">Deferred</td>
<td>Review private APIs (including APIs used by <tt>subversion/svn*/</tt>),
and determine which of them should be promoted to public.</td>
</tr>