svn commit: r52881 - in head: en_US.ISO8859-1/htdocs/releng share/xml

Glen Barber gjb at FreeBSD.org
Thu Mar 21 18:20:15 UTC 2019


Author: gjb
Date: Thu Mar 21 18:20:14 2019
New Revision: 52881
URL: https://svnweb.freebsd.org/changeset/doc/52881

Log:
  Link to the 11.3-RELEASE schedule on the front page and
  the releng index page.
  
  Approved by:	re (implicit)
  Sponsored by:	The FreeBSD Foundation

Modified:
  head/en_US.ISO8859-1/htdocs/releng/index.xml
  head/share/xml/release.ent

Modified: head/en_US.ISO8859-1/htdocs/releng/index.xml
==============================================================================
--- head/en_US.ISO8859-1/htdocs/releng/index.xml	Thu Mar 21 18:16:54 2019	(r52880)
+++ head/en_US.ISO8859-1/htdocs/releng/index.xml	Thu Mar 21 18:20:14 2019	(r52881)
@@ -42,10 +42,11 @@
   <p>NOTE: Release dates are approximate and may be subject to
     schedule slippage.</p>
 
+  <?ignore
   <p>As of 2018-12-11, the next release has not yet been
     announced.</p>
+  ?>
 
-  <?ignore
   <table class="tblbasic">
     <tr>
       <th>Date</th>
@@ -54,14 +55,13 @@
     </tr>
 
     <tr>
-      <td>December 2018</td>
-      <td>&os; 12.0</td>
+      <td>July 2019</td>
+      <td>&os; 11.3</td>
       <td><a
-	  href="&base;/releases/12.0R/schedule.html">Target
+	  href="&base;/releases/11.3R/schedule.html">Target
 	  Schedule</a></td>
     </tr>
   </table>
-  ?>
 
   <h2><a name="freeze" id="freeze">Code-Freeze Status</a></h2>
 

Modified: head/share/xml/release.ent
==============================================================================
--- head/share/xml/release.ent	Thu Mar 21 18:16:54 2019	(r52880)
+++ head/share/xml/release.ent	Thu Mar 21 18:20:14 2019	(r52881)
@@ -34,13 +34,13 @@
       below to "IGNORE".  If we do, use "INCLUDE". -->
 
 <!-- Set to 'INCLUDE' when the schedule is available. -->
-<!ENTITY beta.upcoming "IGNORE">
-<!ENTITY % beta.upcoming "IGNORE">
+<!ENTITY beta.upcoming "INCLUDE">
+<!ENTITY % beta.upcoming "INCLUDE">
 
 <!-- Set to 'INCLUDE' when the installation images are available. -->
 <!ENTITY beta.testing "IGNORE">
 <!ENTITY % beta.testing "IGNORE">
-<!ENTITY betarel.current '12.0'>
+<!ENTITY betarel.current '11.3'>
 <!ENTITY betarel.vers 'RELEASE'>
 <!ENTITY u.betarel.schedule '&base;/releases/&betarel.current;R/schedule.html'>
 


More information about the svn-doc-all mailing list