2001-04-27 21:28:02 +00:00
|
|
|
<!-- -*- sgml -*-
|
|
|
|
|
|
|
|
$FreeBSD$
|
|
|
|
|
|
|
|
OS Release Information -->
|
|
|
|
|
|
|
|
<!-- Version of the OS we're describing. This needs to be updated
|
|
|
|
with each new release. -->
|
2005-07-15 15:14:22 +00:00
|
|
|
<!ENTITY release.current "7.0-CURRENT">
|
2001-04-27 21:28:02 +00:00
|
|
|
|
|
|
|
<!-- The previous version used for comparison in the "What's New"
|
|
|
|
section. For -CURRENT, we might point back to the last
|
|
|
|
branchpoint. -->
|
2004-08-21 08:59:53 +00:00
|
|
|
<!ENTITY release.prev "5.3-RELEASE">
|
2001-04-27 21:28:02 +00:00
|
|
|
|
2002-03-17 08:48:08 +00:00
|
|
|
<!-- The previous stable release, useful for pointing user's at the
|
|
|
|
release they SHOULD be running if they don't want the bleeding
|
|
|
|
edge. -->
|
2004-06-30 13:12:25 +00:00
|
|
|
<!ENTITY release.prev.stable "4.10-RELEASE">
|
2002-03-17 08:48:08 +00:00
|
|
|
|
2002-06-20 21:19:49 +00:00
|
|
|
<!-- The previous historical release. Used only to tell what was
|
|
|
|
the cutoff point for "historic" release notes. -->
|
2005-07-15 15:14:22 +00:00
|
|
|
<!ENTITY release.prev.historic "6.0-RELEASE">
|
2002-06-20 21:19:49 +00:00
|
|
|
|
2001-04-27 21:28:02 +00:00
|
|
|
<!-- The next version to be released, usually used for snapshots. -->
|
2005-07-15 15:14:22 +00:00
|
|
|
<!ENTITY release.next "7.0-RELEASE">
|
2001-04-27 21:28:02 +00:00
|
|
|
|
|
|
|
<!-- The name of this branch. -->
|
2005-07-15 15:14:22 +00:00
|
|
|
<!ENTITY release.branch "7-CURRENT">
|
2001-04-27 21:28:02 +00:00
|
|
|
|
|
|
|
<!-- The URL for obtaining this version of FreeBSD. -->
|
2005-03-19 19:52:30 +00:00
|
|
|
<!ENTITY release.url "http://www.FreeBSD.org/snapshots/">
|
2001-04-27 21:28:02 +00:00
|
|
|
|
|
|
|
<!-- The type of release (usually this will be either "snapshot"
|
|
|
|
or "release" -->
|
|
|
|
<!ENTITY release.type "snapshot">
|
2004-08-21 08:59:53 +00:00
|
|
|
<!ENTITY % release.type.current "INCLUDE">
|
|
|
|
<!ENTITY % release.type.snapshot "IGNORE">
|
2001-07-19 16:29:28 +00:00
|
|
|
<!ENTITY % release.type.release "IGNORE">
|
2001-04-27 21:28:02 +00:00
|
|
|
|
2003-05-23 10:30:27 +00:00
|
|
|
<!-- The manpaths for man page references -->
|
|
|
|
<!ENTITY release.man.url "http://www.FreeBSD.org/cgi/man.cgi">
|
2004-09-05 13:50:38 +00:00
|
|
|
<!ENTITY release.manpath.xfree86 "4.4.0">
|
2005-07-15 15:14:22 +00:00
|
|
|
<!ENTITY release.manpath.xorg "6.8.2">
|
|
|
|
<!ENTITY release.manpath.netbsd "2.0.2">
|
2003-05-23 10:30:27 +00:00
|
|
|
<!ENTITY release.manpath.freebsd-ports "Ports">
|
2005-07-15 15:14:22 +00:00
|
|
|
<!ENTITY release.manpath.freebsd "7.0-current">
|
2003-05-23 10:30:27 +00:00
|
|
|
|
2001-04-27 21:28:02 +00:00
|
|
|
<!-- Text constants which probably don't need to be changed.-->
|
|
|
|
|
|
|
|
<!-- Name of our OS. This is almost certainly going to remain
|
|
|
|
FreeBSD, but we might want to try to do some other formatting or
|
|
|
|
other fancy markup on it in the future. -->
|
|
|
|
<!ENTITY os "FreeBSD">
|
|
|
|
|