From 370eb783f8354b30c0e957936ab663a3bf52c314 Mon Sep 17 00:00:00 2001 From: Hiroki Sato Date: Fri, 22 Aug 2008 14:30:38 +0000 Subject: [PATCH] Add release schedule for 7.1R and 6.4R. --- en/releases/6.4R/Makefile | 14 +++ en/releases/6.4R/docbook.css | 161 ++++++++++++++++++++++++++ en/releases/6.4R/schedule.sgml | 203 +++++++++++++++++++++++++++++++++ en/releases/7.1R/Makefile | 14 +++ en/releases/7.1R/docbook.css | 161 ++++++++++++++++++++++++++ en/releases/7.1R/schedule.sgml | 203 +++++++++++++++++++++++++++++++++ en/releases/Makefile | 6 +- en/releng/index.sgml | 6 +- 8 files changed, 762 insertions(+), 6 deletions(-) create mode 100644 en/releases/6.4R/Makefile create mode 100644 en/releases/6.4R/docbook.css create mode 100644 en/releases/6.4R/schedule.sgml create mode 100644 en/releases/7.1R/Makefile create mode 100644 en/releases/7.1R/docbook.css create mode 100644 en/releases/7.1R/schedule.sgml diff --git a/en/releases/6.4R/Makefile b/en/releases/6.4R/Makefile new file mode 100644 index 0000000000..1c8d456839 --- /dev/null +++ b/en/releases/6.4R/Makefile @@ -0,0 +1,14 @@ +# $FreeBSD$ + +.if exists(../Makefile.conf) +.include "../Makefile.conf" +.endif +.if exists(../Makefile.inc) +.include "../Makefile.inc" +.endif + +DOCS= schedule.sgml + +DATA= docbook.css + +.include "${WEB_PREFIX}/share/mk/web.site.mk" diff --git a/en/releases/6.4R/docbook.css b/en/releases/6.4R/docbook.css new file mode 100644 index 0000000000..6d06a1945d --- /dev/null +++ b/en/releases/6.4R/docbook.css @@ -0,0 +1,161 @@ +/*- + * Copyright (c) 2003 The FreeBSD Documentation Project + * All rights reserved. + * + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions + * are met: + * 1. Redistributions of source code must retain the above copyright + * notice, this list of conditions and the following disclaimer. + * 2. Redistributions in binary form must reproduce the above copyright + * notice, this list of conditions and the following disclaimer in the + * documentation and/or other materials provided with the distribution. + * + * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND + * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE + * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE + * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE + * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL + * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS + * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) + * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT + * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY + * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF + * SUCH DAMAGE. + * + * $FreeBSD$ + */ + +BODY ADDRESS { + line-height: 1.3; + margin: .6em 0; +} + +BODY BLOCKQUOTE { + margin-top: .75em; + line-height: 1.5; + margin-bottom: .75em; +} + +HTML BODY { + margin: 1em 8% 1em 10%; + line-height: 1.2; +} + +.LEGALNOTICE { + font-size: small; + font-variant: small-caps; +} + +BODY DIV { + margin: 0; +} + +DL { + margin: .8em 0; + line-height: 1.2; +} + +BODY FORM { + margin: .6em 0; +} + +H1, H2, H3, H4, H5, H6, +DIV.EXAMPLE P B, +.QUESTION, +DIV.TABLE P B, +DIV.PROCEDURE P B { + color: #990000; +} + +BODY H1 { + margin: .8em 0 0 -4%; + line-height: 1.3; +} + +BODY H2 { + margin: .8em 0 0 -4%; + line-height: 1.3; +} + +BODY H3 { + margin: .8em 0 0 -3%; + line-height: 1.3; +} + +BODY H4 { + margin: .8em 0 0 -3%; + line-height: 1.3; +} + +BODY H5 { + margin: .8em 0 0 -2%; + line-height: 1.3; +} + +BODY H6 { + margin: .8em 0 0 -1%; + line-height: 1.3; +} + +BODY HR { + margin: .6em +} + +BODY IMG.NAVHEADER { + margin: 0 0 0 -4%; +} + +OL { + margin: 0 0 0 5%; + line-height: 1.2; +} + +BODY P { + margin: .6em 0; + line-height: 1.2; +} + +BODY PRE { + margin: .75em 0; + line-height: 1.0; + color: #461b7e; +} + +BODY TD { + line-height: 1.2 +} + +BODY TH { + line-height: 1.2; +} + +UL, BODY DIR, BODY MENU { + margin: 0 0 0 5%; + line-height: 1.2; +} + +HTML { + margin: 0; + padding: 0; +} + + +.FILENAME { + color: #007a00; +} + +BODY H1, BODY H2, BODY H3, BODY H4, BODY H5, BODY H6 { + margin-left: 0 +} + +.GUIMENU, .GUIMENUITEM, .GUISUBMENU, +.GUILABEL, .INTERFACE, .GUIBUTTON, +.SHORTCUT, .SHORTCUT .KEYCAP { + background-color: #F0F0F0; +} + +.ACCEL { + background-color: #F0F0F0; + text-decoration: underline; +} diff --git a/en/releases/6.4R/schedule.sgml b/en/releases/6.4R/schedule.sgml new file mode 100644 index 0000000000..8bf318de7d --- /dev/null +++ b/en/releases/6.4R/schedule.sgml @@ -0,0 +1,203 @@ + + + + + + + +]> + + +&header; + +

