Author: gjb
Date: Fri Jul 24 19:50:55 2015
New Revision: 285855
URL: https://svnweb.freebsd.org/changeset/base/285855

Log:
  Fix rendering of a URL.
  Update entities to reflect 10.2-RELEASE in preparation for
  adding the hardware, relnotes, and installation pages to the
  website.
  
  Approved by:  re (implicit)
  Sponsored by: The FreeBSD Foundation

Modified:
  releng/10.2/release/doc/en_US.ISO8859-1/readme/article.xml
  releng/10.2/release/doc/share/xml/release.ent

Modified: releng/10.2/release/doc/en_US.ISO8859-1/readme/article.xml
==============================================================================
--- releng/10.2/release/doc/en_US.ISO8859-1/readme/article.xml  Fri Jul 24 
19:43:18 2015        (r285854)
+++ releng/10.2/release/doc/en_US.ISO8859-1/readme/article.xml  Fri Jul 24 
19:50:55 2015        (r285855)
@@ -349,8 +349,9 @@
          other copies are kept updated on the Internet and should be
          consulted as the <quote>current errata</quote> for this
          release.  These other copies of the errata are located at
-         <uri
-           xlink:href="&url.base;/releases/">&url.base;/releases/</uri>
+         the <uri
+           xlink:href="&url.base;/releases/">&os;&nbsp;&release.current;
+             page</uri>
          (as well as any sites which keep up-to-date mirrors of this
          location).</para>
       </note>

Modified: releng/10.2/release/doc/share/xml/release.ent
==============================================================================
--- releng/10.2/release/doc/share/xml/release.ent       Fri Jul 24 19:43:18 
2015        (r285854)
+++ releng/10.2/release/doc/share/xml/release.ent       Fri Jul 24 19:50:55 
2015        (r285855)
@@ -6,7 +6,7 @@
 
 <!-- Version of the OS we're describing.  This needs to be updated
      with each new release. -->
-<!ENTITY release.current "10.1-STABLE">
+<!ENTITY release.current "10.2-RELEASE">
 
 <!-- The previous version used for comparison in the "What's New"
      section.  For -CURRENT, we might point back to the last
@@ -16,16 +16,16 @@
 <!-- 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 "10.1-RELEASE">
 
 <!-- The next version to be released, usually used for snapshots. -->
-<!ENTITY release.next "10.2-RELEASE">
+<!ENTITY release.next "10.3-RELEASE">
 
 <!-- The name of this branch. -->
-<!ENTITY release.branch "10.1-STABLE">
+<!ENTITY release.branch "10.2-STABLE">
 
 <!-- The URL for obtaining this version of FreeBSD. -->
-<!ENTITY release.url "https://www.FreeBSD.org/snapshots/";>
+<!ENTITY release.url "https://www.FreeBSD.org/releases/";>
 
 <!-- The URL for Security Advisories and Errata Notices. -->
 <!ENTITY security.url "https://www.FreeBSD.org/security/advisories";>
@@ -37,10 +37,10 @@
      or "release" -->
 <!-- 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 "release">
+<!ENTITY % release.type.current  "IGNORE">
 <!ENTITY % release.type.snapshot "IGNORE">
-<!ENTITY % release.type.release "IGNORE">
+<!ENTITY % release.type.release "INCLUDE">
 
 <![%release.type.current;[
 <!ENTITY release '&release.current;'>
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to