0d7d990649
Trim release documentation and errata. While here, put back some conditional text in the errata that was removed during 5.0-RELEASE and never put back.
54 lines
1.8 KiB
Plaintext
54 lines
1.8 KiB
Plaintext
<!-- -*- sgml -*-
|
|
|
|
$FreeBSD$
|
|
|
|
OS Release Information -->
|
|
|
|
<!-- Version of the OS we're describing. This needs to be updated
|
|
with each new release. -->
|
|
<!ENTITY release.current "5.1-CURRENT">
|
|
|
|
<!-- The previous version used for comparison in the "What's New"
|
|
section. For -CURRENT, we might point back to the last
|
|
branchpoint. -->
|
|
<!ENTITY release.prev "5.1-RELEASE">
|
|
|
|
<!-- The previous stable release, useful for pointing user's at the
|
|
release they SHOULD be running if they don't want the bleeding
|
|
edge. -->
|
|
<!ENTITY release.prev.stable "4.8-RELEASE">
|
|
|
|
<!-- The previous historical release. Used only to tell what was
|
|
the cutoff point for "historic" release notes. -->
|
|
<!ENTITY release.prev.historic "5.0-RELEASE">
|
|
|
|
<!-- The next version to be released, usually used for snapshots. -->
|
|
<!ENTITY release.next "5.2-RELEASE">
|
|
|
|
<!-- The name of this branch. -->
|
|
<!ENTITY release.branch "5-CURRENT">
|
|
|
|
<!-- The URL for obtaining this version of FreeBSD. -->
|
|
<!ENTITY release.url "http://snapshots.jp.FreeBSD.org/">
|
|
|
|
<!-- The type of release (usually this will be either "snapshot"
|
|
or "release" -->
|
|
<!ENTITY release.type "snapshot">
|
|
<!ENTITY % release.type.snapshot "INCLUDE">
|
|
<!ENTITY % release.type.release "IGNORE">
|
|
|
|
<!-- The manpaths for man page references -->
|
|
<!ENTITY release.man.url "http://www.FreeBSD.org/cgi/man.cgi">
|
|
<!ENTITY release.manpath.xfree86 "4.2.0">
|
|
<!ENTITY release.manpath.netbsd "1.5">
|
|
<!ENTITY release.manpath.freebsd-ports "Ports">
|
|
<!ENTITY release.manpath.freebsd "5.0-current">
|
|
|
|
<!-- 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">
|
|
|