Update includes to note that 6.1 is current production release of FreeBSD.
This commit is contained in:
parent
5b5888a264
commit
1bec29627d
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=27759
2 changed files with 11 additions and 11 deletions
|
@ -1,4 +1,4 @@
|
|||
<!-- $FreeBSD: www/share/sgml/includes.release.sgml,v 1.21 2006/04/13 10:20:18 ceri Exp $ -->
|
||||
<!-- $FreeBSD: www/share/sgml/includes.release.sgml,v 1.22 2006/05/03 02:21:05 brueffer Exp $ -->
|
||||
|
||||
<!-- XXX rel.current and u.rel.* should be available in doc/ -->
|
||||
<!-- The currently released versions of FreeBSD. This value is used to
|
||||
|
@ -28,9 +28,9 @@
|
|||
<!-- 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 betarel.current '6.1'>
|
||||
<!ENTITY betarel.vers 'RC2'>
|
||||
<!ENTITY % beta.testing "IGNORE">
|
||||
<!ENTITY betarel.current '6.2'>
|
||||
<!ENTITY betarel.vers 'BETA'>
|
||||
<!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
|
||||
|
@ -40,8 +40,8 @@
|
|||
<!ENTITY betarel2.vers 'BETA4'>
|
||||
<!ENTITY u.betarel2.schedule '&base;/releases/&betarel2.current;R/schedule.html'>
|
||||
|
||||
<!ENTITY rel.current '6.0'>
|
||||
<!ENTITY rel.current.date 'Nov 2005'>
|
||||
<!ENTITY rel.current '6.1'>
|
||||
<!ENTITY rel.current.date 'May 2006'>
|
||||
<!ENTITY rel.current.major '6'>
|
||||
|
||||
<!-- URLs to information on the latest release -->
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="ISO-8859-1" ?>
|
||||
|
||||
<!-- $FreeBSD: www/share/sgml/includes.release.xsl,v 1.19 2006/04/13 10:20:18 ceri Exp $ -->
|
||||
<!-- $FreeBSD: www/share/sgml/includes.release.xsl,v 1.20 2006/05/03 02:21:05 brueffer Exp $ -->
|
||||
|
||||
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
|
||||
|
||||
|
@ -10,21 +10,21 @@
|
|||
<!-- 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="betarel.current" select='"6.1"'/>
|
||||
<xsl:variable name="betarel.vers" select='"RC2"'/>
|
||||
<xsl:variable name="betarel.current" select='"5.5"'/>
|
||||
<xsl:variable name="betarel.vers" select='"BETA4"'/>
|
||||
<xsl:variable name="u.betarel.schedule">
|
||||
<xsl:value-of select="$base"/>/releases/<xsl:value-of select="$betarel.current"/>R/schedule.html</xsl:variable>
|
||||
|
||||
<!-- A second release that we want tested. Set $beta2.testing to 0
|
||||
if we're not in the middle of a release cycle for two releases
|
||||
at once. -->
|
||||
<xsl:variable name="beta2.testing" select="1" />
|
||||
<xsl:variable name="beta2.testing" select="0" />
|
||||
<xsl:variable name="betarel2.current" select='"5.5"'/>
|
||||
<xsl:variable name="betarel2.vers" select='"BETA4"'/>
|
||||
<xsl:variable name="u.betarel2.schedule">
|
||||
<xsl:value-of select="$base"/>/releases/<xsl:value-of select="$betarel2.current"/>R/schedule.html</xsl:variable>
|
||||
|
||||
<xsl:variable name="rel.current" select='"6.0"'/>
|
||||
<xsl:variable name="rel.current" select='"6.1"'/>
|
||||
<xsl:variable name="rel.current.major" select='"6"'/>
|
||||
|
||||
<xsl:variable name="u.rel.notes">
|
||||
|
|
Loading…
Reference in a new issue