2001-04-27 17:28:02 -04:00
|
|
|
<!-- -*- sgml -*-
|
|
|
|
|
|
|
|
|
|
$FreeBSD$
|
|
|
|
|
|
|
|
|
|
OS Release Information -->
|
|
|
|
|
|
|
|
|
|
<!-- Version of the OS we're describing. This needs to be updated
|
|
|
|
|
with each new release. -->
|
2016-07-11 10:07:24 -04:00
|
|
|
<!ENTITY release.current "12.0-CURRENT">
|
2001-04-27 17:28:02 -04:00
|
|
|
|
|
|
|
|
<!-- The previous version used for comparison in the "What's New"
|
|
|
|
|
section. For -CURRENT, we might point back to the last
|
|
|
|
|
branchpoint. -->
|
2016-07-11 10:07:24 -04:00
|
|
|
<!ENTITY release.prev "11.0-RELEASE">
|
2001-04-27 17:28:02 -04:00
|
|
|
|
2002-03-17 03:48:08 -05: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. -->
|
2016-07-11 10:07:24 -04:00
|
|
|
<!ENTITY release.prev.stable "10.3-RELEASE">
|
2002-06-20 17:19:49 -04:00
|
|
|
|
2001-04-27 17:28:02 -04:00
|
|
|
<!-- The next version to be released, usually used for snapshots. -->
|
2016-07-07 20:12:29 -04:00
|
|
|
<!ENTITY release.next "12.0-RELEASE">
|
2001-04-27 17:28:02 -04:00
|
|
|
|
|
|
|
|
<!-- The name of this branch. -->
|
2016-07-07 20:12:29 -04:00
|
|
|
<!ENTITY release.branch "12-CURRENT">
|
2001-04-27 17:28:02 -04:00
|
|
|
|
|
|
|
|
<!-- The URL for obtaining this version of FreeBSD. -->
|
2015-02-05 09:08:57 -05:00
|
|
|
<!ENTITY release.url "https://www.FreeBSD.org/snapshots/">
|
|
|
|
|
|
|
|
|
|
<!-- The URL for Security Advisories and Errata Notices. -->
|
|
|
|
|
<!ENTITY security.url "https://www.FreeBSD.org/security/advisories">
|
2001-04-27 17:28:02 -04:00
|
|
|
|
2014-09-09 15:51:57 -04:00
|
|
|
<!-- The recommended mailing list to track. -->
|
|
|
|
|
<!ENTITY release.maillist "current">
|
|
|
|
|
|
2001-04-27 17:28:02 -04:00
|
|
|
<!-- The type of release (usually this will be either "snapshot"
|
|
|
|
|
or "release" -->
|
2013-05-17 14:53:29 -04:00
|
|
|
<!-- WARNING: Do not forget to also change the release type in
|
|
|
|
|
doc.relnotes.mk when updating this -->
|
2001-04-27 17:28:02 -04:00
|
|
|
<!ENTITY release.type "snapshot">
|
2004-08-21 04:59:53 -04:00
|
|
|
<!ENTITY % release.type.current "INCLUDE">
|
|
|
|
|
<!ENTITY % release.type.snapshot "IGNORE">
|
2001-07-19 12:29:28 -04:00
|
|
|
<!ENTITY % release.type.release "IGNORE">
|
2001-04-27 17:28:02 -04:00
|
|
|
|
2013-05-17 14:53:29 -04:00
|
|
|
<![%release.type.current;[
|
|
|
|
|
<!ENTITY release '&release.current;'>
|
|
|
|
|
]]>
|
|
|
|
|
<![%release.type.snapshot;[
|
|
|
|
|
<!ENTITY release '&release.prev;'>
|
|
|
|
|
]]>
|
|
|
|
|
<![%release.type.release;[
|
|
|
|
|
<!ENTITY release '&release.current;'>
|
|
|
|
|
]]>
|
|
|
|
|
<!ENTITY release ''>
|
|
|
|
|
|
2003-05-23 06:30:27 -04:00
|
|
|
<!-- The manpaths for man page references -->
|
2015-02-05 09:08:57 -05:00
|
|
|
<!ENTITY release.man.url "https://www.FreeBSD.org/cgi/man.cgi">
|
2011-06-22 22:38:06 -04:00
|
|
|
<!ENTITY release.manpath.xorg "7.5.1">
|
|
|
|
|
<!ENTITY release.manpath.netbsd "5.1">
|
2003-05-23 06:30:27 -04:00
|
|
|
<!ENTITY release.manpath.freebsd-ports "Ports">
|
2012-11-08 23:52:15 -05:00
|
|
|
<!ENTITY release.manpath.freebsd "10-current">
|
2003-05-23 06:30:27 -04:00
|
|
|
|
2001-04-27 17:28:02 -04: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">
|
|
|
|
|
|
2007-08-18 12:40:37 -04:00
|
|
|
<!-- Architecture names -->
|
|
|
|
|
<!ENTITY arch.amd64 "amd64">
|
|
|
|
|
<!ENTITY arch.arm "arm">
|
2015-04-28 14:10:53 -04:00
|
|
|
<!ENTITY arch.arm64 "aarch64">
|
2007-08-18 12:40:37 -04:00
|
|
|
<!ENTITY arch.i386 "i386">
|
2008-05-31 09:45:35 -04:00
|
|
|
<!ENTITY arch.mips "mips">
|
2007-08-18 12:40:37 -04:00
|
|
|
<!ENTITY arch.pc98 "pc98">
|
|
|
|
|
<!ENTITY arch.powerpc "powerpc">
|
2014-09-09 15:58:55 -04:00
|
|
|
<!ENTITY arch.powerpc64 "powerpc64">
|
2007-08-18 12:40:37 -04:00
|
|
|
<!ENTITY arch.sparc64 "sparc64">
|
|
|
|
|
|
2008-04-20 13:58:05 -04:00
|
|
|
<!-- The marker for MFCs. -->
|
|
|
|
|
<!ENTITY merged "MERGED">
|