summaryrefslogtreecommitdiff
path: root/share/sgml/release.ent
diff options
context:
space:
mode:
authorGlen Barber <gjb@FreeBSD.org>2012-01-10 04:38:05 +0000
committerGlen Barber <gjb@FreeBSD.org>2012-01-10 04:38:05 +0000
commita4066fed910aecb6887b0b670ff6908794e4b7c5 (patch)
treebdbab792c00d1d6d24e0618b028efea4ed8f637c /share/sgml/release.ent
parent0ff74370ea90d9a416726528d9ad9d0b0a126bf0 (diff)
- Update where.html with the 9.0-RELEASE download URLs
- Add a third 'u.rel' entity for supporting three releases - Update index.xsl with these changes, but keep 9.0-RELEASE commented out since the announcement URL will be broken
Notes
svn path=/www/; revision=38173
Diffstat (limited to 'share/sgml/release.ent')
-rw-r--r--share/sgml/release.ent29
1 files changed, 21 insertions, 8 deletions
diff --git a/share/sgml/release.ent b/share/sgml/release.ent
index 23130204fa..509e51348a 100644
--- a/share/sgml/release.ent
+++ b/share/sgml/release.ent
@@ -1,4 +1,4 @@
-<!-- $FreeBSD: www/share/sgml/release.ent,v 1.64 2011/11/16 01:51:28 gjb Exp $ -->
+<!-- $FreeBSD: www/share/sgml/release.ent,v 1.65 2011/12/08 19:08:12 gjb Exp $ -->
<!-- XXX rel.current and u.rel.* should be available in doc/ -->
<!-- The currently released versions of FreeBSD. This value is used to
@@ -28,8 +28,8 @@
<!-- 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 '9.0'>
<!ENTITY betarel.vers 'RC3'>
<!ENTITY u.betarel.schedule '&base;/releases/&betarel.current;R/schedule.html'>
@@ -42,9 +42,9 @@
<!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;.2'>
-<!ENTITY rel.current.date 'February 2011'>
+<!ENTITY rel.current.major '9'>
+<!ENTITY rel.current '&rel.current.major;.0'>
+<!ENTITY rel.current.date 'January 2012'>
<!-- URLs to information on the latest release -->
<!ENTITY u.rel.notes '&base;/releases/&rel.current;R/relnotes.html'>
@@ -54,9 +54,9 @@
<!ENTITY u.rel.readme '&base;/releases/&rel.current;R/readme.html'>
<!-- Secondary "current release" entities -->
-<!ENTITY rel2.current '7.4'>
+<!ENTITY rel2.current.major '8'>
+<!ENTITY rel2.current '8.2'>
<!ENTITY rel2.current.date 'February 2011'>
-<!ENTITY rel2.current.major '7'>
<!-- URLs to information on the latest release -->
<!ENTITY u.rel2.notes '&base;/releases/&rel2.current;R/relnotes.html'>
@@ -66,6 +66,19 @@
<!ENTITY u.rel2.installation '&base;/releases/&rel2.current;R/installation.html'>
<!ENTITY u.rel2.readme '&base;/releases/&rel2.current;R/readme.html'>
+<!-- Tertiary "current release" entities -->
+<!ENTITY rel3.current.major '7'>
+<!ENTITY rel3.current '7.4'>
+<!ENTITY rel3.current.date 'February 2011'>
+
+<!-- URLs to information on the latest release -->
+<!ENTITY u.rel3.notes '&base;/releases/&rel3.current;R/relnotes.html'>
+<!ENTITY u.rel3.announce '&base;/releases/&rel3.current;R/announce.html'>
+<!ENTITY u.rel3.errata '&base;/releases/&rel3.current;R/errata.html'>
+<!ENTITY u.rel3.hardware '&base;/releases/&rel3.current;R/hardware.html'>
+<!ENTITY u.rel3.installation '&base;/releases/&rel3.current;R/installation.html'>
+<!ENTITY u.rel3.readme '&base;/releases/&rel3.current;R/readme.html'>
+
<!ENTITY gnomeoldver '2.30'>
<!ENTITY gnomever '2.32'>
<!ENTITY gnomedevelver '2.90'>