- Add support dates for 6.0-RELEASE and RELENG_6.
- Add an anchor for the supported branches table. Dates confirmed by: cpervia Prodded by: linimon
This commit is contained in:
parent
51fde1e8df
commit
1adc5f91fe
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=26284
1 changed files with 18 additions and 2 deletions
|
@ -1,13 +1,13 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
||||
<!ENTITY base CDATA "..">
|
||||
<!ENTITY date "$FreeBSD: www/en/security/security.sgml,v 1.179 2005/10/17 20:27:14 simon Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/en/security/security.sgml,v 1.180 2005/10/17 21:26:56 simon Exp $">
|
||||
<!ENTITY title "FreeBSD Security Information">
|
||||
<!ENTITY % navincludes SYSTEM "../includes.navsupport.sgml"> %navincludes;
|
||||
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
|
||||
<!ENTITY % developers SYSTEM "../developers.sgml"> %developers;
|
||||
<!ENTITY advisories.html.inc SYSTEM "advisories.html.inc">
|
||||
]>
|
||||
<!-- $FreeBSD: www/en/security/security.sgml,v 1.179 2005/10/17 20:27:14 simon Exp $ -->
|
||||
<!-- $FreeBSD: www/en/security/security.sgml,v 1.180 2005/10/17 21:26:56 simon Exp $ -->
|
||||
|
||||
<html>
|
||||
&header;
|
||||
|
@ -219,6 +219,8 @@
|
|||
minimum of 24 months after the release.</dd>
|
||||
</dl>
|
||||
|
||||
<a name="supported-branches"></a>
|
||||
|
||||
<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
|
||||
|
@ -281,6 +283,20 @@
|
|||
<td>May 9, 2005</td>
|
||||
<td>May 31, 2006</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>RELENG_6</td>
|
||||
<td>n/a</td>
|
||||
<td>n/a</td>
|
||||
<td>n/a</td>
|
||||
<td>November 30, 2007</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>RELENG_6_0</td>
|
||||
<td>6.0-RELEASE</td>
|
||||
<td>Normal</td>
|
||||
<td>November 4, 2005</td>
|
||||
<td>November 30, 2006</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<p>Older releases are not maintained and users are strongly
|
||||
|
|
Loading…
Reference in a new issue