Add the preliminary schedule for 5.3-RELEASE.

This commit is contained in:
Scott Long 2004-08-05 19:56:51 +00:00
parent 2d098e8c6a
commit 46876abb11
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=21834

View file

@ -0,0 +1,216 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
<!ENTITY base CDATA "../..">
<!ENTITY email 'freebsd-qa'>
<!ENTITY date "$FreeBSD$">
<!ENTITY title "FreeBSD 5.3 Release Process">
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
]>
<html>
&header;
<h1>Introduction</h1>
<p>This is a specific schedule for the release of FreeBSD 5.3. 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>
<p>FreeBSD 5.3 will be the first release from the RELENG_5 branch and thus
will also be the first 5-STABLE release.</p>
<p>The current release engineering <a
href="&base;/releases/5.3R/todo.html">TODO list</a> is also available.
This list is updated periodically through the release cycle.</p>
<h1>Schedule</h1>
<table border=1>
<tr>
<td>Action</td>
<td>Expected</td>
<td>Actual</td>
<td>Description</td>
</tr>
<tr>
<td><tt>src/</tt> tree frozen</td>
<td>16&nbsp;Aug&nbsp;2004</td>
<td>&nbsp;</td>
<td>Announce the <tt>src/</tt> code freeze for 5.3. Commits to the
<tt>HEAD</tt> branch will be locked until the <tt>RELENG_5</tt> branch
is created.</td>
</tr>
<tr>
<td><tt>RELENG_5</tt> branch creation</td>
<td>16&nbsp;Aug&nbsp;2004</td>
<td>&nbsp;</td>
<td>Create the <tt>RELENG_5</tt> branch. Commits to this branch will
require Release Engineering approval until the <tt>RELENG_5_3</tt>
branch is created.</td>
</tr>
<tr>
<td>Begin <tt>5.3-BETA1</tt> builds</td>
<td>16&nbsp;Aug&nbsp;2004</td>
<td>&nbsp;</td>
<td>Begin building 5.3-BETA1 disc1 and disc2 for all Tier-1 platforms.
The first built typically requires several days to resolve latent
problems on all platforms, so it will be started early.</td>
</tr>
<tr>
<td>Release <tt>5.3-BETA1</tt></td>
<td>20&nbsp;Aug&nbsp;2004</td>
<td>&nbsp;</td>
<td>5.3-BETA1 tier-1 platform images released and uploaded to
<tt>ftp-master.FreeBSD.org</tt>.</td>
</tr>
<tr>
<td>Build and release <tt>5.3-BETA2</tt></td>
<td>27&nbsp;Aug&nbsp;2004</td>
<td>&nbsp;</td>
<td>5.3-BETA2 tier-1 platform images built, released, and uploaded to
<tt>ftp-master.FreeBSD.org</tt>.</td>
</tr>
<tr>
<td>Build and release <tt>5.3-BETA3</tt></td>
<td>3&nbsp;Sep&nbsp;2004</td>
<td>&nbsp;</td>
<td>5.3-BETA3 tier-1 platform images built, released, and uploaded to
<tt>ftp-master.FreeBSD.org</tt>.</td>
</tr>
<tr>
<td>Build and release <tt>5.3-BETA4</tt></td>
<td>10&nbsp;Aug&nbsp;2004</td>
<td>&nbsp;</td>
<td>5.3-BETA4 tier-1 platform images built, released, and uploaded to
<tt>ftp-master.FreeBSD.org</tt>.</td>
</tr>
<tr>
<td>Turn off debugging for <tt>RELENG_5</tt></td>
<td>17&nbsp;Sep&nbsp;2004</td>
<td>&nbsp;</td>
<td>Turn off WITNESS, INVARIANTS, and malloc debugging options. This will
be the default for all RELENG_5 releases.</td>
</tr>
<tr>
<td>Ports tree tagged</td>
<td>Sep&nbsp;2004</td>
<td>&nbsp;</td>
<td>TBD date of <tt>RELEASE_5_3_0</tt> tag for ports.</td>
</tr>
<tr>
<td>Doc tree tagged</td>
<td>Sep&nbsp;2004</td>
<td>&nbsp;</td>
<td>TBD date of <tt>RELEASE_5_3_0</tt> tag for docs.</td>
</tr>
<tr>
<td><tt>RELENG_5_3</tt> branched</td>
<td>17&nbsp;Sep&nbsp;2004</td>
<td>&nbsp;</td>
<td>Branch of <tt>src/</tt> from <tt>RELENG_5</tt> for the release.</td>
</tr>
<tr>
<td><tt>src/</tt> unfrozen</td>
<td>17&nbsp;Sep&nbsp;2004</td>
<td>&nbsp;</td>
<td>Unfreeze <tt>RELENG_5</tt> src. Continue to coordinate significant
check-ins with <tt>re@FreeBSD.org</tt> until the release is final.</td>
</tr>
<tr>
<td>Build and release <tt>5.3-RC1</tt></td>
<td>17&nbsp;Sep&nbsp;2004</td>
<td>&nbsp;</td>
<td>5.3-RC1 tier-1 platform images released and uploaded to
<tt>ftp-master.FreeBSD.org</tt>.</td>
</tr>
<tr>
<td>Build and release <tt>5.3-RC2</tt></td>
<td>24&nbsp;Sep&nbsp;2004</td>
<td>&nbsp;</td>
<td>5.3-RC2 tier-1 platform images released and uploaded to
<tt>ftp-master.FreeBSD.org</tt>.</td>
</tr>
<tr>
<td>Version numbers bumped</td>
<td>1&nbsp;Oct&nbsp;2004</td>
<td>&nbsp;</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 5.3.</td>
</tr>
<tr>
<td><tt>src/</tt> tree tagged</td>
<td>1&nbsp;Oct&nbsp;2004</td>
<td>&nbsp;</td>
<td>Tag the <tt>RELENG_5_3</tt> branch with <tt>RELENG_5_3_0_RELEASE</tt>.</td>
</tr>
<tr>
<td>Begin <tt>5.3-RELEASE</tt> builds</td>
<td>1&nbsp;Oct&nbsp;2004</td>
<td>&nbsp;</td>
<td>Start 5.3-RELEASE Tier-1 builds.</td>
</tr>
<tr>
<td>Warn <tt>mirror-announce@FreeBSD.org</tt></td>
<td>1&nbsp;Oct&nbsp;2004</td>
<td>&nbsp;</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>1&nbsp;Oct&nbsp;2004</td>
<td>&nbsp;</td>
<td>Release and packages uploaded to <tt>ftp-master.FreeBSD.org.</tt></td>
</tr>
<tr>
<td>FreeBSD 5.3 Announced</td>
<td>3&nbsp;Oct&nbsp;2004</td>
<td>&nbsp;</td>
<td>FreeBSD 5.3 is announced to the mailing lists.</td>
</tr>
<tr>
<td>FreeBSD 5.3 Press Release</td>
<td>3&nbsp;Oct&nbsp;2004</td>
<td>&nbsp;</td>
<td>A formal press release statement is in the works and should be
released at this time to the <tt>www.FreeBSD.org</tt> website and various
tech publications.</td>
</tr>
</table>
&footer;
</body>
</html>