Introduction

+ +

This is a specific schedule for the release of FreeBSD &local.rel;. 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
Reminder announcement--22 August 2008Release Engineers send announcement email to + developers with a rough schedule for the FreeBSD + &local.rel; release.
Announce the Ports FreezeTBD--Someone from portmgr@ should email + freebsd-ports@ to set a date + for the week long ports freeze and tagging of the ports tree.
Code freeze begins29 August 2008--After this date, all commits to HEAD must be approved by re@FreeBSD.org. Certain highly + active documentation committers are exempt from this rule for + routine man page / release note updates. Heads-up emails + should be sent to the developers, as well as stable@ + and qa@ lists.
Announce doc/ tree slushTBD--Notification of the impending doc/ tree slush should + be sent to doc@.
Ports tree frozenTBD--Only approved commits will be permitted to the ports/ + tree during the freeze.
doc/ tree slushTBD--Non-essential commits to the en_US.ISO8859-1/ subtree + should be delayed from this point until after the doc/ + tree tagging, to give translation teams time to synchronize + their work.
doc/ tree tagged.TBD--Version number bumps for doc/ subtree. + RELEASE_&local.rel.tag;_0 tag for doc/. doc/ + slush ends at this time.
BETA1 builds1 September 2008--Begin BETA1 builds.
RELENG_6_4 branch6 September 2008--The new release branch is created. Update newvers.sh + and release.ent on various branches involved.
RC1 builds8 September 2008--Begin RC1 builds.
Ports tree taggedTBD--RELEASE_&local.rel.tag;_0 tag for ports/.
Ports tree unfrozenTBD--After the ports/ tree is tagged, + the ports/ tree will be re-opened for commits, but + commits made after tagging will not go in &local.rel;-RELEASE.
Final package build startsTBD--The ports cluster and + pointyhat + build final packages.
RC2 builds22 September 2008--Begin RC2 builds.
RELEASE buildsTBD--Begin RELEASE builds.
Announcement6 October 2008--Announcement sent out after a majority of the mirrors have + received the bits.
Turn over to the secteamTBD--RELENG_&local.rel.tag; branch is handed over to + the FreeBSD Security Officer Team in one or two weeks after the + announcement.
+ +

Additional Information

