svn commit: r45302 - in head: en_US.ISO8859-1/htdocs/releng en_US.ISO8859-1/htdocs/security share/xml

Glen Barber gjb at FreeBSD.org
Tue Jul 15 16:34:16 UTC 2014


Author: gjb
Date: Tue Jul 15 16:34:15 2014
New Revision: 45302
URL: http://svnweb.freebsd.org/changeset/doc/45302

Log:
  - Switch betarel and betarel2 FreeBSD versions.
  - Set the release month and year for 9.3-RELEASE.
  - Remove 9.3-RELEASE from the releng page.
  - Add the 9.3-RELEASE EoL to the security page.
  - Set beta.testing to IGNORE since images are not yet
    built.
  
  Approved by:	re (implicit)
  Sponsored by:	The FreeBSD Foundation

Modified:
  head/en_US.ISO8859-1/htdocs/releng/index.xml
  head/en_US.ISO8859-1/htdocs/security/security.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	Tue Jul 15 16:30:56 2014	(r45301)
+++ head/en_US.ISO8859-1/htdocs/releng/index.xml	Tue Jul 15 16:34:15 2014	(r45302)
@@ -50,12 +50,6 @@
     </tr>
 
     <tr>
-      <td>July 2014</td>
-      <td>&os; 9.3</td>
-      <td><a href="&base;/releases/9.3R/schedule.html">Target Schedule</a></td>
-    </tr>
-
-    <tr>
       <td>October 2014</td>
       <td>&os; 10.1</td>
       <td><a href="&base;/releases/10.1R/schedule.html">Target Schedule</a></td>

Modified: head/en_US.ISO8859-1/htdocs/security/security.xml
==============================================================================
--- head/en_US.ISO8859-1/htdocs/security/security.xml	Tue Jul 15 16:30:56 2014	(r45301)
+++ head/en_US.ISO8859-1/htdocs/security/security.xml	Tue Jul 15 16:34:15 2014	(r45302)
@@ -108,6 +108,13 @@
       <td>September 30, 2014</td>
     </tr>
     <tr>
+      <td>releng/9.3</td>
+      <td>9.3-RELEASE</td>
+      <td>Extended</td>
+      <td>July 16, 2014</td>
+      <td>January 1, 2017</td>
+    </tr>
+    <tr>
       <td>stable/10</td>
       <td>n/a</td>
       <td>n/a</td>

Modified: head/share/xml/release.ent
==============================================================================
--- head/share/xml/release.ent	Tue Jul 15 16:30:56 2014	(r45301)
+++ head/share/xml/release.ent	Tue Jul 15 16:34:15 2014	(r45302)
@@ -38,24 +38,24 @@
 <!ENTITY % beta.upcoming "INCLUDE">
 
 <!-- Set to 'INCLUDE' when the installation images are available. -->
-<!ENTITY beta.testing "INCLUDE">
-<!ENTITY % beta.testing "INCLUDE">
-<!ENTITY betarel.current '9.3'>
-<!ENTITY betarel.vers 'RELEASE'>
+<!ENTITY beta.testing "IGNORE">
+<!ENTITY % beta.testing "IGNORE">
+<!ENTITY betarel.current '10.1'>
+<!ENTITY betarel.vers 'STABLE'>
 <!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
       are having release candidates at the same time), do the same here.  -->
 
 <!-- Set to 'INCLUDE' when the schedule is available. -->
-<!ENTITY beta2.upcoming "INCLUDE">
-<!ENTITY % beta2.upcoming "INCLUDE">
+<!ENTITY beta2.upcoming "IGNORE">
+<!ENTITY % beta2.upcoming "IGNORE">
 
 <!-- Set to 'INCLUDE' when the installation images are available. -->
-<!ENTITY beta2.testing "INCLUDE">
+<!ENTITY beta2.testing "IGNORE">
 <!ENTITY % beta2.testing "IGNORE">
-<!ENTITY betarel2.current '10.1'>
-<!ENTITY betarel2.vers 'STABLE'>
+<!ENTITY betarel2.current '9.3'>
+<!ENTITY betarel2.vers 'RELEASE'>
 <!ENTITY u.betarel2.schedule '&base;/releases/&betarel2.current;R/schedule.html'>
 
 <!ENTITY rel.current.major '10'>
@@ -72,8 +72,8 @@
 
 <!-- Secondary "current release" entities -->
 <!ENTITY rel2.current.major '9'>
-<!ENTITY rel2.current '&rel2.current.major;.2'>
-<!ENTITY rel2.current.date 'September 2013'>
+<!ENTITY rel2.current '&rel2.current.major;.3'>
+<!ENTITY rel2.current.date 'July 2014'>
 
 <!-- URLs to information on the latest rel2ease -->
 <!ENTITY u.rel2.notes '&base;/releases/&rel2.current;R/relnotes.html'>


More information about the svn-doc-all mailing list