5.5 is now the current 5.X release, no releases are in testing.
This commit is contained in:
parent
c2e3591f32
commit
199f3fe66f
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=27932
2 changed files with 7 additions and 7 deletions
|
@ -1,4 +1,4 @@
|
|||
<!-- $FreeBSD: www/share/sgml/includes.release.sgml,v 1.24 2006/05/09 08:07:48 ceri Exp $ -->
|
||||
<!-- $FreeBSD: www/share/sgml/includes.release.sgml,v 1.25 2006/05/17 14:13:07 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,7 +28,7 @@
|
|||
<!-- 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 '5.5'>
|
||||
<!ENTITY betarel.vers 'RC1'>
|
||||
<!ENTITY u.betarel.schedule '&base;/releases/&betarel.current;R/schedule.html'>
|
||||
|
@ -55,8 +55,8 @@
|
|||
<!ENTITY u.rel.migration '&base;/releases/&rel.current;R/migration-guide.html'>
|
||||
|
||||
<!-- Secondary "current release" entities -->
|
||||
<!ENTITY rel2.current '5.4'>
|
||||
<!ENTITY rel2.current.date 'May 2005'>
|
||||
<!ENTITY rel2.current '5.5'>
|
||||
<!ENTITY rel2.current.date 'May 2006'>
|
||||
<!ENTITY rel2.current.major '5'>
|
||||
|
||||
<!-- 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.21 2006/05/09 02:39:17 murray Exp $ -->
|
||||
<!-- $FreeBSD: www/share/sgml/includes.release.xsl,v 1.22 2006/05/17 05:08:51 brueffer Exp $ -->
|
||||
|
||||
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
|
||||
|
||||
|
@ -9,7 +9,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='"5.5"'/>
|
||||
<xsl:variable name="betarel.vers" select='"RC1"'/>
|
||||
<xsl:variable name="u.betarel.schedule">
|
||||
|
@ -45,7 +45,7 @@
|
|||
<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='"5.4"'/>
|
||||
<xsl:variable name="rel2.current" select='"5.5"'/>
|
||||
<xsl:variable name="rel2.current.major" select='"5"'/>
|
||||
|
||||
<xsl:variable name="u.rel2.notes">
|
||||
|
|
Loading…
Reference in a new issue