mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-15 18:18:53 -04:00
Add release notes section for BIND 9.14.10
This commit is contained in:
parent
3a6d3abc4d
commit
169ffcb96e
4 changed files with 36 additions and 0 deletions
|
|
@ -21,6 +21,9 @@ PDFOBJS = Bv9ARM.pdf notes.pdf
|
|||
|
||||
NOTESXML = notes-download.xml notes-eol.xml notes-intro.xml notes-license.xml \
|
||||
notes-numbering.xml notes-platforms.xml notes-thankyou.xml \
|
||||
notes-9.14.10.xml \
|
||||
notes-9.14.9.xml \
|
||||
notes-9.14.8.xml \
|
||||
notes-9.14.7.xml \
|
||||
notes-9.14.6.xml \
|
||||
notes-9.14.5.xml \
|
||||
|
|
|
|||
31
doc/arm/notes-9.14.10.xml
Normal file
31
doc/arm/notes-9.14.10.xml
Normal file
|
|
@ -0,0 +1,31 @@
|
|||
<!--
|
||||
- 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.14.10"><info><title>Notes for BIND 9.14.10</title></info>
|
||||
|
||||
<section xml:id="relnotes-9.14.10-bugs"><info><title>Bug Fixes</title></info>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>
|
||||
Fixed a GeoIP2 lookup bug which was triggered when certain
|
||||
libmaxminddb versions were used. [GL #1552]
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
Fixed several possible race conditions discovered by
|
||||
ThreadSanitizer.
|
||||
</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</section>
|
||||
|
||||
</section>
|
||||
|
|
@ -24,6 +24,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.14.10.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="notes-9.14.9.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="notes-9.14.8.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="notes-9.14.7.xml"/>
|
||||
|
|
|
|||
|
|
@ -1522,6 +1522,7 @@
|
|||
./doc/arm/mirror.zoneopt.xml SGML 2018,2019,2020
|
||||
./doc/arm/notes-9.14.0.xml SGML 2019,2020
|
||||
./doc/arm/notes-9.14.1.xml SGML 2019,2020
|
||||
./doc/arm/notes-9.14.10.xml SGML 2019,2020
|
||||
./doc/arm/notes-9.14.2.xml SGML 2019,2020
|
||||
./doc/arm/notes-9.14.3.xml SGML 2019,2020
|
||||
./doc/arm/notes-9.14.4.xml SGML 2019,2020
|
||||
|
|
|
|||
Loading…
Reference in a new issue