- Replace /XML/{doc,www}/ with /XML/ in SysId. - Remove empty stylesheets in share/xsl and point share/xml/empty.xsl via XML catalog instead. - Change the L10N layer in freebsd-*.xsl not to use localized XSLT stylesheets directly. - Move share/xsl/* to share/xml and remove share/xsl. - Remove obsolete share/web2c/pdftex.def.
116 lines
3.1 KiB
XML
116 lines
3.1 KiB
XML
<?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/share/xml/xhtml10-freebsd.dtd" [
|
|
<!ENTITY email 'freebsd-qa'>
|
|
<!ENTITY local.rel "8.3">
|
|
<!ENTITY title "FreeBSD &local.rel; Release Process">
|
|
]>
|
|
|
|
<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">
|
|
|
|
<h1>Introduction</h1>
|
|
|
|
<p>This is the release schedule for FreeBSD &local.rel;. For more
|
|
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 pending release and known issues should be
|
|
sent to the public
|
|
<a href="mailto:FreeBSD-stable@FreeBSD.org">freebsd-stable</a> mailing list.
|
|
</p>
|
|
|
|
<h1>Schedule</h1>
|
|
|
|
<table class="tblbasic">
|
|
<tr class="heading">
|
|
<td>Action</td>
|
|
<td>Expected</td>
|
|
<td>Actual</td>
|
|
<td>Description</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>Initial release schedule announcement</td>
|
|
<td>-</td>
|
|
<td>25 January 2012</td>
|
|
<td>Release Engineers send announcement email to developers with a
|
|
rough schedule.</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>Code freeze begins</td>
|
|
<td>15 February 2012</td>
|
|
<td>15 February 2012</td>
|
|
<td>Release Engineers announce that all further commits to the
|
|
stable/8 branch will require explicit approval.
|
|
Certain blanket approvals will be granted for narrow areas of
|
|
development, documentation improvements, etc.</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>BETA1</td>
|
|
<td>17 February 2012</td>
|
|
<td>20 February 2012</td>
|
|
<td>First beta test snapshot.</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>releng/&local.rel; branch</td>
|
|
<td>-</td>
|
|
<td>3 March 2012</td>
|
|
<td>Subversion branch created, propagated to CVS; future
|
|
release engineering proceeds on this branch.</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>RC1</td>
|
|
<td>02 March 2012</td>
|
|
<td>06 March 2012</td>
|
|
<td>First release candidate.</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>RC2</td>
|
|
<td>16 March 2012</td>
|
|
<td>2 April 2012</td>
|
|
<td>Second release candidate.</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>RELEASE build</td>
|
|
<td>9 April 2012</td>
|
|
<td>9 April 2012</td>
|
|
<td>&local.rel;-RELEASE build.</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>RELEASE announcement</td>
|
|
<td>-</td>
|
|
<td>18 April 2012</td>
|
|
<td>&local.rel;-RELEASE press release.</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>Turn over to the secteam</td>
|
|
<td>-</td>
|
|
<td>-</td>
|
|
<td>releng/&local.rel; branch is handed over to
|
|
the FreeBSD Security Officer Team in one or two weeks after the
|
|
announcement.</td>
|
|
</tr>
|
|
</table>
|
|
|
|
<h1>Internal Status / TODO</h1>
|
|
<a href="http://wiki.freebsd.org/Releng/8.3TODO">http://wiki.freebsd.org/Releng/8.3TODO</a>
|
|
|
|
|
|
</body>
|
|
</html>
|