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

Glen Barber gjb at FreeBSD.org
Sat Jun 7 16:19:40 UTC 2014


Author: gjb
Date: Sat Jun  7 16:19:39 2014
New Revision: 45023
URL: http://svnweb.freebsd.org/changeset/doc/45023

Log:
  Enable the 'download page' URL on the 9.3-RELEASE schedule
  page, and update the betarel.vers to 'BETA2'.
  
  Approved by:	re (implicit)
  Sponsored by:	The FreeBSD Foundation

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

Modified: head/en_US.ISO8859-1/htdocs/releases/9.3R/schedule.xml
==============================================================================
--- head/en_US.ISO8859-1/htdocs/releases/9.3R/schedule.xml	Sat Jun  7 07:54:55 2014	(r45022)
+++ head/en_US.ISO8859-1/htdocs/releases/9.3R/schedule.xml	Sat Jun  7 16:19:39 2014	(r45023)
@@ -5,7 +5,7 @@
 <!ENTITY local.branch.stable "stable/9">
 <!ENTITY local.branch.releng "releng/9.3">
 <!ENTITY title "FreeBSD &local.rel; Release Process">
-<!ENTITY % beta.local.where "IGNORE">
+<!ENTITY % beta.local.where "INCLUDE">
 ]>
 
 <html xmlns="http://www.w3.org/1999/xhtml">

Modified: head/share/xml/release.ent
==============================================================================
--- head/share/xml/release.ent	Sat Jun  7 07:54:55 2014	(r45022)
+++ head/share/xml/release.ent	Sat Jun  7 16:19:39 2014	(r45023)
@@ -36,10 +36,10 @@
 <!ENTITY beta.upcoming "INCLUDE">
 
 <!-- Set to 'INCLUDE' when the installation images are available. -->
-<!ENTITY beta.testing "IGNORE">
-<!ENTITY % beta.testing "IGNORE">
+<!ENTITY beta.testing "INCLUDE">
+<!ENTITY % beta.testing "INCLUDE">
 <!ENTITY betarel.current '9.3'>
-<!ENTITY betarel.vers 'PRERELEASE'>
+<!ENTITY betarel.vers 'BETA2'>
 <!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-head mailing list