summaryrefslogtreecommitdiffstats
path: root/release/doc/share/sgml/release.ent
diff options
context:
space:
mode:
authorbmah <bmah@FreeBSD.org>2002-06-20 21:19:49 +0000
committerbmah <bmah@FreeBSD.org>2002-06-20 21:19:49 +0000
commitd0fe7ef0c80799f14a11f30e2a23335c2c83bfa2 (patch)
treee9b57d9b1c7a60bb2e7c1e6382106995f9ad1a26 /release/doc/share/sgml/release.ent
parent3c1b590b1703814b73c679c7f60d34e347d29da9 (diff)
downloadFreeBSD-src-d0fe7ef0c80799f14a11f30e2a23335c2c83bfa2.zip
FreeBSD-src-d0fe7ef0c80799f14a11f30e2a23335c2c83bfa2.tar.gz
Provide a way to keep out old ("historic") release notes from bloating
the size of the rendered release notes. By default, any element with a role="historic" attribute won't get rendered in the output unless the INCLUDE_HISTORIC Makefile variable is defined.
Diffstat (limited to 'release/doc/share/sgml/release.ent')
-rw-r--r--release/doc/share/sgml/release.ent4
1 files changed, 4 insertions, 0 deletions
diff --git a/release/doc/share/sgml/release.ent b/release/doc/share/sgml/release.ent
index ca39172..055643e 100644
--- a/release/doc/share/sgml/release.ent
+++ b/release/doc/share/sgml/release.ent
@@ -18,6 +18,10 @@
edge. -->
<!ENTITY release.prev.stable "4.5-RELEASE">
+<!-- The previous historical release. Used only to tell what was
+ the cutoff point for "historic" release notes. -->
+<!ENTITY release.prev.historic "4.6-RELEASE">
+
<!-- The next version to be released, usually used for snapshots. -->
<!ENTITY release.next "5.0-RELEASE">
OpenPOWER on IntegriCloud