aboutsummaryrefslogtreecommitdiff
path: root/en_US.ISO8859-1/htdocs/releases/7.2R/status.sgml
blob: 69aaacf94e74100c75d2132f627b4a62986b93ef (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE html PUBLIC "-//FreeBSD//DTD XHTML 1.0 Transitional-Based Extension//EN"
"http://www.FreeBSD.org/XML/doc/share/sgml/xhtml10-freebsd.dtd" [
<!ENTITY email 're'>
<!ENTITY local.rel "7.2">
<!ENTITY title "FreeBSD 7.2 Status Page">
<!-- Status levels -->
<!ENTITY status.na "<font color="green">N/A</font>">
<!ENTITY status.done "<font color="green">Done</font>">
<!ENTITY status.none "<font color="green">None</font>">
<!ENTITY status.ok "<font color="green">On schedule, no blockers</font>">
<!ENTITY status.blocked "<font color="red">Blocked</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?">

]>

<!--

  Changes to this list MUST NOT be committed without approval of the
  Release Engineering Team (re@FreeBSD.org).

-->

<html xmlns="http://www.w3.org/1999/xhtml">
<head>
      <title>&title;</title>

      <cvs:keyword xmlns:cvs="http://www.FreeBSD.org/XML/CVS">$FreeBSD$</cvs:keyword>
    </head>

    <body class="navinclude.download">

<p>This is a status page for FreeBSD &local.rel;.  If you have any
updates for these lists, please e-mail re@FreeBSD.org.</p>

<ul>
  <li><a href="#status">Overall Status</a></li>
  <li><a href="#showstopper">Showstoppers</a></li>
  <li><a href="#feature">Feature enhancement</a></li>
</ul>

<h3>Overall Status for &local.rel;-RELEASE</h3>

<a name="status"></a>
<table class="tblbasic">
  <tr class="heading">
    <th>Status</th>
    <th>Description</th>
  </tr>

  <tr>
    <td>&status.ok;</td>
    <td></td>
  </tr>

</table>

<h3>Showstoppers for &local.rel;-RELEASE</h3>

<a name="showstoppers"></a>
<table class="tblbasic">
  <tr class="heading">
    <th>Issue</th>
    <th>Status</th>
    <th>Responsible</th>
    <th>Description</th>
  </tr>

  <tr>
    <td>&status.none;</td>
    <td></td>
    <td></td>
    <td></td>
  </tr>

</table>

<h3>Feature enhancement that may be interesting for &local.rel;-RELEASE</h3>

<p>The following is a list of some desired features and enhancements
  that could be added to &local.rel;-RELEASE if a developer has the
  opportunity to work on.  The integrity and the quality of the
  &local.rel;-RELEASE is not impacted by these items.<p>

<a name="feature"></a>
<table class="tblbasic">
  <tr class="heading">
    <th>Feature</th>
    <th>Status</th>
    <th>Responsible</th>
    <th>Description</th>
  </tr>

  <tr>
    <td></td>
    <td></td>
    <td></td>
    <td></td>
  </tr>
</table>


  </body>
</html>