2022-04-12 13:41:18 +02:00
|
|
|
.. Copyright (C) Internet Systems Consortium, Inc. ("ISC")
|
|
|
|
..
|
|
|
|
.. SPDX-License-Identifier: MPL-2.0
|
|
|
|
..
|
|
|
|
.. 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 https://mozilla.org/MPL/2.0/.
|
|
|
|
..
|
|
|
|
.. See the COPYRIGHT file distributed with this work for additional
|
|
|
|
.. information regarding copyright ownership.
|
|
|
|
|
2023-02-07 10:25:44 +01:00
|
|
|
Notes for BIND 9.19.11
|
2023-01-13 15:35:32 +01:00
|
|
|
----------------------
|
2022-04-12 13:41:18 +02:00
|
|
|
|
|
|
|
New Features
|
|
|
|
~~~~~~~~~~~~
|
|
|
|
|
2023-03-02 10:23:12 +01:00
|
|
|
- When using :any:`dnssec-policy`, it is now possible to configure the
|
|
|
|
digest type to use when ``CDS`` records need to be published with
|
|
|
|
:any:`cds-digest-types`. Also, publication of specific CDNSKEY/CDS
|
|
|
|
records can now be set with :option:`dnssec-signzone -G`. :gl:`#3837`
|
2023-01-31 10:59:45 +01:00
|
|
|
|
2022-04-12 13:41:18 +02:00
|
|
|
Removed Features
|
|
|
|
~~~~~~~~~~~~~~~~
|
|
|
|
|
2023-03-02 10:23:12 +01:00
|
|
|
- Support for Red Hat Enterprise Linux version 7 (and clones) has been
|
|
|
|
dropped. A C11-compliant compiler is now required to compile BIND 9.
|
2023-01-10 12:44:59 +01:00
|
|
|
:gl:`#3729`
|
2023-01-06 17:30:07 -08:00
|
|
|
|
2022-12-16 12:57:36 +00:00
|
|
|
- The functions that were in the ``libbind9`` shared library have been
|
2023-03-02 10:23:12 +01:00
|
|
|
moved to the ``libisc`` and ``libisccfg`` libraries. The now-empty
|
|
|
|
``libbind9`` has been removed and is no longer installed. :gl:`#3903`
|
2022-12-16 12:57:36 +00:00
|
|
|
|
2022-12-16 12:19:08 +00:00
|
|
|
- The ``irs_resconf`` module has been moved to the ``libdns`` shared
|
2023-03-02 10:23:12 +01:00
|
|
|
library. The now-empty ``libirs`` library has been removed and is no
|
|
|
|
longer installed. :gl:`#3904`
|
2022-12-16 12:19:08 +00:00
|
|
|
|
2022-04-12 13:41:18 +02:00
|
|
|
Feature Changes
|
|
|
|
~~~~~~~~~~~~~~~
|
|
|
|
|
2023-03-02 10:41:54 +01:00
|
|
|
- Catalog zone updates are now run on specialized "offload" threads to
|
|
|
|
reduce the amount of time they block query processing on the main
|
|
|
|
networking threads. This increases the responsiveness of
|
|
|
|
:iscman:`named` when catalog zone updates are being applied after a
|
|
|
|
catalog zone has been successfully transferred. :gl:`#3881`
|
|
|
|
|
2023-03-02 10:23:12 +01:00
|
|
|
- libuv support for receiving multiple UDP messages in a single
|
|
|
|
``recvmmsg()`` system call has been tweaked several times between
|
|
|
|
libuv versions 1.35.0 and 1.40.0; the current recommended libuv
|
|
|
|
version is 1.40.0 or higher. New rules are now in effect for running
|
|
|
|
with a different version of libuv than the one used at compilation
|
|
|
|
time. These rules may trigger a fatal error at startup:
|
2023-02-03 09:40:13 +01:00
|
|
|
|
|
|
|
- Building against or running with libuv versions 1.35.0 and 1.36.0 is
|
|
|
|
now a fatal error.
|
|
|
|
|
|
|
|
- Running with libuv version higher than 1.34.2 is now a fatal error
|
|
|
|
when :iscman:`named` is built against libuv version 1.34.2 or lower.
|
|
|
|
|
|
|
|
- Running with libuv version higher than 1.39.0 is now a fatal error
|
|
|
|
when :iscman:`named` is built against libuv version 1.37.0, 1.38.0,
|
|
|
|
1.38.1, or 1.39.0.
|
|
|
|
|
|
|
|
This prevents the use of libuv versions that may trigger an assertion
|
|
|
|
failure when receiving multiple UDP messages in a single system call.
|
|
|
|
:gl:`#3840`
|
2022-11-23 15:44:33 +02:00
|
|
|
|
2022-04-12 13:41:18 +02:00
|
|
|
Bug Fixes
|
|
|
|
~~~~~~~~~
|
|
|
|
|
2023-03-02 10:23:12 +01:00
|
|
|
- :iscman:`named` could crash with an assertion failure when adding a
|
|
|
|
new zone into the configuration file for a name which was already
|
|
|
|
configured as a member zone for a catalog zone. This has been fixed.
|
|
|
|
:gl:`#3911`
|
2023-01-13 14:50:27 +01:00
|
|
|
|
2023-03-02 10:43:07 +01:00
|
|
|
- When :iscman:`named` starts up, it sends a query for the DNSSEC key
|
|
|
|
for each configured trust anchor to determine whether the key has
|
|
|
|
changed. In some unusual cases, the query might depend on a zone for
|
|
|
|
which the server is itself authoritative, and would have failed if it
|
|
|
|
were sent before the zone was fully loaded. This has now been fixed by
|
|
|
|
delaying the key queries until all zones have finished loading.
|
|
|
|
:gl:`#3673`
|
|
|
|
|
2022-11-07 14:03:15 +01:00
|
|
|
Known Issues
|
|
|
|
~~~~~~~~~~~~
|
|
|
|
|
2023-03-02 10:19:08 +01:00
|
|
|
- There are no new known issues with this release. See :ref:`above
|
|
|
|
<relnotes_known_issues>` for a list of all known issues affecting this
|
|
|
|
BIND 9 branch.
|