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
This commit is contained in:
parent
2cd56c23b0
commit
07c3a3cac9
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=52572
1 changed files with 44 additions and 2 deletions
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in a new issue