Place-holder templates for 5.4 and 6.0 todo lists.
This commit is contained in:
parent
0b4e250d55
commit
f5c1abdca7
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=22638
4 changed files with 202 additions and 0 deletions
14
en/releases/5.4R/Makefile
Normal file
14
en/releases/5.4R/Makefile
Normal file
|
@ -0,0 +1,14 @@
|
|||
# $FreeBSD$
|
||||
|
||||
.if exists(../Makefile.conf)
|
||||
.include "../Makefile.conf"
|
||||
.endif
|
||||
.if exists(../Makefile.inc)
|
||||
.include "../Makefile.inc"
|
||||
.endif
|
||||
|
||||
DOCS= todo.sgml
|
||||
|
||||
DATA= docbook.css
|
||||
|
||||
.include "${WEB_PREFIX}/share/mk/web.site.mk"
|
87
en/releases/5.4R/todo.sgml
Normal file
87
en/releases/5.4R/todo.sgml
Normal file
|
@ -0,0 +1,87 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
||||
<!ENTITY base CDATA "../..">
|
||||
<!ENTITY email 'freebsd-qa'>
|
||||
<!ENTITY date "$FreeBSD$">
|
||||
<!ENTITY title "FreeBSD 5.4 Open Issues">
|
||||
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
|
||||
<!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 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 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
|
||||
Release Engineering Team (re@FreeBSD.org) (for general items) or
|
||||
Documentation Engineering Team (doceng@FreeBSD.org) (for doc-related
|
||||
items).
|
||||
|
||||
-->
|
||||
|
||||
<html>
|
||||
&header;
|
||||
|
||||
<h1>Open Issues</h1>
|
||||
|
||||
<p>This is a list of open issues that need to be resolved for FreeBSD
|
||||
5.4. If you have any updates for this list, please e-mail
|
||||
re@FreeBSD.org.</p>
|
||||
|
||||
<h3>Show stopper defects for 5.4-RELEASE</h3>
|
||||
|
||||
<table border=1 width="100%">
|
||||
<tr><th>Issue</th><th>Status</th><th>Responsible</th><th>Description</th>
|
||||
</tr>
|
||||
|
||||
<!-- Woo hoo, none yet! -->
|
||||
|
||||
</table>
|
||||
|
||||
<h3>Required features for 5.4-RELEASE</h3>
|
||||
|
||||
<table border=1 width="100%">
|
||||
<tr><th>Issue</th><th>Status</th><th>Responsible</th><th>Description</th>
|
||||
</tr>
|
||||
|
||||
</table>
|
||||
|
||||
<h3>Desired features for 5.4-RELEASE</h3>
|
||||
|
||||
<table border=1 width="100%">
|
||||
<tr><th>Issue</th><th>Status</th><th>Responsible</th><th>Description</th>
|
||||
</tr>
|
||||
|
||||
</table>
|
||||
|
||||
<h3>Documentation items that must be resolved for 5.4</h3>
|
||||
|
||||
<table border=1 width="100%">
|
||||
<tr><th>Issue</th><th>Status</th><th>Responsible</th><th>Description</th>
|
||||
</tr>
|
||||
|
||||
</table>
|
||||
|
||||
|
||||
<h3>Testing focuses for 5.4-RELEASE</h3>
|
||||
|
||||
<table border=1 width="100%">
|
||||
<tr><th>Issue</th><th>Status</th><th>Responsible</th><th>Description</th>
|
||||
</tr>
|
||||
|
||||
<!-- Woo hoo, none yet! -->
|
||||
|
||||
</trable>
|
||||
|
||||
&footer;
|
||||
|
||||
</body>
|
||||
</html>
|
14
en/releases/6.0R/Makefile
Normal file
14
en/releases/6.0R/Makefile
Normal file
|
@ -0,0 +1,14 @@
|
|||
# $FreeBSD$
|
||||
|
||||
.if exists(../Makefile.conf)
|
||||
.include "../Makefile.conf"
|
||||
.endif
|
||||
.if exists(../Makefile.inc)
|
||||
.include "../Makefile.inc"
|
||||
.endif
|
||||
|
||||
DOCS= todo.sgml
|
||||
|
||||
DATA= docbook.css
|
||||
|
||||
.include "${WEB_PREFIX}/share/mk/web.site.mk"
|
87
en/releases/6.0R/todo.sgml
Normal file
87
en/releases/6.0R/todo.sgml
Normal file
|
@ -0,0 +1,87 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
||||
<!ENTITY base CDATA "../..">
|
||||
<!ENTITY email 'freebsd-qa'>
|
||||
<!ENTITY date "$FreeBSD$">
|
||||
<!ENTITY title "FreeBSD 6.0 Open Issues">
|
||||
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
|
||||
<!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 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 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
|
||||
Release Engineering Team (re@FreeBSD.org) (for general items) or
|
||||
Documentation Engineering Team (doceng@FreeBSD.org) (for doc-related
|
||||
items).
|
||||
|
||||
-->
|
||||
|
||||
<html>
|
||||
&header;
|
||||
|
||||
<h1>Open Issues</h1>
|
||||
|
||||
<p>This is a list of open issues that need to be resolved for FreeBSD
|
||||
6.0. If you have any updates for this list, please e-mail
|
||||
re@FreeBSD.org.</p>
|
||||
|
||||
<h3>Show stopper defects for 6.0-RELEASE</h3>
|
||||
|
||||
<table border=1 width="100%">
|
||||
<tr><th>Issue</th><th>Status</th><th>Responsible</th><th>Description</th>
|
||||
</tr>
|
||||
|
||||
<!-- Woo hoo, none yet! -->
|
||||
|
||||
</table>
|
||||
|
||||
<h3>Required features for 6.0-RELEASE</h3>
|
||||
|
||||
<table border=1 width="100%">
|
||||
<tr><th>Issue</th><th>Status</th><th>Responsible</th><th>Description</th>
|
||||
</tr>
|
||||
|
||||
</table>
|
||||
|
||||
<h3>Desired features for 6.0-RELEASE</h3>
|
||||
|
||||
<table border=1 width="100%">
|
||||
<tr><th>Issue</th><th>Status</th><th>Responsible</th><th>Description</th>
|
||||
</tr>
|
||||
|
||||
</table>
|
||||
|
||||
<h3>Documentation items that must be resolved for 6.0</h3>
|
||||
|
||||
<table border=1 width="100%">
|
||||
<tr><th>Issue</th><th>Status</th><th>Responsible</th><th>Description</th>
|
||||
</tr>
|
||||
|
||||
</table>
|
||||
|
||||
|
||||
<h3>Testing focuses for 6.0-RELEASE</h3>
|
||||
|
||||
<table border=1 width="100%">
|
||||
<tr><th>Issue</th><th>Status</th><th>Responsible</th><th>Description</th>
|
||||
</tr>
|
||||
|
||||
<!-- Woo hoo, none yet! -->
|
||||
|
||||
</trable>
|
||||
|
||||
&footer;
|
||||
|
||||
</body>
|
||||
</html>
|
Loading…
Reference in a new issue