svn commit: r49485 - in head: en_US.ISO8859-1/htdocs share/xml
Glen Barber
gjb at FreeBSD.org
Mon Oct 10 17:44:15 UTC 2016
Author: gjb
Date: Mon Oct 10 17:44:14 2016
New Revision: 49485
URL: https://svnweb.freebsd.org/changeset/doc/49485
Log:
- Announce 11.0-RELEASE.
- Add links for an additional release set.
- Switch 11.0 from beta to RELEASE.
Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation
Modified:
head/en_US.ISO8859-1/htdocs/index.xsl
head/share/xml/news.xml
head/share/xml/release.ent
Modified: head/en_US.ISO8859-1/htdocs/index.xsl
==============================================================================
--- head/en_US.ISO8859-1/htdocs/index.xsl Mon Oct 10 17:32:40 2016 (r49484)
+++ head/en_US.ISO8859-1/htdocs/index.xsl Mon Oct 10 17:44:14 2016 (r49485)
@@ -102,6 +102,8 @@
<li>Production: <a
href="&u.rel.announce;">&rel.current;</a>,
<a
+ href="&u.rel0.announce;">&rel0.current;</a>,
+ <a
href="&u.rel1.announce;">&rel1.current;</a>,
<a
href="&u.rel2.announce;">&rel2.current;</a>,
Modified: head/share/xml/news.xml
==============================================================================
--- head/share/xml/news.xml Mon Oct 10 17:32:40 2016 (r49484)
+++ head/share/xml/news.xml Mon Oct 10 17:44:14 2016 (r49485)
@@ -32,6 +32,30 @@
<name>2016</name>
<month>
+ <name>10</name>
+
+ <day>
+ <name>10</name>
+
+ <event>
+ <title>&os; 11.0-RELEASE Available</title>
+
+ <p><a href="&enbase;/releases/11.0R/announce.html">FreeBSD
+ 11.0-RELEASE</a> is now available. Please be sure to
+ check the <a
+ href="&enbase;/releases/11.0R/relnotes.html">Release
+ Notes</a> and <a
+ href="&enbase;/releases/11.0R/errata.html">Release
+ Errata</a> before installation for any late-breaking
+ news and/or issues with 11.0. More information about
+ FreeBSD releases can be found on the <a
+ href="&enbase;/releases/index.html">Release
+ Information</a> page.</p>
+ </event>
+ </day>
+ </month>
+
+ <month>
<name>9</name>
<day>
Modified: head/share/xml/release.ent
==============================================================================
--- head/share/xml/release.ent Mon Oct 10 17:32:40 2016 (r49484)
+++ head/share/xml/release.ent Mon Oct 10 17:44:14 2016 (r49485)
@@ -38,8 +38,8 @@
<!ENTITY % beta.upcoming "IGNORE">
<!-- Set to 'INCLUDE' when the installation images are available. -->
-<!ENTITY beta.testing "INCLUDE">
-<!ENTITY % beta.testing "INCLUDE">
+<!ENTITY beta.testing "IGNORE">
+<!ENTITY % beta.testing "IGNORE">
<!ENTITY betarel.current '11.0'>
<!ENTITY betarel.vers 'RC3'>
<!ENTITY u.betarel.schedule '&base;/releases/&betarel.current;R/schedule.html'>
@@ -48,8 +48,8 @@
are having release candidates at the same time), do the same here. -->
<!-- Set to 'INCLUDE' when the schedule is available. -->
-<!ENTITY beta2.upcoming "INCLUDE">
-<!ENTITY % beta2.upcoming "INCLUDE">
+<!ENTITY beta2.upcoming "IGNORE">
+<!ENTITY % beta2.upcoming "IGNORE">
<!-- Set to 'INCLUDE' when the installation images are available. -->
<!ENTITY beta2.testing "IGNORE">
@@ -58,9 +58,9 @@
<!ENTITY betarel2.vers 'RELEASE'>
<!ENTITY u.betarel2.schedule '&base;/releases/&betarel2.current;R/schedule.html'>
-<!ENTITY rel.current.major '10'>
-<!ENTITY rel.current '10.3'>
-<!ENTITY rel.current.date 'April 2016'>
+<!ENTITY rel.current.major '11'>
+<!ENTITY rel.current '11.0'>
+<!ENTITY rel.current.date 'October 2016'>
<!-- URLs to information on the latest release -->
<!ENTITY u.rel.notes '&base;/releases/&rel.current;R/relnotes.html'>
@@ -71,6 +71,19 @@
<!ENTITY u.rel.readme '&base;/releases/&rel.current;R/readme.html'>
<!ENTITY u.rel.signatures '&base;/releases/&rel.current;R/signatures.html'>
+<!ENTITY rel0.current.major '10'>
+<!ENTITY rel0.current '10.3'>
+<!ENTITY rel0.current.date 'April 2016'>
+
+<!-- URLs to information on the latest release -->
+<!ENTITY u.rel0.notes '&base;/releases/&rel0.current;R/relnotes.html'>
+<!ENTITY u.rel0.announce '&base;/releases/&rel0.current;R/announce.html'>
+<!ENTITY u.rel0.errata '&base;/releases/&rel0.current;R/errata.html'>
+<!ENTITY u.rel0.hardware '&base;/releases/&rel0.current;R/hardware.html'>
+<!ENTITY u.rel0.installation '&base;/releases/&rel0.current;R/installation.html'>
+<!ENTITY u.rel0.readme '&base;/releases/&rel0.current;R/readme.html'>
+<!ENTITY u.rel0.signatures '&base;/releases/&rel0.current;R/signatures.html'>
+
<!-- Secondary "current release" entities -->
<!ENTITY rel1.current.major '10'>
<!ENTITY rel1.current '&rel1.current.major;.2'>
More information about the svn-doc-head
mailing list