Add text explaining new guidelines for the lifetimes of security
branches. `Early adopter' branches will be supported 6+ months, `Normal' branches will be supported 12+ months, and `Extended' branches will be supported 24+ months. Mark RELENG_4_8 as an `Extended' support branch and extend its Estimated EoL accordingly. While here, also extend RELENG_5_2 through the end of 2004. (I was reminded that RELENG_4_8 had expired a few days ago by cperciva@.)
This commit is contained in:
parent
e3d4f3e2cc
commit
92eb59888e
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=20481
1 changed files with 38 additions and 16 deletions
|
@ -1,11 +1,11 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
||||
<!ENTITY base CDATA "..">
|
||||
<!ENTITY date "$FreeBSD: www/en/security/security.sgml,v 1.150 2004/01/13 14:04:21 nectar Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/en/security/security.sgml,v 1.151 2004/03/02 19:53:44 nectar Exp $">
|
||||
<!ENTITY title "FreeBSD Security Information">
|
||||
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
|
||||
<!ENTITY advisories.html.inc SYSTEM "advisories.html.inc">
|
||||
]>
|
||||
<!-- $FreeBSD: www/en/security/security.sgml,v 1.150 2004/01/13 14:04:21 nectar Exp $ -->
|
||||
<!-- $FreeBSD: www/en/security/security.sgml,v 1.151 2004/03/02 19:53:44 nectar Exp $ -->
|
||||
|
||||
<html>
|
||||
&header;
|
||||
|
@ -190,40 +190,62 @@ The corresponding builds have names like <TT>FreeBSD
|
|||
</UL>
|
||||
|
||||
<P>Each branch is supported by the Security Officer for a limited time
|
||||
only, typically through 12 months after the release. The estimated
|
||||
lifetimes of the currently supported branches are given below. The
|
||||
<EM>Estimated EoL (end-of-life)</EM> column gives the earliest date on
|
||||
which that branch is likely to be dropped. Please note that these dates
|
||||
may be extended into the future, but only extenuating circumstances
|
||||
would lead to a branch's support being dropped earlier than the date
|
||||
listed.</P>
|
||||
only, and is designated as one of `<EM>Early adopter</EM>',
|
||||
`<EM>Normal</EM>', or `<EM>Extended</EM>'. The designation is used as a
|
||||
guideline for determining the lifetime of the branch as follows.</P>
|
||||
|
||||
<DL>
|
||||
<DT>Early adopter</DT>
|
||||
<DD>Releases which are published from the -CURRENT branch will be
|
||||
supported by the Security Officer for a minimum of 6 months after
|
||||
the release.</DD>
|
||||
<DT>Normal</DT>
|
||||
<DD>Releases which are published from the -STABLE branch will be
|
||||
supported by the Security Officer for a minimum of 12 months after the
|
||||
release.</DD>
|
||||
<DT>Extended</DT>
|
||||
<DD>Selected releases will be supported by the Security Officer for a
|
||||
minimum of 24 months after the release.</DD>
|
||||
</DL>
|
||||
|
||||
<P>The current designation and estimated lifetimes of the currently
|
||||
supported branches are given below. The <EM>Estimated EoL
|
||||
(end-of-life)</EM> column gives the earliest date on which that branch
|
||||
is likely to be dropped. Please note that these dates may be extended
|
||||
into the future, but only extenuating circumstances would lead to a
|
||||
branch's support being dropped earlier than the date listed.</P>
|
||||
|
||||
<TABLE BORDER="3" CELLSPACING="0" CELLPADDING="2">
|
||||
<TR>
|
||||
<TH>Branch</TH>
|
||||
<TH>Release</TH>
|
||||
<TH>Type</TH>
|
||||
<TH>Estimated EoL</TH>
|
||||
</TR>
|
||||
<TR>
|
||||
<TD>RELENG_4</TD>
|
||||
<TD>n/a</TD>
|
||||
<TD>October 31, 2004</TD>
|
||||
<TD>n/a</TD>
|
||||
<TD>March 31, 2005</TD>
|
||||
</TR>
|
||||
<TR>
|
||||
<TD>RELENG_4_8</TD>
|
||||
<TD>4.8-RELEASE</TD>
|
||||
<TD>March 31, 2004</TD>
|
||||
<TD>Extended</TD>
|
||||
<TD>March 31, 2005</TD>
|
||||
</TR>
|
||||
<TR>
|
||||
<TD>RELENG_5_2</TD>
|
||||
<TD>5.2.1-RELEASE</TD>
|
||||
<TD>Early adopter</TD>
|
||||
<TD>December 31, 2004</TD>
|
||||
</TR>
|
||||
<TR>
|
||||
<TD>RELENG_4_9</TD>
|
||||
<TD>4.9-RELEASE</TD>
|
||||
<TD>Normal</TD>
|
||||
<TD>October 31, 2004</TD>
|
||||
</TR>
|
||||
<TR>
|
||||
<TD>RELENG_5_2</TD>
|
||||
<TD>5.2-RELEASE</TD>
|
||||
<TD>July 31, 2004</TD>
|
||||
</TR>
|
||||
</TABLE>
|
||||
|
||||
<P>Older releases are not maintained and users are strongly encouraged
|
||||
|
|
Loading…
Reference in a new issue