svn commit: r52321 - in head: en_US.ISO8859-1/htdocs en_US.ISO8859-1/htdocs/releases en_US.ISO8859-1/htdocs/releng en_US.ISO8859-1/htdocs/security share/xml

Glen Barber <[email protected]>
Newsgroups gmane.os.freebsd.devel.cvs.doc
Message-ID <[email protected]>
Author: gjb
Date: Mon Oct  1 17:29:11 2018
New Revision: 52321
URL: https://svnweb.freebsd.org/changeset/doc/52321

Log:
  Document that 11.1-RELEASE has reached end of life.
  
  Sponsored by:	The FreeBSD Foundation

Modified:
  head/en_US.ISO8859-1/htdocs/index.xsl
  head/en_US.ISO8859-1/htdocs/releases/index.xml
  head/en_US.ISO8859-1/htdocs/releng/index.xml
  head/en_US.ISO8859-1/htdocs/security/security.xml
  head/en_US.ISO8859-1/htdocs/security/unsupported.xml
  head/en_US.ISO8859-1/htdocs/where.xml
  head/share/xml/navibar.ent

Modified: head/en_US.ISO8859-1/htdocs/index.xsl
==============================================================================
--- head/en_US.ISO8859-1/htdocs/index.xsl	Mon Oct  1 14:26:25 2018	(r52320)
+++ head/en_US.ISO8859-1/htdocs/index.xsl	Mon Oct  1 17:29:11 2018	(r52321)
@@ -101,8 +101,10 @@
 				  <ul id="frontreleaseslist">
 					<li>Production:&nbsp;<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'">

Modified: head/en_US.ISO8859-1/htdocs/releases/index.xml
==============================================================================
--- head/en_US.ISO8859-1/htdocs/releases/index.xml	Mon Oct  1 14:26:25 2018	(r52320)
+++ head/en_US.ISO8859-1/htdocs/releases/index.xml	Mon Oct  1 17:29:11 2018	(r52321)
@@ -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>:

Modified: head/en_US.ISO8859-1/htdocs/releng/index.xml
==============================================================================
--- head/en_US.ISO8859-1/htdocs/releng/index.xml	Mon Oct  1 14:26:25 2018	(r52320)
+++ head/en_US.ISO8859-1/htdocs/releng/index.xml	Mon Oct  1 17:29:11 2018	(r52321)
@@ -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>

Modified: head/en_US.ISO8859-1/htdocs/security/security.xml
==============================================================================
--- head/en_US.ISO8859-1/htdocs/security/security.xml	Mon Oct  1 14:26:25 2018	(r52320)
+++ head/en_US.ISO8859-1/htdocs/security/security.xml	Mon Oct  1 17:29:11 2018	(r52321)
@@ -173,13 +173,6 @@
       <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>
       <td>n/a</td>

Modified: head/en_US.ISO8859-1/htdocs/security/unsupported.xml
==============================================================================
--- head/en_US.ISO8859-1/htdocs/security/unsupported.xml	Mon Oct  1 14:26:25 2018	(r52320)
+++ head/en_US.ISO8859-1/htdocs/security/unsupported.xml	Mon Oct  1 17:29:11 2018	(r52321)
@@ -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>

Modified: head/en_US.ISO8859-1/htdocs/where.xml
==============================================================================
--- head/en_US.ISO8859-1/htdocs/where.xml	Mon Oct  1 14:26:25 2018	(r52320)
+++ head/en_US.ISO8859-1/htdocs/where.xml	Mon Oct  1 17:29:11 2018	(r52321)
@@ -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>
 

Modified: head/share/xml/navibar.ent
==============================================================================
--- head/share/xml/navibar.ent	Mon Oct  1 14:26:25 2018	(r52320)
+++ head/share/xml/navibar.ent	Mon Oct  1 17:29:11 2018	(r52321)
@@ -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>
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-doc-all
To unsubscribe, send any mail to "[email protected]"
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.