diff --git a/en/releases/5.0R/Makefile b/en/releases/5.0R/Makefile new file mode 100644 index 0000000000..dfa73009dc --- /dev/null +++ b/en/releases/5.0R/Makefile @@ -0,0 +1,12 @@ +# $FreeBSD$ + +.if exists(../Makefile.conf) +.include "../Makefile.conf" +.endif +.if exists(../Makefile.inc) +.include "../Makefile.inc" +.endif + +DOCS= schedule.sgml + +.include "${WEB_PREFIX}/share/mk/web.site.mk" diff --git a/en/releases/5.0R/schedule.sgml b/en/releases/5.0R/schedule.sgml new file mode 100644 index 0000000000..5fb63f077d --- /dev/null +++ b/en/releases/5.0R/schedule.sgml @@ -0,0 +1,95 @@ + + + + + %includes; +]> + + +&header; + +

Introduction

+ +

This is a specific schedule for the release of FreeBSD 5.0. For + more general information about the release engineering process, + please see the Release + Engineering section of the web site.

+ +

General discussions about the release engineering process or + quality assurance issues should be sent to the public freebsd-qa mailing list. + MFC + requests should be sent to re@FreeBSD.org.

+ +

Schedule

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
ActionExpectedActualDescription
RELENG_5_0_DP1 branch15 Mar + 2002--Branch created, commits require re@ + approval. The branch will be used to allow us time to QA the + release, synchronize the release notes with the translation + teams, synchronize sysinstall and the package set, etc without + disrupting the normal flow of development on -CURRENT.
FreeBSD 5.0 Developer Preview 11 Apr + 2002--A full release for the i386, Alpha, and + sparc64 architectures. The i386 and Alpha releases at least + will contain a full package set and a disc1 ISO image will be + made available.
RELENG_5_0_DP2 branch10 Jun + 2002--Branch created, commits require re@ + approval.
5.0 Feature List finalized16 Jun + 2002--At the FreeBSD Developer Summit at + Usenix, we will need to finalize the list of features that will + be included with FreeBSD 5.0. Some features will just have to + wait for 5.1 to give us ample time to QA the many features that + are ready.
FreeBSD 5.0 Developer Preview 225 Jun + 2002--A full release for the i386, Alpha, and + sparc64 architectures. The i386 and Alpha releases at least + will contain a full package set and a disc1 ISO image will be + made available.
-CURRENT feature freeze1 Oct + 2002--After this date, significant new features + should be discussed with re@ before consideration for + 5.0-RELEASE.
-CURRENT code freeze20 Oct + 2002--The code freeze for 5.0. Commits to + HEAD require re@ approval.
FreeBSD 5.0 Released20 Nov + 2002--FreeBSD 5.0 is announced.
+ + &footer; + + + diff --git a/en/releases/Makefile b/en/releases/Makefile index eec23c572d..16e149e4d3 100644 --- a/en/releases/Makefile +++ b/en/releases/Makefile @@ -1,20 +1,21 @@ -# $FreeBSD: www/en/releases/Makefile,v 1.30 2002/01/12 13:29:24 murray Exp $ +# $FreeBSD: www/en/releases/Makefile,v 1.31 2002/02/01 06:15:22 bmah Exp $ .if exists(../Makefile.conf) .include "../Makefile.conf" .endif .if exists(../Makefile.inc) .include "../Makefile.inc" .endif DOCS?= index.sgml snapshots.sgml SUBDIR= 1.1 1.1.5 2.0 2.0.5R 2.1R 2.1.5R 2.1.6R 2.1.7R 2.2R SUBDIR+= 2.2.1R 2.2.2R 2.2.5R 2.2.6R 2.2.7R 2.2.8R 3.0R 3.1R 3.2R SUBDIR+= 3.3R 3.4R 3.5R 4.0R 4.1R 4.1.1R 4.2R 4.3R 4.4R 4.5R 4.6R +SUBDIR+= 5.0R .if defined $(NEW_BUILD) SUBDIR= .endif .include "${WEB_PREFIX}/share/mk/web.site.mk"