diff --git a/en_US.ISO8859-1/htdocs/releng/index.xml b/en_US.ISO8859-1/htdocs/releng/index.xml index fdf467067c..6d7ca381a9 100644 --- a/en_US.ISO8859-1/htdocs/releng/index.xml +++ b/en_US.ISO8859-1/htdocs/releng/index.xml @@ -49,12 +49,6 @@ <th>Information</th> </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> diff --git a/en_US.ISO8859-1/htdocs/security/security.xml b/en_US.ISO8859-1/htdocs/security/security.xml index 00d304af30..ab2212f25c 100644 --- a/en_US.ISO8859-1/htdocs/security/security.xml +++ b/en_US.ISO8859-1/htdocs/security/security.xml @@ -107,6 +107,13 @@ <td>September 30, 2013</td> <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> diff --git a/share/xml/release.ent b/share/xml/release.ent index 6ba5b717ee..fba9fdc55c 100644 --- a/share/xml/release.ent +++ b/share/xml/release.ent @@ -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'>