Add a schedule for the 4.5 release process.
This commit is contained in:
parent
2aaba2bc6d
commit
26774b1ceb
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=11335
2 changed files with 130 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
# $FreeBSD: www/en/internal/Makefile,v 1.26 2001/11/16 19:50:58 jhb Exp $
|
||||
# $FreeBSD: www/en/internal/Makefile,v 1.27 2001/11/30 19:08:53 murray Exp $
|
||||
|
||||
.if exists(../Makefile.conf)
|
||||
.include "../Makefile.conf"
|
||||
|
@ -16,6 +16,7 @@ DOCS+= statistic.sgml
|
|||
DOCS+= developer.sgml
|
||||
DOCS+= bylaws.sgml
|
||||
DOCS+= releng.sgml
|
||||
DOCS+= releng45.sgml
|
||||
|
||||
INDEXLINK= internal.html
|
||||
|
||||
|
|
128
en/internal/releng45.sgml
Normal file
128
en/internal/releng45.sgml
Normal file
|
@ -0,0 +1,128 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
|
||||
<!ENTITY base CDATA "..">
|
||||
<!ENTITY email 'releng'>
|
||||
<!ENTITY date "$FreeBSD: www/en/internal/releng.sgml,v 1.1 2001/11/30 19:08:53 murray Exp $">
|
||||
<!ENTITY title "FreeBSD 4.5 Release Schedule">
|
||||
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
|
||||
]>
|
||||
|
||||
<html>
|
||||
&header;
|
||||
|
||||
<p>MFC requests should be sent to <a
|
||||
href="mailto:re@FreeBSD.org">re@FreeBSD.org</a>. For an overview of
|
||||
the entire release engineering process, please see <a
|
||||
href="../releng.html">../releng.html</a>.</p>
|
||||
|
||||
<h1>Schedule</h1>
|
||||
|
||||
<table border=1>
|
||||
<tr><td>Action</td><td>Expected</td><td>Actual</td><td>Description</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Reminder announcement</td><td>01 Dec 2001</td><td>--</td>
|
||||
<td>Release Engineers send announcement email to
|
||||
developers@FreeBSD.org with a rough schedule for the FreeBSD 4.5
|
||||
release.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><tt>4.5-PRERELEASE</tt></td>
|
||||
<td>20 Dec 2001</td>
|
||||
<td>--</td>
|
||||
<td><tt>newvers.sh</tt> and <tt>param.h</tt> updated.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>FTP site updated</td>
|
||||
<td>20 Dec 2001</td>
|
||||
<td>--</td>
|
||||
<td><tt>pkg_add -r</tt> works for <tt>4.5-PRERELEASE</tt> machines.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Code freeze begins</td>
|
||||
<td>20 Dec 2001</td>
|
||||
<td>--</td>
|
||||
|
||||
<td>After this date, all commits to the <tt>RELENG_4</tt> branch
|
||||
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.</td>
|
||||
|
||||
</tr>
|
||||
<tr>
|
||||
<td>First release candidate</td>
|
||||
<td>05 Jan 2001</td>
|
||||
<td>--</td>
|
||||
<td>The first release candidate for the x86 and Alpha architecture is
|
||||
released.</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>Second release candidate</td>
|
||||
<td>10 Jan 2001</td>
|
||||
<td>--</td>
|
||||
<td>Note: the release date of this candidate depends on the user
|
||||
experience with RC1</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>Third release candidate</td>
|
||||
<td>15 Jan 2001</td>
|
||||
<td>--</td>
|
||||
<td>Note: the release date of this candidate depends on the user
|
||||
experience with previous RCs. Additional release candidates may
|
||||
be released, or there may be no need for RC3 depending on the
|
||||
quality of RC1/2.</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><tt>RELENG_4_5</tt> branch</td>
|
||||
<td>18 Jan 2001</td>
|
||||
<td>--</td>
|
||||
<td>The release branch is created</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>Version numbers bumped.</td>
|
||||
<td>19 Jan 2001</td>
|
||||
<td>--</td>
|
||||
<td>The files listed at <a
|
||||
href="http://www.FreeBSD.org/internal/releng.html">../releng.html</a>
|
||||
are updated to reflect the fact that this is FreeBSD 4.5.</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>src, doc, and ports trees tagged.</td>
|
||||
<td>19 Jan 2001</td>
|
||||
<td>--</td>
|
||||
<td><tt>RELEASE_4_5_0</tt> tag for docs and ports,
|
||||
<tt>RELENG_4_5_0_RELEASE</tt> tag for src.</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>Final builds.</td>
|
||||
<td>20 Jan 2001</td>
|
||||
<td>--</td>
|
||||
<td>Final builds for x86 and Alpha in a pristine environment.</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>Upload to ftp-master.</td>
|
||||
<td>20 Jan 2001</td>
|
||||
<td>--</td>
|
||||
<td>release uploaded to ftp-master.freebsd.org</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>Announcement</td>
|
||||
<td>21 Jan 2001</td>
|
||||
<td>--</td>
|
||||
<td>Jordan sends out announcement after a majority of the mirrors
|
||||
have received the bits.</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
&footer;
|
||||
|
||||
</body>
|
||||
</html>
|
Loading…
Reference in a new issue