- 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
This commit is contained in:
parent
eb57e15ef5
commit
251ffbbf24
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=45302
3 changed files with 18 additions and 17 deletions
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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'>
|
||||
|
|
Loading…
Reference in a new issue