diff options
author | gjb <gjb@FreeBSD.org> | 2016-09-19 18:40:54 +0000 |
---|---|---|
committer | gjb <gjb@FreeBSD.org> | 2016-09-19 18:40:54 +0000 |
commit | e5e1b9af026e3b3001d48c8fe0ff808f559705be (patch) | |
tree | 430fcdb1fce1e4530316d98afdfff08b2bc67986 | |
parent | 42763b6154a459767e01628f55afff996e0bf473 (diff) | |
download | FreeBSD-src-e5e1b9af026e3b3001d48c8fe0ff808f559705be.zip FreeBSD-src-e5e1b9af026e3b3001d48c8fe0ff808f559705be.tar.gz |
- Fix various entities in the release.ent file.
- Update the readme.html copyright year.
- Fix a malformed URL.
Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation
-rw-r--r-- | release/doc/en_US.ISO8859-1/readme/article.xml | 23 | ||||
-rw-r--r-- | release/doc/share/xml/release.ent | 8 |
2 files changed, 9 insertions, 22 deletions
diff --git a/release/doc/en_US.ISO8859-1/readme/article.xml b/release/doc/en_US.ISO8859-1/readme/article.xml index ffebcc3..2c6ae01 100644 --- a/release/doc/en_US.ISO8859-1/readme/article.xml +++ b/release/doc/en_US.ISO8859-1/readme/article.xml @@ -21,22 +21,7 @@ <pubdate>$FreeBSD$</pubdate> <copyright> - <year>2000</year> - <year>2001</year> - <year>2002</year> - <year>2003</year> - <year>2004</year> - <year>2005</year> - <year>2006</year> - <year>2007</year> - <year>2008</year> - <year>2009</year> - <year>2010</year> - <year>2011</year> - <year>2012</year> - <year>2013</year> - <year>2014</year> - <year>2015</year> + <year>2016</year> <holder role="mailto:doc@FreeBSD.org">The &os; Documentation Project</holder> </copyright> @@ -338,8 +323,10 @@ 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> (as - well as any sites which keep up-to-date mirrors of this + the <uri + xlink:href="&url.base;/releases/">&os; &release.current; + page</uri> (as well as any sites which keep up-to-date + mirrors of this location).</para> </note> </sect2> diff --git a/release/doc/share/xml/release.ent b/release/doc/share/xml/release.ent index fd88bd3..5eb11fb 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 "11.0-STABLE"> +<!ENTITY release.current "11.0-RELEASE"> <!-- The previous version used for comparison in the "What's New" section. For -CURRENT, we might point back to the last @@ -19,13 +19,13 @@ <!ENTITY release.prev.stable "10.2-RELEASE"> <!-- The next version to be released, usually used for snapshots. --> -<!ENTITY release.next "12.0-RELEASE"> +<!ENTITY release.next "11.1-RELEASE"> <!-- The name of this branch. --> <!ENTITY release.branch "11.0-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,7 +37,7 @@ 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 "release"> <!ENTITY % release.type.current "IGNORE"> <!ENTITY % release.type.snapshot "IGNORE"> <!ENTITY % release.type.release "INCLUDE"> |