diff --git a/en/internal/Makefile b/en/internal/Makefile index 09dcdba7ed..7a26824d4f 100644 --- a/en/internal/Makefile +++ b/en/internal/Makefile @@ -1,38 +1,39 @@ -# $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" .endif .if exists(../Makefile.inc) .include "../Makefile.inc" .endif DOCS= photos.sgml DOCS+= internal.sgml DOCS+= about.sgml DOCS+= machines.sgml DOCS+= mirror.sgml DOCS+= statistic.sgml DOCS+= developer.sgml DOCS+= bylaws.sgml DOCS+= releng.sgml +DOCS+= releng45.sgml INDEXLINK= internal.html # build the list of personal homepages of FreeBSD developers only # on the main FreeBSD machines hostname!= hostname .if ${hostname} == "hub.freebsd.org" || ${hostname} == "freefall.freebsd.org" DOCS+= homepage.sgml .PHONY: homepage.inc homepage.inc: homepage.pl ${PERL} ${.CURDIR}/homepage.pl > ${.TARGET} homepage.html: homepage.inc CLEANFILES+= homepage.inc .endif DATA+= README.mirror ssh-keys.asc .include "${WEB_PREFIX}/share/mk/web.site.mk" diff --git a/en/internal/releng45.sgml b/en/internal/releng45.sgml new file mode 100644 index 0000000000..c4f161bfb0 --- /dev/null +++ b/en/internal/releng45.sgml @@ -0,0 +1,128 @@ + + + + + %includes; +]> + + +&header; + +

MFC requests should be sent to re@FreeBSD.org. For an overview of + the entire release engineering process, please see ../releng.html.

+ +

Schedule

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
ActionExpectedActualDescription
Reminder announcement01 Dec 2001--Release Engineers send announcement email to + developers@FreeBSD.org with a rough schedule for the FreeBSD 4.5 + release.
4.5-PRERELEASE20 Dec 2001--newvers.sh and param.h updated.
FTP site updated20 Dec 2001--pkg_add -r works for 4.5-PRERELEASE machines.
Code freeze begins20 Dec 2001--After this date, all commits to the RELENG_4 branch + must be approved by re@FreeBSD.org. Certain highly + active documentation committers are exempt from this rule for + routine man page / release note updates.
First release candidate05 Jan 2001--The first release candidate for the x86 and Alpha architecture is + released.
Second release candidate10 Jan 2001--Note: the release date of this candidate depends on the user + experience with RC1
Third release candidate15 Jan 2001--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.
RELENG_4_5 branch18 Jan 2001--The release branch is created
Version numbers bumped.19 Jan 2001--The files listed at ../releng.html + are updated to reflect the fact that this is FreeBSD 4.5.
src, doc, and ports trees tagged.19 Jan 2001--RELEASE_4_5_0 tag for docs and ports, + RELENG_4_5_0_RELEASE tag for src.
Final builds.20 Jan 2001--Final builds for x86 and Alpha in a pristine environment.
Upload to ftp-master.20 Jan 2001--release uploaded to ftp-master.freebsd.org
Announcement21 Jan 2001--Jordan sends out announcement after a majority of the mirrors + have received the bits.
+ + &footer; + + +