You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by da...@apache.org on 2011/12/13 12:02:21 UTC

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

Author: danielsh
Date: Tue Dec 13 11:02:20 2011
New Revision: 1213649

URL: http://svn.apache.org/viewvc?rev=1213649&view=rev
Log:
* roadmap.html
  (#next-release-status): Add a 'review private APIs' task, for 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=1213649&r1=1213648&r2=1213649&view=diff
==============================================================================
--- subversion/site/publish/roadmap.html (original)
+++ subversion/site/publish/roadmap.html Tue Dec 13 11:02:20 2011
@@ -572,6 +572,12 @@ numbering, compatibility, and deprecatio
         determine which ones should stay, and which should be removed.</td>
   </tr>
   <tr class="task-level-1 not-started">
+    <td class="task-name">Review private APIs</td>
+    <td class="task-status">Not 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-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>