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. -->
|
2003-12-07 22:12:05 +00:00
|
|
|
<!ENTITY release.current "5.2-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-06-30 13:12:25 +00:00
|
|
|
<!ENTITY release.prev "5.2.1-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. -->
|
2003-12-07 22:12:05 +00:00
|
|
|
<!ENTITY release.prev.historic "5.2-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. -->
|
2003-12-07 22:12:05 +00:00
|
|
|
<!ENTITY release.next "5.3-RELEASE">
|
2001-04-27 21:28:02 +00:00
|
|
|
|
|
|
|
<!-- The name of this branch. -->
|
|
|
|
<!ENTITY release.branch "5-CURRENT">
|
|
|
|
|
|
|
|
<!-- The URL for obtaining this version of FreeBSD. -->
|
2002-06-27 16:36:17 +00:00
|
|
|
<!ENTITY release.url "http://snapshots.jp.FreeBSD.org/">
|
2001-04-27 21:28:02 +00:00
|
|
|
|
|
|
|
<!-- The type of release (usually this will be either "snapshot"
|
|
|
|
or "release" -->
|
|
|
|
<!ENTITY release.type "snapshot">
|
2001-07-19 16:29:28 +00:00
|
|
|
<!ENTITY % release.type.snapshot "INCLUDE">
|
|
|
|
<!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">
|
2003-07-15 15:40:21 +00:00
|
|
|
<!ENTITY release.manpath.xfree86 "4.3.0">
|
|
|
|
<!ENTITY release.manpath.netbsd "1.6.1">
|
2003-05-23 10:30:27 +00:00
|
|
|
<!ENTITY release.manpath.freebsd-ports "Ports">
|
2004-01-16 15:39:56 +00:00
|
|
|
<!ENTITY release.manpath.freebsd "5.2-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">
|
|
|
|
|