Add pages for 7.3R release.
Based on work by: danger
This commit is contained in:
parent
36ed8d568d
commit
f9e5809c7b
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=35392
4 changed files with 327 additions and 2 deletions
14
en/releases/7.3R/Makefile
Normal file
14
en/releases/7.3R/Makefile
Normal file
|
@ -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"
|
161
en/releases/7.3R/docbook.css
Normal file
161
en/releases/7.3R/docbook.css
Normal file
|
@ -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;
|
||||||
|
}
|
149
en/releases/7.3R/schedule.sgml
Normal file
149
en/releases/7.3R/schedule.sgml
Normal file
|
@ -0,0 +1,149 @@
|
||||||
|
<!DOCTYPE HTML PUBLIC "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension//EN" [
|
||||||
|
<!ENTITY base CDATA "../..">
|
||||||
|
<!ENTITY email 'freebsd-qa'>
|
||||||
|
<!ENTITY date "$FreeBSD$">
|
||||||
|
<!ENTITY local.rel "7.3">
|
||||||
|
<!ENTITY local.rel.tag "7_3">
|
||||||
|
<!ENTITY contact.re '<a href="mailto:re@FreeBSD.org">re@FreeBSD.org</a>'>
|
||||||
|
<!ENTITY title "FreeBSD &local.rel; Release Process">
|
||||||
|
<!ENTITY % navinclude.download "INCLUDE">
|
||||||
|
]>
|
||||||
|
|
||||||
|
<html>
|
||||||
|
&header;
|
||||||
|
|
||||||
|
<h1>Introduction</h1>
|
||||||
|
|
||||||
|
<p>This is a specific schedule for the release of FreeBSD &local.rel;. 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 pending release and known issues should be
|
||||||
|
sent to the public
|
||||||
|
<a href="mailto:FreeBSD-stable@FreeBSD.org">freebsd-stable</a> mailing list.
|
||||||
|
<a href="&base;/doc/en_US.ISO8859-1/books/handbook/freebsd-glossary.html#MFC-GLOSSARY">MFC</a>
|
||||||
|
requests should be sent to &contact.re;.</p>
|
||||||
|
|
||||||
|
<h1>Schedule</h1>
|
||||||
|
|
||||||
|
<table class="tblbasic">
|
||||||
|
<tr class="heading">
|
||||||
|
<td>Action</td>
|
||||||
|
<td>Expected</td>
|
||||||
|
<td>Actual</td>
|
||||||
|
<td>Description</td>
|
||||||
|
</tr>
|
||||||
|
|
||||||
|
<tr>
|
||||||
|
<td>Release schedule announcement</td>
|
||||||
|
<td>—</td>
|
||||||
|
<td>23 January 2010</td>
|
||||||
|
<td>Release Engineers send announcement email to
|
||||||
|
<tt>freebsd-stable@</tt> with a rough schedule for the &os;
|
||||||
|
&local.rel; release.</td>
|
||||||
|
</tr>
|
||||||
|
|
||||||
|
<tr>
|
||||||
|
<td>Code freeze begins</td>
|
||||||
|
<td>22 January 2010</td>
|
||||||
|
<td>23 January 2010</td>
|
||||||
|
<td>After this date, all commits to RELENG_7 must be approved by
|
||||||
|
&contact.re;. 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 <tt>stable@</tt>
|
||||||
|
and <tt>qa@</tt> lists.</td>
|
||||||
|
</tr>
|
||||||
|
|
||||||
|
<tr>
|
||||||
|
<td><tt>BETA1</tt> builds</td>
|
||||||
|
<td>25 January 2010</td>
|
||||||
|
<td>27 January 2010</td>
|
||||||
|
<td>Begin BETA1 builds.</td>
|
||||||
|
</tr>
|
||||||
|
|
||||||
|
<tr>
|
||||||
|
<td>Announce <tt>doc/</tt> tree slush</td>
|
||||||
|
<td>—</td>
|
||||||
|
<td>31 January 2010</td>
|
||||||
|
<td>Notification of the impending <tt>doc/</tt> tree slush should
|
||||||
|
be sent to <tt>doc@</tt>.</td>
|
||||||
|
</tr>
|
||||||
|
|
||||||
|
<tr>
|
||||||
|
<td><tt>doc/</tt> tree slush</td>
|
||||||
|
<td>5 February 2010</td>
|
||||||
|
<td>5 February 2010</td>
|
||||||
|
<td>Non-essential commits to the <tt>en_US.ISO8859-1/</tt> subtree
|
||||||
|
should be delayed from this point until after the <tt>doc/</tt>
|
||||||
|
tree tagging, to give translation teams time to synchronize
|
||||||
|
their work.</td>
|
||||||
|
</tr>
|
||||||
|
|
||||||
|
<tr>
|
||||||
|
<td><tt>doc/</tt> tree tagged.</td>
|
||||||
|
<td>10 February 2010</td>
|
||||||
|
<td>10 February 2010</td>
|
||||||
|
<td>Version number bumps for <tt>doc/</tt> subtree.
|
||||||
|
<tt>RELEASE_&local.rel.tag;_0</tt> tag for <tt>doc/</tt>. <tt>doc/</tt>
|
||||||
|
slush ends at this time.</td>
|
||||||
|
</tr>
|
||||||
|
|
||||||
|
<tr>
|
||||||
|
<td>Ports tree feature freeze</td>
|
||||||
|
<td>8 February 2010</td>
|
||||||
|
<td>15 February 2010</td>
|
||||||
|
<td>Only feature safe commits will be permitted to the <tt>ports/</tt>
|
||||||
|
tree during the freeze.</td>
|
||||||
|
</tr>
|
||||||
|
|
||||||
|
<tr>
|
||||||
|
<td><tt>RELENG_7_3</tt> branch</td>
|
||||||
|
<td>—</td>
|
||||||
|
<td>10 February 2010</td>
|
||||||
|
<td>The new release branch is created. Update <tt>newvers.sh</tt>
|
||||||
|
and <tt>release.ent</tt> on various branches involved.</td>
|
||||||
|
</tr>
|
||||||
|
|
||||||
|
<tr>
|
||||||
|
<td><tt>RC1</tt> builds</td>
|
||||||
|
<td>8 February 2010</td>
|
||||||
|
<td>10 February 2010</td>
|
||||||
|
<td>Begin RC1 builds.</td>
|
||||||
|
</tr>
|
||||||
|
|
||||||
|
<tr>
|
||||||
|
<td><tt>RC2</tt> builds</td>
|
||||||
|
<td>22 February 2010</td>
|
||||||
|
<td>—</td>
|
||||||
|
<td>Begin RC2 builds.</td>
|
||||||
|
</tr>
|
||||||
|
|
||||||
|
<tr>
|
||||||
|
<td><tt>RELEASE</tt> builds</td>
|
||||||
|
<td>—</td>
|
||||||
|
<td>—</td>
|
||||||
|
<td>Begin RELEASE builds.</td>
|
||||||
|
</tr>
|
||||||
|
|
||||||
|
<tr>
|
||||||
|
<td>Announcement</td>
|
||||||
|
<td>1 March 2010</td>
|
||||||
|
<td>—</td>
|
||||||
|
<td>Announcement sent out after a majority of the mirrors have
|
||||||
|
received the bits.</td>
|
||||||
|
</tr>
|
||||||
|
</table>
|
||||||
|
|
||||||
|
<h1>Additional Information</h1>
|
||||||
|
|
||||||
|
<ul>
|
||||||
|
<li><a href="status.html">FreeBSD &local.rel; status page.</a></li>
|
||||||
|
<li><a href="&base;/releng/index.html">FreeBSD Release Engineering website</a></li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
&footer;
|
||||||
|
|
||||||
|
</body>
|
||||||
|
</html>
|
|
@ -1,4 +1,4 @@
|
||||||
# $FreeBSD: www/en/releases/Makefile,v 1.53 2009/03/17 13:40:36 rwatson Exp $
|
# $FreeBSD: www/en/releases/Makefile,v 1.54 2009/09/23 20:03:59 blackend Exp $
|
||||||
|
|
||||||
.if exists(../Makefile.conf)
|
.if exists(../Makefile.conf)
|
||||||
.include "../Makefile.conf"
|
.include "../Makefile.conf"
|
||||||
|
@ -15,7 +15,8 @@ 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+= 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+= 5.0R 5.1R 5.2R 5.2.1R 5.3R 5.4R 5.5R
|
||||||
SUBDIR+= 6.0R 6.1R 6.2R 6.3R 6.4R
|
SUBDIR+= 6.0R 6.1R 6.2R 6.3R 6.4R
|
||||||
SUBDIR+= 7.0R 7.1R 7.2R 8.0R
|
SUBDIR+= 7.0R 7.1R 7.2R 7.3R
|
||||||
|
SUBDIR+= 8.0R
|
||||||
|
|
||||||
.if defined $(NEW_BUILD)
|
.if defined $(NEW_BUILD)
|
||||||
SUBDIR=
|
SUBDIR=
|
||||||
|
|
Loading…
Reference in a new issue