+ + + + &footer; + + + diff --git a/en/releases/7.1R/Makefile b/en/releases/7.1R/Makefile new file mode 100644 index 0000000000..1c8d456839 --- /dev/null +++ b/en/releases/7.1R/Makefile @@ -0,0 +1,14 @@ +# $FreeBSD$ + +.if exists(../Makefile.conf) +.include "../Makefile.conf" +.endif +.if exists(../Makefile.inc) +.include "../Makefile.inc" +.endif + +DOCS= schedule.sgml + +DATA= docbook.css + +.include "${WEB_PREFIX}/share/mk/web.site.mk" diff --git a/en/releases/7.1R/docbook.css b/en/releases/7.1R/docbook.css new file mode 100644 index 0000000000..6d06a1945d --- /dev/null +++ b/en/releases/7.1R/docbook.css @@ -0,0 +1,161 @@ +/*- + * Copyright (c) 2003 The FreeBSD Documentation Project + * All rights reserved. + * + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions + * are met: + * 1. Redistributions of source code must retain the above copyright + * notice, this list of conditions and the following disclaimer. + * 2. Redistributions in binary form must reproduce the above copyright + * notice, this list of conditions and the following disclaimer in the + * documentation and/or other materials provided with the distribution. + * + * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND + * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE + * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE + * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE + * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL + * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS + * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) + * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT + * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY + * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF + * SUCH DAMAGE. + * + * $FreeBSD$ + */ + +BODY ADDRESS { + line-height: 1.3; + margin: .6em 0; +} + +BODY BLOCKQUOTE { + margin-top: .75em; + line-height: 1.5; + margin-bottom: .75em; +} + +HTML BODY { + margin: 1em 8% 1em 10%; + line-height: 1.2; +} + +.LEGALNOTICE { + font-size: small; + font-variant: small-caps; +} + +BODY DIV { + margin: 0; +} + +DL { + margin: .8em 0; + line-height: 1.2; +} + +BODY FORM { + margin: .6em 0; +} + +H1, H2, H3, H4, H5, H6, +DIV.EXAMPLE P B, +.QUESTION, +DIV.TABLE P B, +DIV.PROCEDURE P B { + color: #990000; +} + +BODY H1 { + margin: .8em 0 0 -4%; + line-height: 1.3; +} + +BODY H2 { + margin: .8em 0 0 -4%; + line-height: 1.3; +} + +BODY H3 { + margin: .8em 0 0 -3%; + line-height: 1.3; +} + +BODY H4 { + margin: .8em 0 0 -3%; + line-height: 1.3; +} + +BODY H5 { + margin: .8em 0 0 -2%; + line-height: 1.3; +} + +BODY H6 { + margin: .8em 0 0 -1%; + line-height: 1.3; +} + +BODY HR { + margin: .6em +} + +BODY IMG.NAVHEADER { + margin: 0 0 0 -4%; +} + +OL { + margin: 0 0 0 5%; + line-height: 1.2; +} + +BODY P { + margin: .6em 0; + line-height: 1.2; +} + +BODY PRE { + margin: .75em 0; + line-height: 1.0; + color: #461b7e; +} + +BODY TD { + line-height: 1.2 +} + +BODY TH { + line-height: 1.2; +} + +UL, BODY DIR, BODY MENU { + margin: 0 0 0 5%; + line-height: 1.2; +} + +HTML { + margin: 0; + padding: 0; +} + + +.FILENAME { + color: #007a00; +} + +BODY H1, BODY H2, BODY H3, BODY H4, BODY H5, BODY H6 { + margin-left: 0 +} + +.GUIMENU, .GUIMENUITEM, .GUISUBMENU, +.GUILABEL, .INTERFACE, .GUIBUTTON, +.SHORTCUT, .SHORTCUT .KEYCAP { + background-color: #F0F0F0; +} + +.ACCEL { + background-color: #F0F0F0; + text-decoration: underline; +} diff --git a/en/releases/7.1R/schedule.sgml b/en/releases/7.1R/schedule.sgml new file mode 100644 index 0000000000..b900614d19 --- /dev/null +++ b/en/releases/7.1R/schedule.sgml @@ -0,0 +1,203 @@ + + + + + + + +]> + + +&header; + +

