Bump version numbers for 6.0R.
This commit is contained in:
parent
6bc6fe465f
commit
bcdaba272d
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=26223
3 changed files with 29 additions and 18 deletions
|
@ -1,11 +1,11 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
||||
<!ENTITY base CDATA "..">
|
||||
<!ENTITY date "$FreeBSD: www/en/releases/index.sgml,v 1.104 2005/05/09 21:15:25 murray Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/en/releases/index.sgml,v 1.105 2005/10/04 19:43:50 hrs Exp $">
|
||||
<!ENTITY title "Release Information">
|
||||
<!ENTITY % navincludes SYSTEM "../includes.navdownload.sgml"> %navincludes;
|
||||
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
|
||||
]>
|
||||
<!-- $FreeBSD: www/en/releases/index.sgml,v 1.104 2005/05/09 21:15:25 murray Exp $ -->
|
||||
<!-- $FreeBSD: www/en/releases/index.sgml,v 1.105 2005/10/04 19:43:50 hrs Exp $ -->
|
||||
|
||||
<html>
|
||||
&header;
|
||||
|
@ -128,6 +128,17 @@ FreeBSD</A> for details.</p>
|
|||
</em>
|
||||
</li>
|
||||
|
||||
<li><b>4.11</b> (Jan, 2005)
|
||||
<em>
|
||||
<a href="./4.11R/announce.html">Announcement</a>:
|
||||
<a href="./4.11R/relnotes.html">Release Notes</a>:
|
||||
<a href="./4.11R/hardware.html">Hardware Notes</a>:
|
||||
<a href="./4.11R/installation.html">Installation Notes</a>:
|
||||
<a href="./4.11R/readme.html">Readme</a>:
|
||||
<a href="./4.11R/errata.html">Errata</a>
|
||||
</em>
|
||||
</li>
|
||||
|
||||
<li><b>4.10</b> (May, 2004)
|
||||
<em>
|
||||
<a href="./4.10R/announce.html">Announcement</a>:
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<!-- $FreeBSD: www/share/sgml/includes.release.sgml,v 1.13 2005/10/07 14:15:48 ceri Exp $ -->
|
||||
<!-- $FreeBSD: www/share/sgml/includes.release.sgml,v 1.14 2005/10/11 15:29:01 ceri Exp $ -->
|
||||
|
||||
<!-- XXX rel.current and u.rel.* should be available in doc/ -->
|
||||
<!-- The currently released versions of FreeBSD. This value is used to
|
||||
|
@ -28,14 +28,14 @@
|
|||
<!-- 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 "IGNORE">
|
||||
<!ENTITY betarel.current '6.0'>
|
||||
<!ENTITY betarel.vers 'RC1'>
|
||||
<!ENTITY u.betarel.schedule '&base;/releases/&betarel.current;R/schedule.html'>
|
||||
|
||||
<!ENTITY rel.current '5.4'>
|
||||
<!ENTITY rel.current.date 'May 2005'>
|
||||
<!ENTITY rel.current.major '5'>
|
||||
<!ENTITY rel.current '6.0'>
|
||||
<!ENTITY rel.current.date 'Oct 2005'>
|
||||
<!ENTITY rel.current.major '6'>
|
||||
|
||||
<!-- URLs to information on the latest release -->
|
||||
<!ENTITY u.rel.notes '&base;/releases/&rel.current;R/relnotes.html'>
|
||||
|
@ -48,9 +48,9 @@
|
|||
<!ENTITY u.rel.migration '&base;/releases/&rel.current;R/migration-guide.html'>
|
||||
|
||||
<!-- Secondary "current release" entities -->
|
||||
<!ENTITY rel2.current '4.11'>
|
||||
<!ENTITY rel2.current.date 'Jan 2005'>
|
||||
<!ENTITY rel2.current.major '4'>
|
||||
<!ENTITY rel2.current '5.4'>
|
||||
<!ENTITY rel2.current.date 'May 2005'>
|
||||
<!ENTITY rel2.current.major '5'>
|
||||
|
||||
<!-- URLs to information on the latest release -->
|
||||
<!ENTITY u.rel2.notes '&base;/releases/&rel2.current;R/relnotes.html'>
|
||||
|
|
|
@ -1,22 +1,22 @@
|
|||
<?xml version="1.0" encoding="ISO-8859-1" ?>
|
||||
|
||||
<!-- $FreeBSD: www/share/sgml/includes.release.xsl,v 1.12 2005/10/08 09:26:48 ceri Exp $ -->
|
||||
<!-- $FreeBSD: www/share/sgml/includes.release.xsl,v 1.13 2005/10/11 15:29:01 ceri Exp $ -->
|
||||
|
||||
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
|
||||
|
||||
<xsl:variable name="rel.head" select='"6.0"'/>
|
||||
<xsl:variable name="rel.head.major" select='"6"'/>
|
||||
<xsl:variable name="rel.head" select='"7.0"'/>
|
||||
<xsl:variable name="rel.head.major" select='"7"'/>
|
||||
|
||||
<!-- An upcoming release that we want tested. Set $beta.testing to 0
|
||||
if we're not in the middle of a release cycle. Ha ha. -->
|
||||
<xsl:variable name="beta.testing" select="1" />
|
||||
<xsl:variable name="beta.testing" select="0" />
|
||||
<xsl:variable name="betarel.current" select='"6.0"'/>
|
||||
<xsl:variable name="betarel.vers" select='"RC1"'/>
|
||||
<xsl:variable name="u.betarel.schedule">
|
||||
<xsl:value-of select="$base"/>/releases/<xsl:value-of select="$betarel.current"/>R/schedule.html</xsl:variable>
|
||||
|
||||
<xsl:variable name="rel.current" select='"5.4"'/>
|
||||
<xsl:variable name="rel.current.major" select='"5"'/>
|
||||
<xsl:variable name="rel.current" select='"6.0"'/>
|
||||
<xsl:variable name="rel.current.major" select='"6"'/>
|
||||
|
||||
<xsl:variable name="u.rel.notes">
|
||||
<xsl:value-of select="$base"/>/releases/<xsl:value-of select="$rel.current"/>R/relnotes.html</xsl:variable>
|
||||
|
@ -36,8 +36,8 @@
|
|||
<xsl:variable name="u.rel.migration">
|
||||
<xsl:value-of select="$base"/>/releases/<xsl:value-of select="$rel.current"/>R/migration-guide.html</xsl:variable>
|
||||
|
||||
<xsl:variable name="rel2.current" select='"4.11"'/>
|
||||
<xsl:variable name="rel2.current.major" select='"4"'/>
|
||||
<xsl:variable name="rel2.current" select='"5.4"'/>
|
||||
<xsl:variable name="rel2.current.major" select='"5"'/>
|
||||
|
||||
<xsl:variable name="u.rel2.notes">
|
||||
<xsl:value-of select="$base"/>/releases/<xsl:value-of select="$rel2.current"/>R/relnotes.html</xsl:variable>
|
||||
|
|
Loading…
Reference in a new issue