svn commit: r53747 - in head: en_US.ISO8859-1/htdocs/releases share/xml

Glen Barber gjb at FreeBSD.org
Fri Jan 3 16:59:02 UTC 2020


Author: gjb
Date: Fri Jan  3 16:59:02 2020
New Revision: 53747
URL: https://svnweb.freebsd.org/changeset/doc/53747

Log:
  Connect the 11.4-RELEASE and 12.2-RELEASE directories to the build.
  Enable the "Upcoming Releases" links.
  
  Approved by:	re (implicit)
  Sponsored by:	Rubicon Communications, LLC (netgate.com)

Modified:
  head/en_US.ISO8859-1/htdocs/releases/Makefile
  head/share/xml/release.ent

Modified: head/en_US.ISO8859-1/htdocs/releases/Makefile
==============================================================================
--- head/en_US.ISO8859-1/htdocs/releases/Makefile	Fri Jan  3 16:57:59 2020	(r53746)
+++ head/en_US.ISO8859-1/htdocs/releases/Makefile	Fri Jan  3 16:59:02 2020	(r53747)
@@ -19,8 +19,8 @@ SUBDIR+=	7.0R 7.1R 7.2R 7.3R 7.4R
 SUBDIR+=	8.0R 8.1R 8.2R 8.3R 8.4R
 SUBDIR+=	9.0R 9.1R 9.2R 9.3R
 SUBDIR+=	10.0R 10.1R 10.2R 10.3R 10.4R
-SUBDIR+=	11.0R 11.1R 11.2R 11.3R
-SUBDIR+=	12.0R 12.1R
+SUBDIR+=	11.0R 11.1R 11.2R 11.3R 11.4R
+SUBDIR+=	12.0R 12.1R 12.2R
 
 .if defined(NEW_BUILD)
 SUBDIR=

Modified: head/share/xml/release.ent
==============================================================================
--- head/share/xml/release.ent	Fri Jan  3 16:57:59 2020	(r53746)
+++ head/share/xml/release.ent	Fri Jan  3 16:59:02 2020	(r53747)
@@ -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 '11.3'>
+<!ENTITY betarel.current '11.4'>
 <!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 '12.1'>
+<!ENTITY betarel2.current '12.2'>
 <!ENTITY betarel2.vers 'RELEASE'>
 <!ENTITY u.betarel2.schedule '&base;/releases/&betarel2.current;R/schedule.html'>
 


More information about the svn-doc-all mailing list