svn commit: r47524 - in head: en_US.ISO8859-1/htdocs/releng share/xml
Glen Barber
gjb at FreeBSD.org
Thu Oct 8 13:35:13 UTC 2015
Author: gjb
Date: Thu Oct 8 13:35:11 2015
New Revision: 47524
URL: https://svnweb.freebsd.org/changeset/doc/47524
Log:
Add the 10.3-RELEASE schedule to the releng/index.html page.
Link the 10.3-RELEASE and 11.0-RELEASE schedules from the
main index.html 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 Oct 8 10:00:13 2015 (r47523)
+++ head/en_US.ISO8859-1/htdocs/releng/index.xml Thu Oct 8 13:35:11 2015 (r47524)
@@ -50,6 +50,12 @@
</tr>
<tr>
+ <td>March 2016</td>
+ <td>&os; 10.3</td>
+ <td><a href="&base;/releases/10.3R/schedule.html">Target Schedule</a></td>
+ </tr>
+
+ <tr>
<td>July 2016</td>
<td>&os; 11.0</td>
<td><a href="&base;/releases/11.0R/schedule.html">Target Schedule</a></td>
Modified: head/share/xml/release.ent
==============================================================================
--- head/share/xml/release.ent Thu Oct 8 10:00:13 2015 (r47523)
+++ head/share/xml/release.ent Thu Oct 8 13:35:11 2015 (r47524)
@@ -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 '10.2'>
+<!ENTITY betarel.current '10.3'>
<!ENTITY betarel.vers 'RELEASE'>
<!ENTITY u.betarel.schedule '&base;/releases/&betarel.current;R/schedule.html'>
@@ -48,13 +48,13 @@
are having release candidates at the same time), do the same here. -->
<!-- Set to 'INCLUDE' when the schedule is available. -->
-<!ENTITY beta2.upcoming "IGNORE">
-<!ENTITY % beta2.upcoming "IGNORE">
+<!ENTITY beta2.upcoming "INCLUDE">
+<!ENTITY % beta2.upcoming "INCLUDE">
<!-- Set to 'INCLUDE' when the installation images are available. -->
<!ENTITY beta2.testing "IGNORE">
<!ENTITY % beta2.testing "IGNORE">
-<!ENTITY betarel2.current '9.3'>
+<!ENTITY betarel2.current '11.0'>
<!ENTITY betarel2.vers 'RELEASE'>
<!ENTITY u.betarel2.schedule '&base;/releases/&betarel2.current;R/schedule.html'>
More information about the svn-doc-all
mailing list