Add 6.2-RELEASE schedule and other release-engineering-maintained
pages. These will be fleshed out some more in the near future.
This commit is contained in:
parent
083f95494d
commit
a9652067af
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=28652
6 changed files with 722 additions and 0 deletions
51
en/releases/6.2R/Makefile
Normal file
51
en/releases/6.2R/Makefile
Normal file
|
@ -0,0 +1,51 @@
|
|||
# $FreeBSD$
|
||||
|
||||
.if exists(../Makefile.conf)
|
||||
.include "../Makefile.conf"
|
||||
.endif
|
||||
.if exists(../Makefile.inc)
|
||||
.include "../Makefile.inc"
|
||||
.endif
|
||||
|
||||
DOCS= todo.sgml schedule.sgml approvals.sgml
|
||||
# DOCS+= announce.sgml
|
||||
# DOCS+= relnotes.sgml
|
||||
# DOCS+= hardware.sgml
|
||||
# DOCS+= installation.sgml
|
||||
|
||||
# DATA+= errata.html
|
||||
# DATA+= hardware-alpha.html
|
||||
# DATA+= hardware-amd64.html
|
||||
# DATA+= hardware-ia64.html
|
||||
# DATA+= hardware-i386.html
|
||||
# DATA+= hardware-pc98.html
|
||||
# DATA+= hardware-sparc64.html
|
||||
# DATA+= installation-alpha.html
|
||||
# DATA+= installation-amd64.html
|
||||
# DATA+= installation-ia64.html
|
||||
# DATA+= installation-i386.html
|
||||
# DATA+= installation-pc98.html
|
||||
# DATA+= installation-sparc64.html
|
||||
# DATA+= readme.html
|
||||
# DATA+= relnotes-alpha.html
|
||||
# DATA+= relnotes-amd64.html
|
||||
# DATA+= relnotes-ia64.html
|
||||
# DATA+= relnotes-i386.html
|
||||
# DATA+= relnotes-pc98.html
|
||||
# DATA+= relnotes-sparc64.html
|
||||
|
||||
FETCHFILE= http://people.freebsd.org/~pho/stress/log/news.rdf
|
||||
FETCHCMD= /usr/bin/fetch
|
||||
CLEANFILES+= news.rdf stress.html
|
||||
|
||||
DATA+= docbook.css
|
||||
|
||||
news.rdf:
|
||||
${FETCHCMD} ${FETCHFILE}
|
||||
|
||||
stress.html: news.rdf stress.xsl
|
||||
${XSLTPROC} stress.xsl news.rdf > stress.html
|
||||
|
||||
todo.html: stress.html
|
||||
|
||||
.include "${WEB_PREFIX}/share/mk/web.site.mk"
|
60
en/releases/6.2R/approvals.sgml
Normal file
60
en/releases/6.2R/approvals.sgml
Normal file
|
@ -0,0 +1,60 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension//EN" [
|
||||
<!ENTITY base CDATA "../..">
|
||||
<!ENTITY email 're'>
|
||||
<!ENTITY date "$FreeBSD$">
|
||||
<!ENTITY local.rel "6.2">
|
||||
<!ENTITY local.rel.tag "6_2">
|
||||
<!ENTITY title "FreeBSD &local.rel; Commit Approvals">
|
||||
<!ENTITY % navinclude.download "INCLUDE">
|
||||
]>
|
||||
|
||||
<!--
|
||||
|
||||
Changes to this list MUST NOT be committed without approval of the
|
||||
Release Engineering Team (re@FreeBSD.org).
|
||||
|
||||
-->
|
||||
|
||||
<html>
|
||||
&header;
|
||||
|
||||
<h1>Introduction</h1>
|
||||
|
||||
<p>The release engineering team utilizes a code freeze to maintain
|
||||
stability in the period immediately preceding a release. The
|
||||
developers below have been given explicit approval by re@ to
|
||||
continue conservative work in a narrowly defined area until the
|
||||
expiration dates below. All other developers are required to get
|
||||
approval for each individual change from re@ before committing to
|
||||
the release branch.</p>
|
||||
|
||||
<p>General discussions about the release engineering process or
|
||||
quality assurance issues should be sent to the public <a
|
||||
href="mailto:FreeBSD-qa@FreeBSD.org">freebsd-qa</a> mailing list.
|
||||
<a
|
||||
href="&base;/doc/en_US.ISO8859-1/books/faq/misc.html#DEFINE-MFC">MFC</a>
|
||||
requests should be sent to <a
|
||||
href="mailto:re@FreeBSD.org">re@FreeBSD.org</a>.</p>
|
||||
|
||||
<h1>Approval List</h1>
|
||||
|
||||
<table class="tblbasic">
|
||||
<tr class="heading">
|
||||
<th>Committer</th>
|
||||
<th>Area</th>
|
||||
<th>Expiration</th>
|
||||
</tr>
|
||||
|
||||
</table>
|
||||
|
||||
<h1>Additional Information</h1>
|
||||
|
||||
<ul>
|
||||
<li><a href="todo.html">FreeBSD &local.rel; developer todo list.</a></li>
|
||||
<li><a href="&base;/releng/index.html">FreeBSD Release Engineering website.</a></li>
|
||||
</ul>
|
||||
|
||||
&footer;
|
||||
|
||||
</body>
|
||||
</html>
|
161
en/releases/6.2R/docbook.css
Normal file
161
en/releases/6.2R/docbook.css
Normal file
|
@ -0,0 +1,161 @@
|
|||
/*
|
||||
* Copyright (c) 2003 The FreeBSD Documentation Project
|
||||
* All rights reserved.
|
||||
*
|
||||
* Redistribution and use in source and binary forms, with or without
|
||||
* modification, are permitted provided that the following conditions
|
||||
* are met:
|
||||
* 1. Redistributions of source code must retain the above copyright
|
||||
* notice, this list of conditions and the following disclaimer.
|
||||
* 2. Redistributions in binary form must reproduce the above copyright
|
||||
* notice, this list of conditions and the following disclaimer in the
|
||||
* documentation and/or other materials provided with the distribution.
|
||||
*
|
||||
* THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
|
||||
* ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
||||
* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
|
||||
* ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
|
||||
* FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
||||
* DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
|
||||
* OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
|
||||
* HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
|
||||
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
|
||||
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||
* SUCH DAMAGE.
|
||||
*
|
||||
* $FreeBSD: www/en/releases/6.1R/docbook.css,v 1.1 2006/05/09 02:52:06 murray Exp $
|
||||
*/
|
||||
|
||||
BODY ADDRESS {
|
||||
line-height: 1.3;
|
||||
margin: .6em 0;
|
||||
}
|
||||
|
||||
BODY BLOCKQUOTE {
|
||||
margin-top: .75em;
|
||||
line-height: 1.5;
|
||||
margin-bottom: .75em;
|
||||
}
|
||||
|
||||
HTML BODY {
|
||||
margin: 1em 8% 1em 10%;
|
||||
line-height: 1.2;
|
||||
}
|
||||
|
||||
.LEGALNOTICE {
|
||||
font-size: small;
|
||||
font-variant: small-caps;
|
||||
}
|
||||
|
||||
BODY DIV {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
DL {
|
||||
margin: .8em 0;
|
||||
line-height: 1.2;
|
||||
}
|
||||
|
||||
BODY FORM {
|
||||
margin: .6em 0;
|
||||
}
|
||||
|
||||
H1, H2, H3, H4, H5, H6,
|
||||
DIV.EXAMPLE P B,
|
||||
.QUESTION,
|
||||
DIV.TABLE P B,
|
||||
DIV.PROCEDURE P B {
|
||||
color: #990000;
|
||||
}
|
||||
|
||||
BODY H1 {
|
||||
margin: .8em 0 0 -4%;
|
||||
line-height: 1.3;
|
||||
}
|
||||
|
||||
BODY H2 {
|
||||
margin: .8em 0 0 -4%;
|
||||
line-height: 1.3;
|
||||
}
|
||||
|
||||
BODY H3 {
|
||||
margin: .8em 0 0 -3%;
|
||||
line-height: 1.3;
|
||||
}
|
||||
|
||||
BODY H4 {
|
||||
margin: .8em 0 0 -3%;
|
||||
line-height: 1.3;
|
||||
}
|
||||
|
||||
BODY H5 {
|
||||
margin: .8em 0 0 -2%;
|
||||
line-height: 1.3;
|
||||
}
|
||||
|
||||
BODY H6 {
|
||||
margin: .8em 0 0 -1%;
|
||||
line-height: 1.3;
|
||||
}
|
||||
|
||||
BODY HR {
|
||||
margin: .6em
|
||||
}
|
||||
|
||||
BODY IMG.NAVHEADER {
|
||||
margin: 0 0 0 -4%;
|
||||
}
|
||||
|
||||
OL {
|
||||
margin: 0 0 0 5%;
|
||||
line-height: 1.2;
|
||||
}
|
||||
|
||||
BODY P {
|
||||
margin: .6em 0;
|
||||
line-height: 1.2;
|
||||
}
|
||||
|
||||
BODY PRE {
|
||||
margin: .75em 0;
|
||||
line-height: 1.0;
|
||||
color: #461b7e;
|
||||
}
|
||||
|
||||
BODY TD {
|
||||
line-height: 1.2
|
||||
}
|
||||
|
||||
BODY TH {
|
||||
line-height: 1.2;
|
||||
}
|
||||
|
||||
UL, BODY DIR, BODY MENU {
|
||||
margin: 0 0 0 5%;
|
||||
line-height: 1.2;
|
||||
}
|
||||
|
||||
HTML {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
|
||||
.FILENAME {
|
||||
color: #007a00;
|
||||
}
|
||||
|
||||
BODY H1, BODY H2, BODY H3, BODY H4, BODY H5, BODY H6 {
|
||||
margin-left: 0
|
||||
}
|
||||
|
||||
.GUIMENU, .GUIMENUITEM, .GUISUBMENU,
|
||||
.GUILABEL, .INTERFACE, .GUIBUTTON,
|
||||
.SHORTCUT, .SHORTCUT .KEYCAP {
|
||||
background-color: #F0F0F0;
|
||||
}
|
||||
|
||||
.ACCEL {
|
||||
background-color: #F0F0F0;
|
||||
text-decoration: underline;
|
||||
}
|
286
en/releases/6.2R/schedule.sgml
Normal file
286
en/releases/6.2R/schedule.sgml
Normal file
|
@ -0,0 +1,286 @@
|
|||
<!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 "6.2">
|
||||
<!ENTITY local.rel.tag "6_2">
|
||||
<!ENTITY title "FreeBSD &local.rel; Release Process">
|
||||
<!ENTITY % navinclude.download "INCLUDE">
|
||||
]>
|
||||
|
||||
<html>
|
||||
&header;
|
||||
|
||||
<h1>Introduction</h1>
|
||||
|
||||
<p>This is a specific schedule for the release of FreeBSD &local.rel;. For
|
||||
more general information about the release engineering process,
|
||||
please see the <a href="&base;/releng/index.html">Release
|
||||
Engineering</a> section of the web site.</p>
|
||||
|
||||
<p>General discussions about the release engineering process or
|
||||
quality assurance issues should be sent to the public <a
|
||||
href="mailto:FreeBSD-qa@FreeBSD.org">freebsd-qa</a> mailing list.
|
||||
<a
|
||||
href="&base;/doc/en_US.ISO8859-1/books/faq/misc.html#DEFINE-MFC">MFC</a>
|
||||
requests should be sent to <a
|
||||
href="mailto:re@FreeBSD.org">re@FreeBSD.org</a>.</p>
|
||||
|
||||
<h1>Schedule</h1>
|
||||
|
||||
<table class="tblbasic">
|
||||
<tr class="heading">
|
||||
<th>Action</th>
|
||||
<th>Expected</th>
|
||||
<th>Actual</th>
|
||||
<th>Description</th>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>Reminder announcement</td>
|
||||
<td>8 September 2006</td>
|
||||
<td>8 September 2006</td>
|
||||
<td>Release Engineers send announcement email to
|
||||
developers with a rough schedule for the FreeBSD
|
||||
&local.rel; release.</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>Code freeze begins</td>
|
||||
<td>10 September 2006</td>
|
||||
<td>10 September 2006</td>
|
||||
<td>After this date, all commits to HEAD must be approved by <a
|
||||
href="mailto:re@FreeBSD.org">re@FreeBSD.org</a>. Certain highly
|
||||
active documentation committers are exempt from this rule for
|
||||
routine man page / release note updates. Heads-up emails
|
||||
should be sent to the developers, as well as <tt>stable@</tt>
|
||||
and <tt>qa@</tt> lists.</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>Announce the Ports Freeze</td>
|
||||
<td>TBD</td>
|
||||
<td>--</td>
|
||||
<td><tt>portmgr@</tt> sends email to
|
||||
<tt>freebsd-ports@</tt> to announce the dates
|
||||
for the week long ports freeze and tagging of the ports tree.</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>Begin <tt>&local.rel;-BETA1</tt> builds</td>
|
||||
<td>16 September 2006</td>
|
||||
<td>--</td>
|
||||
<td>Begin building the first public test release build for all Tier-1
|
||||
platforms.</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>Release <tt>&local.rel;-BETA1</tt></td>
|
||||
<td>17 September 2006</td>
|
||||
<td>--</td>
|
||||
<td>&local.rel;-BETA1 Tier-1 platform images built, released, and
|
||||
uploaded to <tt>ftp-master.FreeBSD.org</tt>.</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>Begin <tt>&local.rel;-BETA2</tt> builds</td>
|
||||
<td>30 September 2006</td>
|
||||
<td>--</td>
|
||||
<td>Begin building the second public test release build for all Tier-1
|
||||
platforms.</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>Release <tt>&local.rel;-BETA2</tt></td>
|
||||
<td>1 October 2006</td>
|
||||
<td>--</td>
|
||||
<td>&local.rel;-BETA2 Tier-1 platform images built, released, and
|
||||
uploaded to <tt>ftp-master.FreeBSD.org</tt>.</td>
|
||||
</tr>
|
||||
|
||||
<!-- portmgr should tweak these values after we commit it to CVS -->
|
||||
<tr>
|
||||
<td>Ports tree frozen</td>
|
||||
<td>TBD</td>
|
||||
<td>--</td>
|
||||
<td>Only approved commits will be permitted to the <tt>ports/</tt>
|
||||
tree during the freeze.</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><tt>RELENG_&local.rel.tag;</tt> branch</td>
|
||||
<td>12 October 2006</td>
|
||||
<td>--</td>
|
||||
<td>The release branch is created. Update <tt>newvers.sh</tt>
|
||||
and <tt>release.ent</tt> on various branches involved.</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><tt>src/</tt> unfrozen</td>
|
||||
<td>14 October 2006</td>
|
||||
<td>--</td>
|
||||
<td>Unfreeze <tt>RELENG_6</tt> src. Continue to coordinate significant
|
||||
check-ins with <tt>re@FreeBSD.org</tt> until the release is final.</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>Build <tt>&local.rel;-RC1</tt></td>
|
||||
<td>14 October 2006</td>
|
||||
<td>--</td>
|
||||
<td>Begin building the first release candidate build for all Tier-1
|
||||
platforms.</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>Release <tt>&local.rel;-RC1</tt></td>
|
||||
<td>15 October 2006</td>
|
||||
<td>--</td>
|
||||
<td>&local.rel;-RC1 Tier-1 platform images released and
|
||||
uploaded to <tt>ftp-master.FreeBSD.org</tt>.</td>
|
||||
</tr>
|
||||
|
||||
<!-- portmgr should tweak these values after we commit it to CVS -->
|
||||
<!-- packages should be loaded on ftp-master at least two days before -->
|
||||
<!-- release bits get loaded to avoid network congestion problems -->
|
||||
<tr>
|
||||
<td>Ports tree tagged</td>
|
||||
<td>TBD</td>
|
||||
<td>--</td>
|
||||
<td><tt>RELEASE_&local.rel.tag;_0</tt> tag for <tt>ports/</tt>.</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>Ports tree unfrozen</td>
|
||||
<td>TBD</td>
|
||||
<td>--</td>
|
||||
<td>After the <tt>ports/</tt> tree is tagged,
|
||||
the <tt>ports/</tt> tree will be re-opened for commits, but
|
||||
commits made after tagging will not go in &local.rel;-RELEASE.</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>Final package build starts</td>
|
||||
<td>TBD</td>
|
||||
<td>--</td>
|
||||
<td>The ports cluster and
|
||||
<a href="http://pointyhat.FreeBSD.org">pointyhat</a>
|
||||
build final packages.</td>
|
||||
</tr>
|
||||
|
||||
<!-- doceng should tweak these values after we commit it to CVS -->
|
||||
<tr>
|
||||
<td>Announce <tt>doc/</tt> tree slush</td>
|
||||
<td>TBD</td>
|
||||
<td>--</td>
|
||||
<td>Notification of the impending <tt>doc/</tt> tree slush should
|
||||
be sent to <tt>doc@</tt>.</td>
|
||||
</tr>
|
||||
|
||||
<!-- doceng should tweak these values after we commit it to CVS -->
|
||||
<tr>
|
||||
<td><tt>doc/</tt> tree slush</td>
|
||||
<td>TBD</td>
|
||||
<td>--</td>
|
||||
<td>Non-essential commits to the <tt>en_US.ISO8859-1/</tt> subtree
|
||||
should be delayed from this point until after the <tt>doc/</tt>
|
||||
tree tagging, to give translation teams time to synchronize
|
||||
their work.</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>Build <tt>&local.rel;-RC2</tt></td>
|
||||
<td>28 October 2006</td>
|
||||
<td>--</td>
|
||||
<td>Begin building the second release candidate build for all Tier-1
|
||||
platforms.</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>Release <tt>&local.rel;-RC2</tt></td>
|
||||
<td>29 October 2006</td>
|
||||
<td>--</td>
|
||||
<td>&local.rel;-RC2 Tier-1 platform images released and
|
||||
uploaded to <tt>ftp-master.FreeBSD.org</tt>.</td>
|
||||
</tr>
|
||||
|
||||
<!-- doceng should tweak these values after we commit it to CVS -->
|
||||
<tr>
|
||||
<td><tt>doc/</tt> tree tagged.</td>
|
||||
<td>TBD</td>
|
||||
<td>--</td>
|
||||
<td>Version number bumps for <tt>doc/</tt> subtree.
|
||||
<tt>RELEASE_&local.rel.tag;_0</tt> tag for <tt>doc/</tt>. <tt>doc/</tt>
|
||||
slush ends at this time.</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>Version numbers bumped</td>
|
||||
<td>9 November 2006</td>
|
||||
<td>--</td>
|
||||
<td>The files listed <a
|
||||
href="&base;/doc/en_US.ISO8859-1/articles/releng/article.html#VERSIONBUMP">here</a>
|
||||
are updated to reflect FreeBSD &local.rel;.</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><tt>src/</tt> tree tagged</td>
|
||||
<td>9 November 2006</td>
|
||||
<td>--</td>
|
||||
<td>Tag the <tt>RELENG_&local.rel.tag;</tt> branch with
|
||||
<tt>RELENG_&local.rel.tag;_0_RELEASE</tt>.</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>Begin <tt>&local.rel;-RELEASE</tt> builds</td>
|
||||
<td>9 November 2006</td>
|
||||
<td>--</td>
|
||||
<td>Start &local.rel;-RELEASE Tier-1 builds.</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>Warn <tt>mirror-announce@FreeBSD.org</tt></td>
|
||||
<td>9 November 2006</td>
|
||||
<td>--</td>
|
||||
<td>Heads up email to <tt>mirror-announce@FreeBSD.org</tt> to give admins
|
||||
time to prepare for the load spike to come. The site
|
||||
administrators have frequently requested advance notice
|
||||
for new ISOs.</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>Upload to <tt>ftp-master</tt></td>
|
||||
<td>10 November 2006</td>
|
||||
<td>--</td>
|
||||
<td>Release and packages uploaded to <tt>ftp-master.FreeBSD.org.</tt></td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>Announcement</td>
|
||||
<td>13 November 2006</td>
|
||||
<td>--</td>
|
||||
<td>Announcement sent out after a majority of the mirrors have
|
||||
received the bits.</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>Turn over to so@</td>
|
||||
<td>TBD</td>
|
||||
<td>--</td>
|
||||
<td>Control of the RELENG_&local.rel.tag; branch is handed over to
|
||||
the FreeBSD Security Officer Team one or two weeks after the
|
||||
announcement.</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<h1>Additional Information</h1>
|
||||
|
||||
<ul>
|
||||
<li><a href="todo.html">FreeBSD &local.rel; developer todo list.</a></li>
|
||||
<li><a href="approvals.html">FreeBSD &local.rel; Code Freeze Commit Approval List.</a></li>
|
||||
<li><a href="&base;/releng/index.html">FreeBSD Release Engineering website.</a></li>
|
||||
</ul>
|
||||
|
||||
&footer;
|
||||
|
||||
</body>
|
||||
</html>
|
31
en/releases/6.2R/stress.xsl
Normal file
31
en/releases/6.2R/stress.xsl
Normal file
|
@ -0,0 +1,31 @@
|
|||
<!-- $FreeBSD: www/en/releases/6.1R/stress.xsl,v 1.1 2006/01/25 23:58:36 murray Exp $ -->
|
||||
|
||||
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:cvs="http://www.FreeBSD.org/XML/CVS"
|
||||
exclude-result-prefixes="rdf cvs"
|
||||
version="1.0">
|
||||
|
||||
<xsl:output
|
||||
method="html"
|
||||
indent="no"
|
||||
encoding="utf-8"/>
|
||||
|
||||
<!-- match first element whether we're using namespaces or not -->
|
||||
|
||||
<xsl:template match="/*[1]">
|
||||
<xsl:comment>Generated from XSLT</xsl:comment>
|
||||
<ul>
|
||||
<xsl:for-each select="*[local-name()='item']">
|
||||
<li>
|
||||
<xsl:element name="a">
|
||||
<xsl:attribute name="href"><xsl:value-of select="*[local-name()='link']"/></xsl:attribute>
|
||||
<xsl:value-of select="*[local-name()='title']"/>
|
||||
</xsl:element>
|
||||
</li>
|
||||
</xsl:for-each>
|
||||
</ul>
|
||||
|
||||
</xsl:template>
|
||||
|
||||
</xsl:stylesheet>
|
133
en/releases/6.2R/todo.sgml
Normal file
133
en/releases/6.2R/todo.sgml
Normal file
|
@ -0,0 +1,133 @@
|
|||
<!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 "6.2">
|
||||
<!ENTITY title "FreeBSD 6.2 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 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 the
|
||||
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>
|
||||
<li><a href="#stresstest">Problems Discovered by Kernel Stress Test Suite</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>
|
||||
|
||||
<tr><td colspan="4">No pending issues.</td></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>
|
||||
|
||||
<tr><td colspan="4">No pending issues.</td></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>
|
||||
|
||||
<tr><td colspan="4">No pending issues.</td></tr>
|
||||
</table>
|
||||
|
||||
<h3>Documentation items that must be resolved for &local.rel;-RELEASE</h3>
|
||||
|
||||
<a name="docs"></a>
|
||||
<table class="tblbasic">
|
||||
<tr class="heading">
|
||||
<th>Issue</th>
|
||||
<th>Status</th>
|
||||
<th>Responsible</th>
|
||||
<th>Description</th>
|
||||
</tr>
|
||||
|
||||
<tr><td colspan="4">No pending issues.</td></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>
|
||||
|
||||
<tr><td colspan="4">No pending issues.</td></tr>
|
||||
</table>
|
||||
|
||||
<h3>Stress Test Panics</h3>
|
||||
|
||||
<a name="stresstest"></a>
|
||||
<p>The system is continuously being subjected to Peter Holm's <a
|
||||
href="http://www.holm.cc/stress/">Kernel Stress Test Suite</a>. The
|
||||
following issues have recently been discovered from this test
|
||||
suite.</p>
|
||||
|
||||
&stresstest;
|
||||
|
||||
&footer;
|
||||
|
||||
</body>
|
||||
</html>
|
Loading…
Reference in a new issue