mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-28 04:34:54 -04:00
Merge branch '1765-create-empty-release-notes-for-for-9-17-2-9-16-9-11' into 'master'
create empty release notes for 9.17.2 Closes #1765 See merge request isc-projects/bind9!3395
This commit is contained in:
commit
8471206bac
4 changed files with 68 additions and 0 deletions
|
|
@ -21,6 +21,8 @@ PDFOBJS = Bv9ARM.pdf notes.pdf
|
|||
|
||||
NOTESXML = notes-download.xml notes-eol.xml notes-intro.xml notes-license.xml \
|
||||
notes-platforms.xml notes-thankyou.xml \
|
||||
notes-9.17.2.xml \
|
||||
notes-9.17.1.xml \
|
||||
notes-9.17.0.xml \
|
||||
notes.xml
|
||||
|
||||
|
|
|
|||
64
doc/arm/notes-9.17.2.xml
Normal file
64
doc/arm/notes-9.17.2.xml
Normal file
|
|
@ -0,0 +1,64 @@
|
|||
<!--
|
||||
- Copyright (C) Internet Systems Consortium, Inc. ("ISC")
|
||||
-
|
||||
- This Source Code Form is subject to the terms of the Mozilla Public
|
||||
- License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
- file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
-
|
||||
- See the COPYRIGHT file distributed with this work for additional
|
||||
- information regarding copyright ownership.
|
||||
-->
|
||||
|
||||
<section xml:id="relnotes-9.17.2"><info><title>Notes for BIND 9.17.2</title></info>
|
||||
|
||||
<section xml:id="relnotes-9.17.2-security"><info><title>Security Fixes</title></info>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>
|
||||
None.
|
||||
</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</section>
|
||||
|
||||
<section xml:id="relnotes-9.17.2-known"><info><title>Known Issues</title></info>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>
|
||||
None.
|
||||
</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</section>
|
||||
|
||||
<section xml:id="relnotes-9.17.2-new"><info><title>New Features</title></info>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>
|
||||
None.
|
||||
</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</section>
|
||||
|
||||
<section xml:id="relnotes-9.17.2-changes"><info><title>Feature Changes</title></info>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>
|
||||
None.
|
||||
</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</section>
|
||||
|
||||
<section xml:id="relnotes-9.17.2-bugs"><info><title>Bug Fixes</title></info>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>
|
||||
None.
|
||||
</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</section>
|
||||
|
||||
</section>
|
||||
|
|
@ -23,6 +23,7 @@
|
|||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="notes-platforms.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="notes-download.xml"/>
|
||||
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="notes-9.17.2.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="notes-9.17.1.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="notes-9.17.0.xml"/>
|
||||
|
||||
|
|
|
|||
|
|
@ -1472,6 +1472,7 @@
|
|||
./doc/arm/mirror.zoneopt.xml SGML 2018,2019,2020
|
||||
./doc/arm/notes-9.17.0.xml SGML 2020
|
||||
./doc/arm/notes-9.17.1.xml SGML 2020
|
||||
./doc/arm/notes-9.17.2.xml SGML 2020
|
||||
./doc/arm/notes-download.xml SGML 2019,2020
|
||||
./doc/arm/notes-eol.xml SGML 2019,2020
|
||||
./doc/arm/notes-intro.xml SGML 2019,2020
|
||||
|
|
|
|||
Loading…
Reference in a new issue