Deleted Added
full compact
release.ent (92482) release.ent (98515)
1<!-- -*- sgml -*-
2
1<!-- -*- sgml -*-
2
3 $FreeBSD: head/release/doc/share/sgml/release.ent 92482 2002-03-17 08:48:08Z murray $
3 $FreeBSD: head/release/doc/share/sgml/release.ent 98515 2002-06-20 21:19:49Z bmah $
4
5 OS Release Information -->
6
7<!-- Version of the OS we're describing. This needs to be updated
8 with each new release. -->
9<!ENTITY release.current "5.0-CURRENT">
10
11<!-- The previous version used for comparison in the "What's New"
12 section. For -CURRENT, we might point back to the last
13 branchpoint. -->
14<!ENTITY release.prev "4.0-RELEASE">
15
16<!-- The previous stable release, useful for pointing user's at the
17 release they SHOULD be running if they don't want the bleeding
18 edge. -->
19<!ENTITY release.prev.stable "4.5-RELEASE">
20
4
5 OS Release Information -->
6
7<!-- Version of the OS we're describing. This needs to be updated
8 with each new release. -->
9<!ENTITY release.current "5.0-CURRENT">
10
11<!-- The previous version used for comparison in the "What's New"
12 section. For -CURRENT, we might point back to the last
13 branchpoint. -->
14<!ENTITY release.prev "4.0-RELEASE">
15
16<!-- The previous stable release, useful for pointing user's at the
17 release they SHOULD be running if they don't want the bleeding
18 edge. -->
19<!ENTITY release.prev.stable "4.5-RELEASE">
20
21<!-- The previous historical release. Used only to tell what was
22 the cutoff point for "historic" release notes. -->
23<!ENTITY release.prev.historic "4.6-RELEASE">
24
21<!-- The next version to be released, usually used for snapshots. -->
22<!ENTITY release.next "5.0-RELEASE">
23
24<!-- The name of this branch. -->
25<!ENTITY release.branch "5-CURRENT">
26
27<!-- The URL for obtaining this version of FreeBSD. -->
28<!ENTITY release.url "ftp://current.FreeBSD.org/pub/FreeBSD/">
29
30<!-- The type of release (usually this will be either "snapshot"
31 or "release" -->
32<!ENTITY release.type "snapshot">
33<!ENTITY % release.type.snapshot "INCLUDE">
34<!ENTITY % release.type.release "IGNORE">
35
36<!-- Text constants which probably don't need to be changed.-->
37
38<!-- Name of our OS. This is almost certainly going to remain
39 FreeBSD, but we might want to try to do some other formatting or
40 other fancy markup on it in the future. -->
41<!ENTITY os "FreeBSD">
42
25<!-- The next version to be released, usually used for snapshots. -->
26<!ENTITY release.next "5.0-RELEASE">
27
28<!-- The name of this branch. -->
29<!ENTITY release.branch "5-CURRENT">
30
31<!-- The URL for obtaining this version of FreeBSD. -->
32<!ENTITY release.url "ftp://current.FreeBSD.org/pub/FreeBSD/">
33
34<!-- The type of release (usually this will be either "snapshot"
35 or "release" -->
36<!ENTITY release.type "snapshot">
37<!ENTITY % release.type.snapshot "INCLUDE">
38<!ENTITY % release.type.release "IGNORE">
39
40<!-- Text constants which probably don't need to be changed.-->
41
42<!-- Name of our OS. This is almost certainly going to remain
43 FreeBSD, but we might want to try to do some other formatting or
44 other fancy markup on it in the future. -->
45<!ENTITY os "FreeBSD">
46