Document that 11.1-RELEASE has reached end of life.
Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
f2e781f9fd
commit
b353781ac3
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=52321
7 changed files with 28 additions and 8 deletions
|
@ -101,8 +101,10 @@
|
|||
<ul id="frontreleaseslist">
|
||||
<li>Production: <a
|
||||
href="&u.rel.announce;">&rel.current;</a>,
|
||||
<?ignore
|
||||
<a
|
||||
href="&u.rel1.announce;">&rel1.current;</a>,
|
||||
?>
|
||||
<a
|
||||
href="&u.rel2.announce;">&rel2.current;</a></li>
|
||||
<xsl:if test="'&beta.upcoming;' != 'IGNORE'">
|
||||
|
|
|
@ -49,6 +49,7 @@
|
|||
<a href="&u.rel.signatures;">Checksums</a>
|
||||
</em></p>
|
||||
|
||||
<?ignore
|
||||
<p><b>Release &rel1.current;</b> (&rel1.current.date;)
|
||||
<em>
|
||||
<a href="&u.rel1.announce;">Announcement</a> :
|
||||
|
@ -60,6 +61,7 @@
|
|||
<a href="&u.rel1.errata;">Errata</a> :
|
||||
<a href="&u.rel1.signatures;">Checksums</a>
|
||||
</em></p>
|
||||
?>
|
||||
|
||||
<h3>Legacy Release</h3>
|
||||
<p><b>Release &rel2.current;</b> (&rel2.current.date;)
|
||||
|
@ -109,6 +111,18 @@
|
|||
Information</a> page.</p>
|
||||
|
||||
<ul>
|
||||
<li><b>11.1</b> (July, 2017)
|
||||
<em>
|
||||
<a href="11.1R/announce.html">Announcement</a>:
|
||||
<a href="11.1R/relnotes.html">Release Notes</a>:
|
||||
<a href="11.1R/installation.html">Installation Instructions</a>:
|
||||
<a href="11.1R/hardware.html">Hardware Notes</a>:
|
||||
<a href="11.1R/readme.html">Readme</a>:
|
||||
<a href="11.1R/errata.html">Errata</a>:
|
||||
<a href="11.1R/signatures.html">Checksums</a>
|
||||
</em>
|
||||
</li>
|
||||
|
||||
<li><b>11.0</b> (October, 2016)
|
||||
<em>
|
||||
<a href="11.0R/announce.html">Announcement</a>:
|
||||
|
|
|
@ -107,7 +107,7 @@
|
|||
<td><tt>releng/11.1</tt></td>
|
||||
<td>Frozen</td>
|
||||
<td>&contact.so;</td>
|
||||
<td>FreeBSD 11.1 supported errata fix branch.</td>
|
||||
<td>FreeBSD 11.1 errata fix branch (not officially supported).</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
|
|
|
@ -172,13 +172,6 @@
|
|||
<td>n/a</td>
|
||||
<td>September 30, 2021</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>releng/11.1</td>
|
||||
<td>11.1-RELEASE</td>
|
||||
<td>n/a</td>
|
||||
<td>July 26, 2017</td>
|
||||
<td>September 30, 2018</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>releng/11.2</td>
|
||||
<td>11.2-RELEASE</td>
|
||||
|
|
|
@ -263,6 +263,13 @@
|
|||
<td>October 10, 2016</td>
|
||||
<td>November 30, 2017</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>releng/11.1</td>
|
||||
<td>11.1-RELEASE</td>
|
||||
<td>n/a</td>
|
||||
<td>July 26, 2016</td>
|
||||
<td>September 30, 2018</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
</body>
|
||||
|
|
|
@ -124,6 +124,7 @@
|
|||
</table>
|
||||
<br />
|
||||
|
||||
<?ignore
|
||||
<a name="download-rel1"></a>
|
||||
|
||||
<h1>&os; &rel1.current;-RELEASE</h1>
|
||||
|
@ -184,6 +185,7 @@
|
|||
</tbody>
|
||||
</table>
|
||||
<br />
|
||||
?>
|
||||
|
||||
<a name="download-rel2"></a>
|
||||
|
||||
|
|
|
@ -98,8 +98,10 @@
|
|||
<ul>
|
||||
<li>Production Release: <br />
|
||||
<a href="&u.rel.announce;">&rel.current;</a></li>
|
||||
<?ignore
|
||||
<li>Production Release: <br />
|
||||
<a href="&u.rel1.announce;">&rel1.current;</a></li>
|
||||
?>
|
||||
<li>Production Release: <br />
|
||||
<a href="&u.rel2.announce;">&rel2.current;</a></li>
|
||||
</ul>
|
||||
|
|
Loading…
Reference in a new issue