Add the official announcement of 8.2-RELEASE and 7.4-RELEASE.
This commit is contained in:
parent
bac6e0bcd1
commit
c909dbea54
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=36978
7 changed files with 891 additions and 17 deletions
|
@ -25,7 +25,7 @@
|
|||
<news>
|
||||
<cvs:keywords xmlns:cvs="http://www.FreeBSD.org/XML/CVS" version="1.0">
|
||||
<cvs:keyword name="freebsd">
|
||||
$FreeBSD: www/share/sgml/news.xml,v 1.362 2011/02/04 11:03:18 jkois Exp $
|
||||
$FreeBSD: www/share/sgml/news.xml,v 1.363 2011/02/18 07:27:49 miwi Exp $
|
||||
</cvs:keyword>
|
||||
</cvs:keywords>
|
||||
|
||||
|
@ -35,6 +35,40 @@
|
|||
<month>
|
||||
<name>2</name>
|
||||
|
||||
<day>
|
||||
<name>24</name>
|
||||
|
||||
<event>
|
||||
<title>FreeBSD 8.2-RELEASE Available</title>
|
||||
|
||||
<p><a href="&enbase;/releases/8.2R/announce.html">FreeBSD
|
||||
8.2-RELEASE</a> is now available. Please be sure to check
|
||||
the <a href="&enbase;/releases/8.2R/relnotes.html">Release
|
||||
Notes</a> and <a
|
||||
href="&enbase;/releases/8.2R/errata.html">Release
|
||||
Errata</a> before installation for any late-breaking news
|
||||
and/or issues with 8.2. More information about FreeBSD
|
||||
releases can be found on the <a
|
||||
href="&enbase;/releases/index.html">Release
|
||||
Information</a> page.</p>
|
||||
</event>
|
||||
|
||||
<event>
|
||||
<title>FreeBSD 7.4-RELEASE Available</title>
|
||||
|
||||
<p><a href="&enbase;/releases/7.4R/announce.html">FreeBSD
|
||||
7.4-RELEASE</a> is now available. Please be sure to check
|
||||
the <a href="&enbase;/releases/7.4R/relnotes.html">Release
|
||||
Notes</a> and <a
|
||||
href="&enbase;/releases/7.4R/errata.html">Release
|
||||
Errata</a> before installation for any late-breaking news
|
||||
and/or issues with 7.4. More information about FreeBSD
|
||||
releases can be found on the <a
|
||||
href="&enbase;/releases/index.html">Release
|
||||
Information</a> page.</p>
|
||||
</event>
|
||||
</day>
|
||||
|
||||
<day>
|
||||
<name>18</name>
|
||||
<event>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<!-- $FreeBSD: www/share/sgml/release.ent,v 1.54 2011/01/23 21:40:38 danger Exp $ -->
|
||||
<!-- $FreeBSD: www/share/sgml/release.ent,v 1.55 2011/02/04 11:03:18 jkois Exp $ -->
|
||||
|
||||
<!-- XXX rel.current and u.rel.* should be available in doc/ -->
|
||||
<!-- The currently released versions of FreeBSD. This value is used to
|
||||
|
@ -28,23 +28,23 @@
|
|||
<!-- If there is no release currently in the release cycle (i.e. we
|
||||
don't have something in BETAn or RCn), then change %beta.testing
|
||||
below to "IGNORE". If we do, use "INCLUDE". -->
|
||||
<!ENTITY beta.testing "INCLUDE">
|
||||
<!ENTITY % beta.testing "INCLUDE">
|
||||
<!ENTITY beta.testing "IGNORE">
|
||||
<!ENTITY % beta.testing "IGNORE">
|
||||
<!ENTITY betarel.current '8.2'>
|
||||
<!ENTITY betarel.vers 'RC3'>
|
||||
<!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. -->
|
||||
<!ENTITY beta2.testing "INCLUDE">
|
||||
<!ENTITY % beta2.testing "INCLUDE">
|
||||
<!ENTITY beta2.testing "IGNORE">
|
||||
<!ENTITY % beta2.testing "IGNORE">
|
||||
<!ENTITY betarel2.current '7.4'>
|
||||
<!ENTITY betarel2.vers 'RC3'>
|
||||
<!ENTITY u.betarel2.schedule '&base;/releases/&betarel2.current;R/schedule.html'>
|
||||
|
||||
<!ENTITY rel.current.major '8'>
|
||||
<!ENTITY rel.current '&rel.current.major;.1'>
|
||||
<!ENTITY rel.current.date 'July 2010'>
|
||||
<!ENTITY rel.current '&rel.current.major;.2'>
|
||||
<!ENTITY rel.current.date 'February 2011'>
|
||||
|
||||
<!-- URLs to information on the latest release -->
|
||||
<!ENTITY u.rel.notes '&base;/releases/&rel.current;R/relnotes.html'>
|
||||
|
@ -54,8 +54,8 @@
|
|||
<!ENTITY u.rel.readme '&base;/releases/&rel.current;R/readme.html'>
|
||||
|
||||
<!-- Secondary "current release" entities -->
|
||||
<!ENTITY rel2.current '7.3'>
|
||||
<!ENTITY rel2.current.date 'March 2010'>
|
||||
<!ENTITY rel2.current '7.4'>
|
||||
<!ENTITY rel2.current.date 'February 2011'>
|
||||
<!ENTITY rel2.current.major '7'>
|
||||
|
||||
<!-- URLs to information on the latest release -->
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue