aboutsummaryrefslogtreecommitdiff
path: root/en_US.ISO8859-1/htdocs/releases/5.5R/todo.sgml
diff options
context:
space:
mode:
Diffstat (limited to 'en_US.ISO8859-1/htdocs/releases/5.5R/todo.sgml')
-rw-r--r--en_US.ISO8859-1/htdocs/releases/5.5R/todo.sgml118
1 files changed, 118 insertions, 0 deletions
diff --git a/en_US.ISO8859-1/htdocs/releases/5.5R/todo.sgml b/en_US.ISO8859-1/htdocs/releases/5.5R/todo.sgml
new file mode 100644
index 0000000000..773af654d4
--- /dev/null
+++ b/en_US.ISO8859-1/htdocs/releases/5.5R/todo.sgml
@@ -0,0 +1,118 @@
+<!DOCTYPE HTML PUBLIC "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension//EN" [
+<!ENTITY base CDATA "../..">
+<!ENTITY email 'freebsd-qa'>
+<!ENTITY date "$FreeBSD: www/en/releases/5.5R/todo.sgml,v 1.1 2006/01/26 00:10:24 murray Exp $">
+<!ENTITY local.rel "5.5">
+<!ENTITY title "FreeBSD 5.5 Open Issues">
+<!ENTITY % navinclude.download "INCLUDE">
+<!ENTITY % developers SYSTEM "../../developers.sgml"> %developers;
+<!-- Status levels -->
+<!ENTITY status.na "<font color=green>N/A</font>">
+<!ENTITY status.done "<font color=green>Done</font>">
+<!ENTITY status.wip "<font color=blue>In&nbsp;progress</font>">
+<!ENTITY status.untested "<font color=orange>Needs&nbsp;testing</font>">
+<!ENTITY status.new "<font color=red>Not&nbsp;done</font>">
+<!ENTITY status.unknown "<font color=red>Unknown</font>">
+<!ENTITY status.deferred "<font color=gray>Deferred for future release</font>">
+
+<!ENTITY url.cvsweb "http://www.freebsd.org/cgi/cvsweb.cgi">
+<!ENTITY url.mid "http://docs.freebsd.org/cgi/mid.cgi?">
+<!ENTITY url.pr "http://www.freebsd.org/cgi/query-pr.cgi?">
+
+<!ENTITY stresstest SYSTEM "./stress.html">
+]>
+
+<!--
+
+ Changes to this list MUST NOT be committed without approval of
+ Release Engineering Team (re@FreeBSD.org) (for general items) or
+ Documentation Engineering Team (doceng@FreeBSD.org) (for doc-related
+ items).
+
+-->
+
+<html>
+&header;
+
+<p>This is a list of open issues that need to be resolved for FreeBSD
+ &local.rel;. If you have any updates for this list, please e-mail
+ re@FreeBSD.org.</p>
+
+<ul>
+ <li><a href="#showstopper">Show stopper defects</a></li>
+ <li><a href="#required">Required features</a></li>
+ <li><a href="#desired">Desired features</a></li>
+ <li><a href="#docs">Documentation Items</a></li>
+ <li><a href="#testing">Testing foci</a></li>
+</ul>
+
+<h3>Show stopper defects for &local.rel;-RELEASE</h3>
+
+<a name="showstopper"></a>
+<table class="tblbasic">
+ <tr class="heading">
+ <th>Issue</th>
+ <th>Status</th>
+ <th>Responsible</th>
+ <th>Description</th>
+ </tr>
+
+</table>
+
+<h3>Required features for &local.rel;-RELEASE</h3>
+
+<a name="required"></a>
+<table class="tblbasic">
+ <tr class="heading">
+ <th>Issue</th>
+ <th>Status</th>
+ <th>Responsible</th>
+ <th>Description</th>
+ </tr>
+
+</table>
+
+<h3>Desired features for &local.rel;-RELEASE</h3>
+
+<a name="desired"></a>
+<table class="tblbasic">
+ <tr class="heading">
+ <th>Issue</th>
+ <th>Status</th>
+ <th>Responsible</th>
+ <th>Description</th>
+ </tr>
+
+</table>
+
+<h3>Documentation items that must be resolved for &local.rel;</h3>
+
+<a name="docs"></a>
+<table class="tblbasic">
+ <tr class="heading">
+ <th>Issue</th>
+ <th>Status</th>
+ <th>Responsible</th>
+ <th>Description</th>
+ </tr>
+
+</table>
+
+
+<h3>Testing foci for &local.rel;-RELEASE</h3>
+
+<a name="testing"></a>
+<table class="tblbasic">
+ <tr class="heading">
+ <th>Issue</th>
+ <th>Status</th>
+ <th>Responsible</th>
+ <th>Description</th>
+ </tr>
+
+</table>
+
+ &footer;
+
+ </body>
+</html>