svn commit: r52572 - head/en_US.ISO8859-1/htdocs/releases/12.0R/relnotes

Glen Barber gjb at FreeBSD.org
Tue Dec 4 19:13:01 UTC 2018


Author: gjb
Date: Tue Dec  4 19:13:00 2018
New Revision: 52572
URL: https://svnweb.freebsd.org/changeset/doc/52572

Log:
  Remove the &security; and &errata; includes from the relnotes.html
  page, so updates to share/xml/{security,errata}.xml post-release
  do not pollute the release notes page.
  
  Sponsored by:	The FreeBSD Foundation

Modified:
  head/en_US.ISO8859-1/htdocs/releases/12.0R/relnotes/relnotes.xml

Modified: head/en_US.ISO8859-1/htdocs/releases/12.0R/relnotes/relnotes.xml
==============================================================================
--- head/en_US.ISO8859-1/htdocs/releases/12.0R/relnotes/relnotes.xml	Tue Dec  4 18:56:53 2018	(r52571)
+++ head/en_US.ISO8859-1/htdocs/releases/12.0R/relnotes/relnotes.xml	Tue Dec  4 19:13:00 2018	(r52572)
@@ -141,13 +141,55 @@
     <sect2 xml:id="security">
       <title>Security Advisories</title>
 
-      &security;
+      <informaltable frame="none" pgwide="1">
+	<tgroup cols="3">
+	  <colspec colwidth="40%"/>
+	  <colspec colwidth="30%"/>
+	  <colspec colwidth="30%"/>
+	  <thead>
+	    <row>
+	      <entry>Advisory</entry>
+	      <entry>Date</entry>
+	      <entry>Topic</entry>
+	    </row>
+	  </thead>
+
+	  <tbody>
+	    <row>
+	      <entry><para>No advisories.</para></entry>
+	      <entry><para> </para></entry>
+	      <entry><para> </para></entry>
+	    </row>
+	  </tbody>
+	</tgroup>
+      </informaltable>
     </sect2>
 
     <sect2 xml:id="errata">
       <title>Errata Notices</title>
 
-      &errata;
+      <informaltable frame="none" pgwide="1">
+	<tgroup cols="3">
+	  <colspec colwidth="40%"/>
+	  <colspec colwidth="30%"/>
+	  <colspec colwidth="30%"/>
+	  <thead>
+	    <row>
+	      <entry>Errata</entry>
+	      <entry>Date</entry>
+	      <entry>Topic</entry>
+	    </row>
+	  </thead>
+
+	  <tbody>
+	    <row>
+	      <entry><para>No errata notices.</para></entry>
+	      <entry><para> </para></entry>
+	      <entry><para> </para></entry>
+	    </row>
+	  </tbody>
+	</tgroup>
+      </informaltable>
     </sect2>
   </sect1>
 


More information about the svn-doc-all mailing list