svn commit: r45985 - in head: en_US.ISO8859-1/htdocs/releases/10.1R share/xml

Glen Barber gjb at FreeBSD.org
Fri Nov 14 19:25:19 UTC 2014


Author: gjb
Date: Fri Nov 14 19:25:17 2014
New Revision: 45985
URL: https://svnweb.freebsd.org/changeset/doc/45985

Log:
  Turn off the where.html download links for 10.1-RC4.
  Update the current 10.x release to reflect 10.1.
  
  Approved by:	re (implicit)
  Sponsored by:	The FreeBSD Foundation

Modified:
  head/en_US.ISO8859-1/htdocs/releases/10.1R/schedule.xml
  head/share/xml/release.ent

Modified: head/en_US.ISO8859-1/htdocs/releases/10.1R/schedule.xml
==============================================================================
--- head/en_US.ISO8859-1/htdocs/releases/10.1R/schedule.xml	Fri Nov 14 19:18:32 2014	(r45984)
+++ head/en_US.ISO8859-1/htdocs/releases/10.1R/schedule.xml	Fri Nov 14 19:25:17 2014	(r45985)
@@ -5,7 +5,7 @@
 <!ENTITY local.branch.stable "stable/10">
 <!ENTITY local.branch.releng "releng/10.1">
 <!ENTITY title "FreeBSD &local.rel; Release Process">
-<!ENTITY % beta.local.where "INCLUDE">
+<!ENTITY % beta.local.where "IGNORE">
 <!ENTITY % beta2.local.where "IGNORE">
 ]>
 

Modified: head/share/xml/release.ent
==============================================================================
--- head/share/xml/release.ent	Fri Nov 14 19:18:32 2014	(r45984)
+++ head/share/xml/release.ent	Fri Nov 14 19:25:17 2014	(r45985)
@@ -34,12 +34,12 @@
       below to "IGNORE".  If we do, use "INCLUDE". -->
 
 <!-- Set to 'INCLUDE' when the schedule is available. -->
-<!ENTITY beta.upcoming "INCLUDE">
-<!ENTITY % beta.upcoming "INCLUDE">
+<!ENTITY beta.upcoming "IGNORE">
+<!ENTITY % beta.upcoming "IGNORE">
 
 <!-- Set to 'INCLUDE' when the installation images are available. -->
-<!ENTITY beta.testing "INCLUDE">
-<!ENTITY % beta.testing "INCLUDE">
+<!ENTITY beta.testing "IGNORE">
+<!ENTITY % beta.testing "IGNORE">
 <!ENTITY betarel.current '10.1'>
 <!ENTITY betarel.vers 'RC4'>
 <!ENTITY u.betarel.schedule '&base;/releases/&betarel.current;R/schedule.html'>
@@ -59,8 +59,8 @@
 <!ENTITY u.betarel2.schedule '&base;/releases/&betarel2.current;R/schedule.html'>
 
 <!ENTITY rel.current.major '10'>
-<!ENTITY rel.current '10.0'>
-<!ENTITY rel.current.date 'January 2014'>
+<!ENTITY rel.current '10.1'>
+<!ENTITY rel.current.date 'November 2014'>
 
 <!-- URLs to information on the latest release -->
 <!ENTITY u.rel.notes '&base;/releases/&rel.current;R/relnotes.html'>


More information about the svn-doc-all mailing list