2010-11-20 16:22:27 +01:00
|
|
|
<!-- $FreeBSD: www/share/sgml/release.ent,v 1.49 2010/07/23 23:53:11 hrs Exp $ -->
|
2003-10-11 20:51:26 +02:00
|
|
|
|
|
|
|
<!-- XXX rel.current and u.rel.* should be available in doc/ -->
|
|
|
|
<!-- The currently released versions of FreeBSD. This value is used to
|
|
|
|
create some links on web sites and such, so do NOT change it until
|
|
|
|
it's really release time. When you update this, you should also
|
|
|
|
update (at least) the following:
|
|
|
|
|
|
|
|
- similar entity in the Handbook
|
|
|
|
- similar entity in the Relnotes
|
|
|
|
- releases/index.sgml has the date of the current release
|
|
|
|
- the FAQ has links to the release FTP url
|
|
|
|
- "versions supported" in security.sgml
|
|
|
|
|
|
|
|
(If you're the release engineer, feel free to update this list with
|
|
|
|
other doc-related things you had to do. It'll save you time and
|
|
|
|
trouble the next time around :-).)
|
|
|
|
|
|
|
|
As of 5.0, we now have the concept of two different "currently"
|
|
|
|
released versions (from two different development branches). Use
|
|
|
|
rel.* and u.rel.* for the "latest and greatest" version and
|
|
|
|
rel2.* and u.rel2.* for the "conservative users" version.
|
|
|
|
-->
|
2005-01-01 21:07:10 +01:00
|
|
|
|
2009-09-23 22:02:47 +02:00
|
|
|
<!ENTITY rel.head.major '9'>
|
2006-08-19 23:20:54 +02:00
|
|
|
<!ENTITY rel.head '&rel.head.major;.0'>
|
2005-01-01 21:07:10 +01:00
|
|
|
|
2005-10-07 16:15:48 +02:00
|
|
|
<!-- 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". -->
|
2010-07-24 01:53:11 +02:00
|
|
|
<!ENTITY beta.testing "IGNORE">
|
|
|
|
<!ENTITY % beta.testing "IGNORE">
|
2010-06-01 16:59:12 +02:00
|
|
|
<!ENTITY betarel.current '8.1'>
|
2010-07-04 23:15:42 +02:00
|
|
|
<!ENTITY betarel.vers 'RC2'>
|
2005-10-07 16:15:48 +02:00
|
|
|
<!ENTITY u.betarel.schedule '&base;/releases/&betarel.current;R/schedule.html'>
|
|
|
|
|
2006-02-14 20:19:10 +01:00
|
|
|
<!-- 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. -->
|
2008-11-28 18:08:23 +01:00
|
|
|
<!ENTITY beta2.testing "IGNORE">
|
|
|
|
<!ENTITY % beta2.testing "IGNORE">
|
2008-09-14 01:49:28 +02:00
|
|
|
<!ENTITY betarel2.current '6.4'>
|
2008-11-04 21:38:09 +01:00
|
|
|
<!ENTITY betarel2.vers 'RC2'>
|
2006-02-14 20:19:10 +01:00
|
|
|
<!ENTITY u.betarel2.schedule '&base;/releases/&betarel2.current;R/schedule.html'>
|
|
|
|
|
2009-11-26 22:22:00 +01:00
|
|
|
<!ENTITY rel.current.major '8'>
|
2010-07-24 01:53:11 +02:00
|
|
|
<!ENTITY rel.current '&rel.current.major;.1'>
|
|
|
|
<!ENTITY rel.current.date 'July 2010'>
|
2003-10-11 20:51:26 +02:00
|
|
|
|
|
|
|
<!-- URLs to information on the latest release -->
|
|
|
|
<!ENTITY u.rel.notes '&base;/releases/&rel.current;R/relnotes.html'>
|
|
|
|
<!ENTITY u.rel.announce '&base;/releases/&rel.current;R/announce.html'>
|
|
|
|
<!ENTITY u.rel.errata '&base;/releases/&rel.current;R/errata.html'>
|
|
|
|
<!ENTITY u.rel.hardware '&base;/releases/&rel.current;R/hardware.html'>
|
2004-04-06 02:00:20 +02:00
|
|
|
<!ENTITY u.rel.readme '&base;/releases/&rel.current;R/readme.html'>
|
2003-10-11 20:51:26 +02:00
|
|
|
|
|
|
|
<!-- Secondary "current release" entities -->
|
2010-03-23 19:46:00 +01:00
|
|
|
<!ENTITY rel2.current '7.3'>
|
|
|
|
<!ENTITY rel2.current.date 'March 2010'>
|
2009-11-26 22:22:00 +01:00
|
|
|
<!ENTITY rel2.current.major '7'>
|
2003-10-11 20:51:26 +02:00
|
|
|
|
|
|
|
<!-- URLs to information on the latest release -->
|
|
|
|
<!ENTITY u.rel2.notes '&base;/releases/&rel2.current;R/relnotes.html'>
|
|
|
|
<!ENTITY u.rel2.announce '&base;/releases/&rel2.current;R/announce.html'>
|
|
|
|
<!ENTITY u.rel2.errata '&base;/releases/&rel2.current;R/errata.html'>
|
|
|
|
<!ENTITY u.rel2.hardware '&base;/releases/&rel2.current;R/hardware.html'>
|
2004-04-06 02:00:20 +02:00
|
|
|
<!ENTITY u.rel2.installation '&base;/releases/&rel2.current;R/installation.html'>
|
|
|
|
<!ENTITY u.rel2.readme '&base;/releases/&rel2.current;R/readme.html'>
|
2003-10-11 20:51:26 +02:00
|
|
|
|
2010-11-20 16:22:27 +01:00
|
|
|
<!ENTITY gnomeoldver '2.30'>
|
|
|
|
<!ENTITY gnomever '2.32'>
|
|
|
|
<!ENTITY gnomedevelver '2.90'>
|
2006-08-19 23:20:54 +02:00
|
|
|
|
2003-10-11 20:51:26 +02:00
|
|
|
<!--
|
|
|
|
Local Variables:
|
|
|
|
mode: sgml
|
|
|
|
sgml-indent-data: t
|
|
|
|
sgml-omittag: nil
|
|
|
|
sgml-always-quote-attributes: t
|
|
|
|
End:
|
|
|
|
-->
|