Fix some instances of wishful thinking, where I wrote "Sep" for a completion
date on the release schedule where I really mean "Oct". While I'm here, one more update. Pointed out by: Mark Linimon <linimon@lonesome.com>
This commit is contained in:
parent
c35b785748
commit
c2f730ca57
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=14529
2 changed files with 11 additions and 6 deletions
|
|
@ -1,4 +1,4 @@
|
|||
# $FreeBSD: www/en/releases/4.7R/Makefile,v 1.1 2002/08/06 07:45:45 murray Exp $
|
||||
# $FreeBSD: www/en/releases/4.7R/Makefile,v 1.2 2002/09/02 08:26:24 murray Exp $
|
||||
|
||||
.if exists(../Makefile.conf)
|
||||
.include "../Makefile.conf"
|
||||
|
|
@ -7,6 +7,11 @@
|
|||
.include "../Makefile.inc"
|
||||
.endif
|
||||
|
||||
DOCS= schedule.sgml qa.sgml
|
||||
DOCS= hardware.sgml relnotes.sgml schedule.sgml qa.sgml
|
||||
|
||||
DATA= docbook.css
|
||||
DATA+= errata.html
|
||||
DATA+= hardware-alpha.html hardware-i386.html
|
||||
DATA+= relnotes-alpha.html relnotes-i386.html
|
||||
|
||||
.include "${WEB_PREFIX}/share/mk/web.site.mk"
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
||||
<!ENTITY base CDATA "../..">
|
||||
<!ENTITY email 'freebsd-qa'>
|
||||
<!ENTITY date "$FreeBSD: www/en/releases/4.7R/schedule.sgml,v 1.11 2002/10/05 15:58:39 bmah Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/en/releases/4.7R/schedule.sgml,v 1.12 2002/10/06 21:44:43 bmah Exp $">
|
||||
<!ENTITY title "FreeBSD 4.7 Release Process">
|
||||
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
|
||||
]>
|
||||
|
|
@ -188,14 +188,14 @@
|
|||
<tr>
|
||||
<td><tt>RELENG_4_7</tt> branch</td>
|
||||
<td>28 Sep 2002</td>
|
||||
<td>06 Sep 2002</td>
|
||||
<td>06 Oct 2002</td>
|
||||
<td>The release branch is created.</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>Note to freebsd-stable@</td>
|
||||
<td>28 Sep 2002</td>
|
||||
<td>06 Sep 2002</td>
|
||||
<td>06 Oct 2002</td>
|
||||
<td>A note should be sent to the freebsd-stable@ list to let
|
||||
over-anxious users know that the tags have been created but the
|
||||
release still isn't ready. Tags may be slid before the
|
||||
|
|
@ -215,7 +215,7 @@
|
|||
<tr>
|
||||
<td>Update man.cgi on the website.</td>
|
||||
<td>29 Sep 2002</td>
|
||||
<td>--</td>
|
||||
<td>06 Oct 2002</td>
|
||||
<td>Make sure the 4.7 manual pages are being displayed by default
|
||||
for the man->web gateway. Also make sure these man pages are
|
||||
pointed to by docs.sgml.</td>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue