Merge branch 'michal/prepare-documentation-for-bind-9.11.27' into 'v9_11_27-release'

Prepare documentation for BIND 9.11.27

See merge request isc-private/bind9!232
This commit is contained in:
Michał Kępień
2021-01-21 09:38:24 +01:00
2 changed files with 9 additions and 57 deletions
+5 -5
View File
@@ -2,12 +2,12 @@
enabling support for libmaxminddb was not working
correctly. This has been fixed. [GL #2366]
5557. [bug] Prevent rbtdb instances being destroyed by multiple
threads at the same time. [GL #2355]
5557. [bug] Prevent RBTDB instances from being destroyed by multiple
threads at the same time. [GL #2317]
5548. [bug] When BIND 9 was compiled with --disable-threads and
--with-epoll, it was possible to trigger an assertion
failure due to a double lock. [GL !4454]
5548. [bug] named exited with an assertion failure upon startup when
compiled with --disable-threads and --with-epoll.
[GL !4454]
5547. [bug] BIND 9 failed to build with --disable-threads and
--with-geoip2. [GL #2324]
+4 -52
View File
@@ -11,62 +11,14 @@
<section xml:id="relnotes-9.11.27"><info><title>Notes for BIND 9.11.27</title></info>
<section xml:id="relnotes-9.11.27-security"><info><title>Security Fixes</title></info>
<itemizedlist>
<listitem>
<para>
None.
</para>
</listitem>
</itemizedlist>
</section>
<section xml:id="relnotes-9.11.27-known"><info><title>Known Issues</title></info>
<itemizedlist>
<listitem>
<para>
None.
</para>
</listitem>
</itemizedlist>
</section>
<section xml:id="relnotes-9.11.27-new"><info><title>New Features</title></info>
<itemizedlist>
<listitem>
<para>
None.
</para>
</listitem>
</itemizedlist>
</section>
<section xml:id="relnotes-9.11.27-removed"><info><title>Removed Features</title></info>
<itemizedlist>
<listitem>
<para>
None.
</para>
</listitem>
</itemizedlist>
</section>
<section xml:id="relnotes-9.11.27-changes"><info><title>Feature Changes</title></info>
<itemizedlist>
<listitem>
<para>
None.
</para>
</listitem>
</itemizedlist>
</section>
<section xml:id="relnotes-9.11.27-bugs"><info><title>Bug Fixes</title></info>
<itemizedlist>
<listitem>
<para>
Prevent rbtdb instances being destroyed by multiple threads at the same
time. This can trigger assertion failures. [GL #2355]
Multiple threads could attempt to destroy a single RBTDB instance at
the same time, resulting in an unpredictable but low-probability
assertion failure in <filename>free_rbtdb()</filename>. This has been
fixed. [GL #2317]
</para>
</listitem>
</itemizedlist>