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/03/20 18:59:56 UTC

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

Author: cmpilato
Date: Wed Mar 20 17:59:55 2013
New Revision: 1458982

URL: http://svn.apache.org/r1458982
Log:
* site/publish/roadmap.html
  Use non-breaking spaces in status indicators ("In Progress", "Not
  Started").  While here, update status of API review task.

Modified:
    subversion/site/publish/roadmap.html

Modified: subversion/site/publish/roadmap.html
URL: http://svn.apache.org/viewvc/subversion/site/publish/roadmap.html?rev=1458982&r1=1458981&r2=1458982&view=diff
==============================================================================
--- subversion/site/publish/roadmap.html (original)
+++ subversion/site/publish/roadmap.html Wed Mar 20 17:59:55 2013
@@ -352,27 +352,28 @@ 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 not-started">
+  <tr class="task-level-1 in-progress">
     <td class="task-name">API review</td>
-    <td class="task-status">Not Started</td>
+    <td class="task-status">In&nbsp;Progress</td>
     <td><a href="http://svn.apache.org/repos/asf/subversion/trunk/notes/api-errata/1.8/"
-        >api-errata/1.8/</a></td>
+        >api-errata/1.8/</a>, <a href="http://wiki.apache.org/subversion/Svn18ApiReview"
+        >Svn18ApiReview</a></td>
   </tr>
   <tr class="task-level-2 not-started">
     <td class="task-name">Remove temporary APIs</td>
-    <td class="task-status">Not Started</td>
+    <td class="task-status">Not&nbsp;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-2 not-started">
     <td class="task-name">Review private APIs</td>
-    <td class="task-status">Not Started</td>
+    <td class="task-status">Not&nbsp;Started</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>
   <tr class="task-level-2 not-started">
     <td class="task-name">API performance analysis</td>
-    <td class="task-status">Not Started</td>
+    <td class="task-status">Not&nbsp;Started</td>
     <td>Profile the new APIs to determine which can/should be optimized.</td>
   </tr>
   <tr class="task-level-1 in-progress">
@@ -389,7 +390,7 @@ numbering, compatibility, and deprecatio
   </tr>
   <tr class="task-level-1 not-started">
     <td class="task-name">Update changelog</td>
-    <td class="task-status">Not Started</td>
+    <td class="task-status">Not&nbsp;Started</td>
     <td>Need to document in <a href="http://svn.apache.org/repos/asf/subversion/trunk/CHANGES"
         >CHANGES</a> the 1.7.x&rarr;1.8.x changes. (Note: this is not
         a blocker for the 1.8.x branch.)</td>