commit a template for a samba 4.0 roadmap
authorStefan Metzmacher <metze@samba.org>
Fri, 30 Apr 2004 00:16:05 +0000 (00:16 +0000)
committerStefan Metzmacher <metze@samba.org>
Fri, 30 Apr 2004 00:16:05 +0000 (00:16 +0000)
metze

git-svn-id: file:///home/svn/samba-web/trunk@32 44aeb9d7-1cd8-0310-b257-a505e0beeac2

devel/roadmap-4.0.html [new file with mode: 0644]

diff --git a/devel/roadmap-4.0.html b/devel/roadmap-4.0.html
new file mode 100644 (file)
index 0000000..11c5f65
--- /dev/null
@@ -0,0 +1,96 @@
+<!--#include virtual="/samba/header.html" -->
+
+<h3>Roadmap to 4.0.0</h3>
+<p><em>Page Last Updated</em> : 30th Apr, 2004
+
+<h3>Road to 4.0.0 via 3.9.X</h3>
+
+<ul>
+  <li>(30th Apr, 2004) <em>Samba-3.9.X unstable</em>
+  <p>Samba-3.9.X unstable snapshot
+  <a href="http://download.samba.org/samba/ftp/unstable/3.9.X/">download</a> directory.
+  </li>
+</ul>
+
+
+<h3>Roadmap Overview</h3>
+
+<p>This is a feature list/roadmap for the 4.0.0 release.
+If a feature is already done. It should be obvious
+from this roadmap that one the major hurdles for releasing the 3.0 code base
+is the completion of documentation updates.
+
+<p>
+Some features have been through basic testing that have
+<b>o</b>'s beneath testing column since we are not done.
+Items are ordered by maturity, not by importance.  If it
+is marked as <em>Required</em>, then it must be completed
+for a stable 4.0.0 release.
+
+<p>
+<table border="0" width="100%">
+  <tr>
+    <td width=50%><h3>Feature</h3></td>
+    <td align=center><h3>Code started</h3></td>
+    <td align=center><h3>Code working</h3></td>
+    <td align=center><h3>Full async</h3></td>
+    <td align=center><h3>Clean Public Interface</h3></td>
+    <td align=center><h3>Tested</h3></td>
+    <td align=center><h3>Documented</h3></td>
+  </tr>
+
+  <tr>
+    <td><em><u>Release Delaying Features</u></em></td>
+  </tr>
+
+  <tr>
+    <td width=50%>SMB/CIFS client library</td>
+    <td align=center>done</td>
+    <td align=center>done</td>
+    <td align=center>done</td>
+    <td align=center>todo</td>
+    <td align=center>todo</td>
+    <td align=center>todo</td>
+  </tr>
+
+  <tr>
+    <td width=50%>DCERPC client library</td>
+    <td align=center>done</td>
+    <td align=center>done</td>
+    <td align=center>todo</td>
+    <td align=center>todo</td>
+    <td align=center>todo</td>
+    <td align=center>todo</td>
+  </tr>
+
+  <tr>
+    <td width=50%>LDB Database</td>
+    <td align=center>done</td>
+    <td align=center>done</td>
+    <td align=center>todo</td>
+    <td align=center>todo</td>
+    <td align=center>todo</td>
+    <td align=center>todo</td>
+  </tr>
+
+  <tr>
+    <td>&nbsp;</td>
+  </tr>
+
+  <tr>
+    <td><em><u>Non-Release Delaying Features</u></em></td>
+  </tr>
+
+  <tr>
+    <td width=50%>LDAP server using the sam database</td>
+    <td align=center>todo</td>
+    <td align=center>todo</td>
+    <td align=center>todo</td>
+    <td align=center>todo</td>
+    <td align=center>todo</td>
+    <td align=center>todo</td>
+  </tr>
+
+</table>
+
+<!--#include virtual="/samba/footer.html" -->