You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by cm...@apache.org on 2013/05/15 21:09:38 UTC

svn commit: r1483016 - /subversion/site/publish/roadmap.html

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"
         >dev@s.a.o 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&nbsp;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&nbsp;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>