Files
bind9/doc/arm/notes-9.16.1.xml
Michał Kępień f483c4a6bb Add GitLab identifier to rwlock release note
(cherry picked from commit 3e6ef80706)
2020-03-11 09:52:51 +01:00

64 lines
2.7 KiB
XML

<!--
- 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.16.1"><info><title>Notes for BIND 9.16.1</title></info>
<section xml:id="relnotes-9.16.1-known"><info><title>Known Issues</title></info>
<itemizedlist>
<listitem>
<para>
UDP network ports used for listening can no longer simultaneously be
used for sending traffic. An example configuration which triggers
this issue would be one which uses the same
<replaceable>address:port</replaceable> pair for
<command>listen-on(-v6)</command> statements as for
<command>notify-source(-v6)</command> or
<command>transfer-source(-v6)</command>. While this issue affects all
operating systems, it only triggers log messages (e.g. "unable to
create dispatch for reserved port") on some of them. There are
currently no plans to make such a combination of settings work again.
</para>
</listitem>
</itemizedlist>
</section>
<section xml:id="relnotes-9.16.1-changes"><info><title>Feature Changes</title></info>
<itemizedlist>
<listitem>
<para>
The system-provided POSIX Threads read-write lock implementation is
now used by default instead of the native BIND 9 implementation.
Please be aware that glibc versions 2.26 through 2.29 had a
<link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="https://sourceware.org/bugzilla/show_bug.cgi?id=23844">bug</link>
that could cause BIND 9 to deadlock. A fix was released in glibc 2.30,
and most current Linux distributions have patched or updated glibc,
with the notable exception of Ubuntu 18.04 (Bionic) which is a work in
progress. If you are running on an affected operating system, compile
BIND 9 with <command>--disable-pthread-rwlock</command> until a fixed
version of glibc is available. [GL !3125]
</para>
</listitem>
</itemizedlist>
</section>
<section xml:id="relnotes-9.16.1-bugs"><info><title>Bug Fixes</title></info>
<itemizedlist>
<listitem>
<para>
Fixed re-signing issues with inline zones which resulted in
records being re-signed late or not at all.
</para>
</listitem>
</itemizedlist>
</section>
</section>