Remove FreeBSD 4.10 from the list of supported releases.
While I'm here, update the example names of stable and security branches to more modern numbers.
This commit is contained in:
parent
cf18c5c358
commit
1814f448e7
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=28038
1 changed files with 8 additions and 15 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.184 2006/05/12 12:30:21 cperciva Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/en/security/security.sgml,v 1.185 2006/05/26 21:29:40 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.184 2006/05/12 12:30:21 cperciva Exp $ -->
|
||||
<!-- $FreeBSD: www/en/security/security.sgml,v 1.185 2006/05/26 21:29:40 simon Exp $ -->
|
||||
|
||||
<html>
|
||||
&header;
|
||||
|
@ -190,15 +190,15 @@
|
|||
|
||||
<li><p>There is usually only a single -STABLE branch, although
|
||||
during the transition from one major development line to another
|
||||
(such as from FreeBSD 4.x to 5.x), there is a time span in which
|
||||
(such as from FreeBSD 5.x to 6.x), there is a time span in which
|
||||
there are two -STABLE branches. The -STABLE branch tags have
|
||||
names like <tt>RELENG_4</tt>. The corresponding builds have
|
||||
names like <tt>FreeBSD 4.10-STABLE</tt>.</p></li>
|
||||
names like <tt>RELENG_6</tt>. The corresponding builds have
|
||||
names like <tt>FreeBSD 6.1-STABLE</tt>.</p></li>
|
||||
|
||||
<li><p>Each FreeBSD Release has an associated Security Branch.
|
||||
The Security Branch tags have names like <tt>RELENG_4_10</tt>.
|
||||
The Security Branch tags have names like <tt>RELENG_6_1</tt>.
|
||||
The corresponding builds have names like <tt>FreeBSD
|
||||
4.10-RELEASE-p5</tt>.</p></li>
|
||||
6.1-RELEASE-p1</tt>.</p></li>
|
||||
</ul>
|
||||
|
||||
<p>Issues affecting the FreeBSD Ports Collection are covered in <a
|
||||
|
@ -217,7 +217,7 @@
|
|||
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
|
||||
<dd>Releases which are published from a -STABLE branch will be
|
||||
supported by the Security Officer for a minimum of 12 months after the
|
||||
release.</dd>
|
||||
<dt>Extended</dt>
|
||||
|
@ -254,13 +254,6 @@
|
|||
<td>n/a</td>
|
||||
<td>January 31, 2007</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>RELENG_4_10</td>
|
||||
<td>4.10-RELEASE</td>
|
||||
<td>Extended</td>
|
||||
<td>May 27, 2004</td>
|
||||
<td>May 31, 2006</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>RELENG_4_11</td>
|
||||
<td>4.11-RELEASE</td>
|
||||
|
|
Loading…
Reference in a new issue