- Announce 10.3-RELEASE.
- Remove 10.3 from Upcoming Releases. Approved by: re (implicit)
This commit is contained in:
parent
666e73bc7f
commit
c3af9be463
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=48534
5 changed files with 36 additions and 16 deletions
|
@ -12,12 +12,14 @@ _REVISION?= 10.3
|
|||
_BRANCH?= RELEASE
|
||||
THISRELEASE?= ${_OS}-${_REVISION}-${_BRANCH}
|
||||
|
||||
DOCS= index.xml \
|
||||
DOCS= announce.xml \
|
||||
index.xml \
|
||||
schedule.xml \
|
||||
signatures.xml \
|
||||
todo.xml
|
||||
|
||||
DATA= docbook.css \
|
||||
DATA= announce.asc \
|
||||
docbook.css \
|
||||
hardware.html \
|
||||
installation.html \
|
||||
readme.html \
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
<!ENTITY local.branch.stable "stable/10">
|
||||
<!ENTITY local.branch.releng "releng/10.3">
|
||||
<!ENTITY title "FreeBSD &local.rel; Release Process">
|
||||
<!ENTITY % beta.local.where "INCLUDE">
|
||||
<!ENTITY % beta.local.where "IGNORE">
|
||||
<!ENTITY % beta2.local.where "IGNORE">
|
||||
]>
|
||||
|
||||
|
@ -148,7 +148,7 @@
|
|||
<tr>
|
||||
<td>RELEASE announcement</td>
|
||||
<td>29 March 2016</td>
|
||||
<td>-</td>
|
||||
<td>4 April 2016</td>
|
||||
<td>&local.rel;-RELEASE press release.</td>
|
||||
</tr>
|
||||
|
||||
|
|
|
@ -49,12 +49,6 @@
|
|||
<th>Information</th>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>March 2016</td>
|
||||
<td>&os; 10.3</td>
|
||||
<td><a href="&base;/releases/10.3R/schedule.html">Target Schedule</a></td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>July 2016</td>
|
||||
<td>&os; 11.0</td>
|
||||
|
|
|
@ -31,6 +31,30 @@
|
|||
<year>
|
||||
<name>2016</name>
|
||||
|
||||
<month>
|
||||
<name>4</name>
|
||||
|
||||
<day>
|
||||
<name>4</name>
|
||||
|
||||
<event>
|
||||
<title>&os; 10.3-RELEASE Available</title>
|
||||
|
||||
<p><a href="&enbase;/releases/10.3R/announce.html">FreeBSD
|
||||
10.3-RELEASE</a> is now available. Please be sure to
|
||||
check the <a
|
||||
href="&enbase;/releases/10.3R/relnotes.html">Release
|
||||
Notes</a> and <a
|
||||
href="&enbase;/releases/10.3R/errata.html">Release
|
||||
Errata</a> before installation for any late-breaking
|
||||
news and/or issues with 10.3. More information about
|
||||
FreeBSD releases can be found on the <a
|
||||
href="&enbase;/releases/index.html">Release
|
||||
Information</a> page.</p>
|
||||
</event>
|
||||
</day>
|
||||
</month>
|
||||
|
||||
<month>
|
||||
<name>3</name>
|
||||
|
||||
|
|
|
@ -34,12 +34,12 @@
|
|||
below to "IGNORE". If we do, use "INCLUDE". -->
|
||||
|
||||
<!-- Set to 'INCLUDE' when the schedule is available. -->
|
||||
<!ENTITY beta.upcoming "INCLUDE">
|
||||
<!ENTITY % beta.upcoming "INCLUDE">
|
||||
<!ENTITY beta.upcoming "IGNORE">
|
||||
<!ENTITY % beta.upcoming "IGNORE">
|
||||
|
||||
<!-- Set to 'INCLUDE' when the installation images are available. -->
|
||||
<!ENTITY beta.testing "INCLUDE">
|
||||
<!ENTITY % beta.testing "INCLUDE">
|
||||
<!ENTITY beta.testing "IGNORE">
|
||||
<!ENTITY % beta.testing "IGNORE">
|
||||
<!ENTITY betarel.current '10.3'>
|
||||
<!ENTITY betarel.vers 'RC3'>
|
||||
<!ENTITY u.betarel.schedule '&base;/releases/&betarel.current;R/schedule.html'>
|
||||
|
@ -59,8 +59,8 @@
|
|||
<!ENTITY u.betarel2.schedule '&base;/releases/&betarel2.current;R/schedule.html'>
|
||||
|
||||
<!ENTITY rel.current.major '10'>
|
||||
<!ENTITY rel.current '10.2'>
|
||||
<!ENTITY rel.current.date 'August 2015'>
|
||||
<!ENTITY rel.current '10.3'>
|
||||
<!ENTITY rel.current.date 'April 2016'>
|
||||
|
||||
<!-- URLs to information on the latest release -->
|
||||
<!ENTITY u.rel.notes '&base;/releases/&rel.current;R/relnotes.html'>
|
||||
|
|
Loading…
Reference in a new issue