In anticipation of 6.3, make 6.3 the most recent 6.X release on the

Web site, add 6.2 to the list of prior releases, and add a newsflash
item for 6.3.
This commit is contained in:
Bruce A. Mah 2008-01-18 18:56:02 +00:00
parent 43bc65a394
commit 72d12e0b3d
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=31317
3 changed files with 37 additions and 8 deletions

View file

@ -1,10 +1,10 @@
<!DOCTYPE HTML PUBLIC "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension//EN" [
<!ENTITY base CDATA "..">
<!ENTITY date "$FreeBSD: www/en/releases/index.sgml,v 1.112 2007/01/15 05:24:02 bmah Exp $">
<!ENTITY date "$FreeBSD: www/en/releases/index.sgml,v 1.113 2007/04/07 14:52:42 brueffer Exp $">
<!ENTITY title "Release Information">
<!ENTITY % navinclude.download "INCLUDE">
]>
<!-- $FreeBSD: www/en/releases/index.sgml,v 1.112 2007/01/15 05:24:02 bmah Exp $ -->
<!-- $FreeBSD: www/en/releases/index.sgml,v 1.113 2007/04/07 14:52:42 brueffer Exp $ -->
<html>
&header;
@ -66,6 +66,17 @@ FreeBSD</A> for details.</p>
<a name="past"></A>
<h2>Past Releases</h2>
<ul>
<li><b>6.2</b> (January 2007)
<em>
<a href="6.2R/announce.html">Announcement</a>:
<a href="6.2R/relnotes.html">Release Notes</a>:
<a href="6.2R/hardware.html">Hardware Notes</a>:
<a href="6.2R/installation.html">Installation Notes</a>:
<a href="6.2R/readme.html">Readme</a>:
<a href="6.2R/errata.html">Errata</a>
</em>
</li>
<li><b>6.1</b> (May 2006)
<em>
<a href="6.1R/announce.html">Announcement</a>:

View file

@ -20,7 +20,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.135 2008/01/04 21:16:27 jkois Exp $
$FreeBSD: www/share/sgml/news.xml,v 1.136 2008/01/18 03:19:18 murray Exp $
</cvs:keyword>
</cvs:keywords>
@ -30,6 +30,24 @@
<month>
<name>1</name>
<day>
<name>18</name>
<event>
<title>FreeBSD 6.3-RELEASE Available</title>
<p><a href="&base;/releases/6.3R/announce.html">FreeBSD
6.3-RELEASE</a> is now available. Please be sure to check
the <a
href="&base;/releases/6.3R/errata.html">release errata</a>
before installation for any late-breaking news and/or
issues with 6.3. More information about FreeBSD releases
can be found on the <a
href="&base;/releases/index.html">Release Information</a>
page.</p>
</event>
</day>
<day>
<name>17</name>
<event>

View file

@ -1,4 +1,4 @@
<!-- $FreeBSD: www/share/sgml/release.ent,v 1.17 2007/12/30 03:29:14 danger Exp $ -->
<!-- $FreeBSD: www/share/sgml/release.ent,v 1.18 2007/12/31 14:18:01 danger Exp $ -->
<!-- XXX rel.current and u.rel.* should be available in doc/ -->
<!-- The currently released versions of FreeBSD. This value is used to
@ -36,15 +36,15 @@
<!-- 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 '6.3'>
<!ENTITY betarel2.vers 'RC2'>
<!ENTITY u.betarel2.schedule '&base;/releases/&betarel2.current;R/schedule.html'>
<!ENTITY rel.current.major '6'>
<!ENTITY rel.current '&rel.current.major;.2'>
<!ENTITY rel.current.date 'January 2007'>
<!ENTITY rel.current '&rel.current.major;.3'>
<!ENTITY rel.current.date 'January 2008'>
<!-- URLs to information on the latest release -->
<!ENTITY u.rel.notes '&base;/releases/&rel.current;R/relnotes.html'>