set on some files as a workaround for binary check. - Fix pathname for svn co in the webupdate script. Approved by: doceng (implicit)
118 lines
2.9 KiB
Text
118 lines
2.9 KiB
Text
<!DOCTYPE HTML PUBLIC "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension//EN" [
|
|
<!ENTITY base CDATA "../..">
|
|
<!ENTITY email 'freebsd-qa'>
|
|
<!ENTITY date "$FreeBSD$">
|
|
<!ENTITY local.rel "5.5">
|
|
<!ENTITY title "FreeBSD 5.5 Open Issues">
|
|
<!ENTITY % navinclude.download "INCLUDE">
|
|
<!ENTITY % developers PUBLIC "-//FreeBSD//ENTITIES FreeBSD Developers Entities//EN"> %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 progress</font>">
|
|
<!ENTITY status.untested "<font color=orange>Needs testing</font>">
|
|
<!ENTITY status.new "<font color=red>Not 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>
|