svn commit: r259790 - in releng/10.0/release/doc: en_US.ISO8859-1/readme share/xml
Glen Barber
gjb at FreeBSD.org
Mon Dec 23 21:29:38 UTC 2013
Author: gjb
Date: Mon Dec 23 21:29:37 2013
New Revision: 259790
URL: http://svnweb.freebsd.org/changeset/base/259790
Log:
MFstable10 r259788, r259789:
r259788:
Update FreeBSD version entity values.
r259789:
Switch references from -CURRENT to -STABLE.
Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation
Modified:
releng/10.0/release/doc/en_US.ISO8859-1/readme/article.xml
releng/10.0/release/doc/share/xml/release.ent
Directory Properties:
releng/10.0/ (props changed)
Modified: releng/10.0/release/doc/en_US.ISO8859-1/readme/article.xml
==============================================================================
--- releng/10.0/release/doc/en_US.ISO8859-1/readme/article.xml Mon Dec 23 21:07:02 2013 (r259789)
+++ releng/10.0/release/doc/en_US.ISO8859-1/readme/article.xml Mon Dec 23 21:29:37 2013 (r259790)
@@ -112,7 +112,7 @@
<para releasetype="current">The basic requirements for using this &release.type; are
technical proficiency with &os; and an understanding of the
ongoing development process of &os; &release.branch; (as
- discussed on the &a.current;).</para>
+ discussed on the &a.stable;).</para>
<para releasetype="current">For those more interested in doing business with &os; than
in experimenting with new &os; technology, formal releases
@@ -130,7 +130,7 @@
<para releasetype="snapshot">The basic requirements for using this &release.type; are
technical proficiency with &os; and an understanding of the
ongoing development process of &os; &release.branch; (as
- discussed on the &a.current;).</para>
+ discussed on the &a.stable;).</para>
<para releasetype="snapshot">For those more interested in doing business with &os; than
in experimenting with new &os; technology, formal releases
@@ -208,7 +208,7 @@
please send mail to the &a.questions;.</para>
<para>If you're tracking the &release.branch; development efforts, you
- <emphasis>must</emphasis> join the &a.current;, in order to
+ <emphasis>must</emphasis> join the &a.stable;, in order to
keep abreast of recent developments and changes that may
affect the way you use and maintain the system.</para>
Modified: releng/10.0/release/doc/share/xml/release.ent
==============================================================================
--- releng/10.0/release/doc/share/xml/release.ent Mon Dec 23 21:07:02 2013 (r259789)
+++ releng/10.0/release/doc/share/xml/release.ent Mon Dec 23 21:29:37 2013 (r259790)
@@ -6,23 +6,23 @@
<!-- Version of the OS we're describing. This needs to be updated
with each new release. -->
-<!ENTITY release.current "10.0-CURRENT">
+<!ENTITY release.current "10.0-RELEASE">
<!-- 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 "9.0-RELEASE">
+<!ENTITY release.prev "10.0-CURRENT">
<!-- 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 "8.3-RELEASE">
+<!ENTITY release.prev.stable "9.2-RELEASE">
<!-- The next version to be released, usually used for snapshots. -->
-<!ENTITY release.next "9.1-RELEASE">
+<!ENTITY release.next "10.1-RELEASE">
<!-- The name of this branch. -->
-<!ENTITY release.branch "10-CURRENT">
+<!ENTITY release.branch "10.0-STABLE">
<!-- The URL for obtaining this version of FreeBSD. -->
<!ENTITY release.url "http://www.FreeBSD.org/snapshots/">
More information about the svn-src-releng
mailing list