summaryrefslogtreecommitdiffstats
path: root/release
diff options
context:
space:
mode:
authorgjb <gjb@FreeBSD.org>2014-10-14 13:03:11 +0000
committergjb <gjb@FreeBSD.org>2014-10-14 13:03:11 +0000
commit209cc41052e18706c7352000c509952353947386 (patch)
tree37ab5276078a8a6a7d405f5f6a06577da560a3d9 /release
parentdcfed64a2e0a34afca018bb8f98dcc357dd14019 (diff)
downloadFreeBSD-src-209cc41052e18706c7352000c509952353947386.zip
FreeBSD-src-209cc41052e18706c7352000c509952353947386.tar.gz
Update the FreeBSD versions in the stable/10 errata documentation
to reflect reality. Approved by: re (implicit) Sponsored by: The FreeBSD Foundation
Diffstat (limited to 'release')
-rw-r--r--release/doc/en_US.ISO8859-1/errata/article.xml6
-rw-r--r--release/doc/share/xml/release.ent12
2 files changed, 9 insertions, 9 deletions
diff --git a/release/doc/en_US.ISO8859-1/errata/article.xml b/release/doc/en_US.ISO8859-1/errata/article.xml
index de197a6..9cfa949 100644
--- a/release/doc/en_US.ISO8859-1/errata/article.xml
+++ b/release/doc/en_US.ISO8859-1/errata/article.xml
@@ -10,7 +10,7 @@
xmlns:xlink="http://www.w3.org/1999/xlink" version="5.0">
<info>
- <title>&os; &release.prev; Errata </title>
+ <title>&os; &release.current; Errata </title>
<author><orgname>The &os; Project</orgname></author>
@@ -31,7 +31,7 @@
</legalnotice>
<abstract>
- <para>This document lists errata items for &os; &release.prev;,
+ <para>This document lists errata items for &os; &release.current;,
containing significant information discovered after the
release or too late in the release cycle to be otherwise
included in the release documentation. This information
@@ -41,7 +41,7 @@
always be consulted before installing this version of
&os;.</para>
- <para>This errata document for &os; &release.prev; will be
+ <para>This errata document for &os; &release.current; will be
maintained until the release of &os; &release.next;.</para>
</abstract>
</info>
diff --git a/release/doc/share/xml/release.ent b/release/doc/share/xml/release.ent
index c1c9aa8..01057a7 100644
--- a/release/doc/share/xml/release.ent
+++ b/release/doc/share/xml/release.ent
@@ -6,7 +6,7 @@
<!-- Version of the OS we're describing. This needs to be updated
with each new release. -->
-<!ENTITY release.current "10.0-STABLE">
+<!ENTITY release.current "10.1-RELEASE">
<!-- The previous version used for comparison in the "What's New"
section. For -CURRENT, we might point back to the last
@@ -16,13 +16,13 @@
<!-- 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 "10.0-RELEASE">
+<!ENTITY release.prev.stable "9.3-RELEASE">
<!-- The next version to be released, usually used for snapshots. -->
-<!ENTITY release.next "10.1-RELEASE">
+<!ENTITY release.next "10.2-RELEASE">
<!-- The name of this branch. -->
-<!ENTITY release.branch "10.0-STABLE">
+<!ENTITY release.branch "10.1-STABLE">
<!-- The URL for obtaining this version of FreeBSD. -->
<!ENTITY release.url "http://www.FreeBSD.org/snapshots/">
@@ -35,8 +35,8 @@
<!-- WARNING: Do not forget to also change the release type in
doc.relnotes.mk when updating this -->
<!ENTITY release.type "snapshot">
-<!ENTITY % release.type.current "INCLUDE">
-<!ENTITY % release.type.snapshot "IGNORE">
+<!ENTITY % release.type.current "IGNORE">
+<!ENTITY % release.type.snapshot "INCLUDE">
<!ENTITY % release.type.release "IGNORE">
<![%release.type.current;[
OpenPOWER on IntegriCloud