svn commit: r42659 - head/share/xml

Glen Barber gjb at FreeBSD.org
Fri Sep 13 20:28:29 UTC 2013


Author: gjb
Date: Fri Sep 13 20:28:28 2013
New Revision: 42659
URL: http://svnweb.freebsd.org/changeset/doc/42659

Log:
  Update and enable the beta2.* and betarel2.* macros for
  the 10.0-RELEASE cycle.
  
  Sponsored by:	The FreeBSD Foundation

Modified:
  head/share/xml/release.ent

Modified: head/share/xml/release.ent
==============================================================================
--- head/share/xml/release.ent	Fri Sep 13 20:27:28 2013	(r42658)
+++ head/share/xml/release.ent	Fri Sep 13 20:28:28 2013	(r42659)
@@ -37,10 +37,10 @@
 
 <!-- If we have a second release in the release cycle (e.g. 5.x and 6.y
       are having release candidates at the same time), do the same here.  -->
-<!ENTITY beta2.testing "IGNORE">
-<!ENTITY % beta2.testing "IGNORE">
-<!ENTITY betarel2.current '7.4'>
-<!ENTITY betarel2.vers 'RC3'>
+<!ENTITY beta2.testing "INCLUDE">
+<!ENTITY % beta2.testing "INCLUDE">
+<!ENTITY betarel2.current '10.0'>
+<!ENTITY betarel2.vers 'ALPHA1'>
 <!ENTITY u.betarel2.schedule '&base;/releases/&betarel2.current;R/schedule.html'>
 
 <!ENTITY rel.current.major '9'>


More information about the svn-doc-head mailing list