Add a new 'desirable' feature. Do some whitespace cleanups and some

fixes to make it a bit more in line with standards for formatting in
a few places.  I broke with standards for the table header entries but
I think this format will help people make sure they get the right number
of entries for the rows - this format for the <th> entries matches what
all the other row definitions wind up using for the <td> entries.
This commit is contained in:
Ken Smith 2005-01-28 16:47:30 +00:00
parent 884813976e
commit d1b6752adf
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=23673

View file

@ -1,7 +1,7 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
<!ENTITY base CDATA "../.."> <!ENTITY base CDATA "../..">
<!ENTITY email 'freebsd-qa'> <!ENTITY email 'freebsd-qa'>
<!ENTITY date "$FreeBSD: www/en/releases/5.4R/todo.sgml,v 1.3 2004/10/22 10:17:42 rwatson Exp $"> <!ENTITY date "$FreeBSD: www/en/releases/5.4R/todo.sgml,v 1.4 2004/10/22 10:22:48 rwatson Exp $">
<!ENTITY title "FreeBSD 5.4 Open Issues"> <!ENTITY title "FreeBSD 5.4 Open Issues">
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes; <!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
<!ENTITY % developers SYSTEM "../../developers.sgml"> %developers; <!ENTITY % developers SYSTEM "../../developers.sgml"> %developers;
@ -41,17 +41,22 @@
<h3>Show stopper defects for 5.4-RELEASE</h3> <h3>Show stopper defects for 5.4-RELEASE</h3>
<table border=1 width="100%"> <table border=1 width="100%">
<tr><th>Issue</th><th>Status</th><th>Responsible</th><th>Description</th> <tr>
<th>Issue</th>
<th>Status</th>
<th>Responsible</th>
<th>Description</th>
</tr> </tr>
<!-- Woo hoo, none yet! -->
</table> </table>
<h3>Required features for 5.4-RELEASE</h3> <h3>Required features for 5.4-RELEASE</h3>
<table border=1 width="100%"> <table border=1 width="100%">
<tr><th>Issue</th><th>Status</th><th>Responsible</th><th>Description</th> <tr>
<th>Issue</th>
<th>Status</th>
<th>Responsible</th>
<th>Description</th>
</tr> </tr>
<tr> <tr>
@ -111,13 +116,23 @@
preemption. For 5.4-RELEASE, it is desirable to complete the locking preemption. For 5.4-RELEASE, it is desirable to complete the locking
work for KAME IPSEC so that it can run without the Giant lock.</td> work for KAME IPSEC so that it can run without the Giant lock.</td>
</tr> </tr>
</table> </table>
<h3>Desired features for 5.4-RELEASE</h3> <h3>Desired features for 5.4-RELEASE</h3>
<table border=1 width="100%"> <table border=1 width="100%">
<tr><th>Issue</th><th>Status</th><th>Responsible</th><th>Description</th> <tr>
<th>Issue</th>
<th>Status</th>
<th>Responsible</th>
<th>Description</th>
</tr>
<tr>
<td>Update sysinstall to handle separate packages CD</td>
<td>&status.wip;</td>
<td>&a.scottl;</td>
<td>Avoid the need for a disc1-gnome/disc1-kde as was done for 4.11</td>
</tr> </tr>
<tr> <tr>
@ -160,22 +175,27 @@
is desirable to complete the locking work for IPX so that it can run is desirable to complete the locking work for IPX so that it can run
without the Giant lock.</td> without the Giant lock.</td>
</tr> </tr>
</table> </table>
<h3>Documentation items that must be resolved for 5.4</h3> <h3>Documentation items that must be resolved for 5.4</h3>
<table border=1 width="100%"> <table border=1 width="100%">
<tr><th>Issue</th><th>Status</th><th>Responsible</th><th>Description</th> <tr>
<th>Issue</th>
<th>Status</th>
<th>Responsible</th>
<th>Description</th>
</tr> </tr>
</table> </table>
<h3>Testing focuses for 5.4-RELEASE</h3> <h3>Testing focuses for 5.4-RELEASE</h3>
<table border=1 width="100%"> <table border=1 width="100%">
<tr><th>Issue</th><th>Status</th><th>Responsible</th><th>Description</th> <tr>
<th>Issue</th>
<th>Status</th>
<th>Responsible</th>
<th>Description</th>
</tr> </tr>
<!-- Woo hoo, none yet! --> <!-- Woo hoo, none yet! -->