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

Glen Barber gjb at FreeBSD.org
Wed Apr 26 21:03:47 UTC 2017


Author: gjb
Date: Wed Apr 26 21:03:45 2017
New Revision: 50206
URL: https://svnweb.freebsd.org/changeset/doc/50206

Log:
  Belatedly add the 11.1-RELEASE schedule to the 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	Wed Apr 26 12:55:14 2017	(r50205)
+++ head/en_US.ISO8859-1/htdocs/releng/index.xml	Wed Apr 26 21:03:45 2017	(r50206)
@@ -42,9 +42,6 @@
   <p>NOTE: Release dates are approximate and may be subject to
     schedule slippage.</p>
 
-  <p>As of 2016-12-09, the next release has not yet been
-    announced.</p>
-  <!-- 20161014 until announced
   <table class="tblbasic">
     <tr>
       <th>Date</th>
@@ -53,12 +50,11 @@
     </tr>
 
     <tr>
-      <td>September 2016</td>
-      <td>&os; 11.0</td>
-      <td><a href="&base;/releases/11.0R/schedule.html">Target Schedule</a></td>
+      <td>July 2017</td>
+      <td>&os; 11.1</td>
+      <td><a href="&base;/releases/11.1R/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	Wed Apr 26 12:55:14 2017	(r50205)
+++ head/share/xml/release.ent	Wed Apr 26 21:03:45 2017	(r50206)
@@ -34,14 +34,14 @@
       below to "IGNORE".  If we do, use "INCLUDE". -->
 
 <!-- Set to 'INCLUDE' when the schedule is available. -->
-<!ENTITY beta.upcoming "IGNORE">
+<!ENTITY beta.upcoming "INCLUDE">
 <!ENTITY % beta.upcoming "IGNORE">
 
 <!-- Set to 'INCLUDE' when the installation images are available. -->
 <!ENTITY beta.testing "IGNORE">
 <!ENTITY % beta.testing "IGNORE">
-<!ENTITY betarel.current '11.0'>
-<!ENTITY betarel.vers 'RC3'>
+<!ENTITY betarel.current '11.1'>
+<!ENTITY betarel.vers 'RELEASE'>
 <!ENTITY u.betarel.schedule '&base;/releases/&betarel.current;R/schedule.html'>
 
 <!-- If we have a second release in the release cycle (e.g. 5.x and 6.y


More information about the svn-doc-all mailing list