Introduction

+ +

This is a specific schedule for the release of FreeBSD &local.rel;. 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
Reminder announcement--22 August 2008Release Engineers send announcement email to + developers with a rough schedule for the FreeBSD + &local.rel; release.
Announce the Ports FreezeTBD--Someone from portmgr@ should email + freebsd-ports@ to set a date + for the week long ports freeze and tagging of the ports tree.
Code freeze begins29 August 2008--After this date, all commits to HEAD must be approved by re@FreeBSD.org. Certain highly + active documentation committers are exempt from this rule for + routine man page / release note updates. Heads-up emails + should be sent to the developers, as well as stable@ + and qa@ lists.
Announce doc/ tree slushTBD--Notification of the impending doc/ tree slush should + be sent to doc@.
Ports tree frozenTBD--Only approved commits will be permitted to the ports/ + tree during the freeze.
doc/ tree slushTBD--Non-essential commits to the en_US.ISO8859-1/ subtree + should be delayed from this point until after the doc/ + tree tagging, to give translation teams time to synchronize + their work.
doc/ tree tagged.TBD--Version number bumps for doc/ subtree. + RELEASE_&local.rel.tag;_0 tag for doc/. doc/ + slush ends at this time.
BETA1 builds1 September 2008--Begin BETA1 builds.
RELENG_7_1 branch6 September 2008--The new release branch is created. Update newvers.sh + and release.ent on various branches involved.
RC1 builds15 September 2008--Begin RC1 builds.
Ports tree taggedTBD--RELEASE_&local.rel.tag;_0 tag for ports/.
Ports tree unfrozenTBD--After the ports/ tree is tagged, + the ports/ tree will be re-opened for commits, but + commits made after tagging will not go in &local.rel;-RELEASE.
Final package build startsTBD--The ports cluster and + pointyhat + build final packages.
RC2 builds29 September 2008--Begin RC2 builds.
RELEASE buildsTBD--Begin RELEASE builds.
Announcement13 October 2008--Announcement sent out after a majority of the mirrors have + received the bits.
Turn over to the secteamTBD--RELENG_&local.rel.tag; branch is handed over to + the FreeBSD Security Officer Team in one or two weeks after the + announcement.
+ +

Additional Information

+ + + + &footer; + + + diff --git a/en/releases/Makefile b/en/releases/Makefile index e3d8871eff..a54e94ea96 100644 --- a/en/releases/Makefile +++ b/en/releases/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD: www/en/releases/Makefile,v 1.50 2007/06/22 03:53:36 hrs Exp $ +# $FreeBSD: www/en/releases/Makefile,v 1.51 2007/11/25 05:28:16 kensmith Exp $ .if exists(../Makefile.conf) .include "../Makefile.conf" @@ -14,8 +14,8 @@ 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+= 4.6.2R 4.7R 4.8R 4.9R 4.10R 4.11R SUBDIR+= 5.0R 5.1R 5.2R 5.2.1R 5.3R 5.4R 5.5R -SUBDIR+= 6.0R 6.1R 6.2R 6.3R -SUBDIR+= 7.0R +SUBDIR+= 6.0R 6.1R 6.2R 6.3R 6.4R +SUBDIR+= 7.0R 7.1R .if defined $(NEW_BUILD) SUBDIR= diff --git a/en/releng/index.sgml b/en/releng/index.sgml index 032bee4b23..435698f72c 100644 --- a/en/releng/index.sgml +++ b/en/releng/index.sgml @@ -1,6 +1,6 @@ - + @@ -48,8 +48,8 @@ Information - August 2008 - FreeBSD 7.1 and 6.4 + October 2008 + FreeBSD 7.1 and 6.4