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.
|
|
|
|
|
2022-07-11 08:49:38 +02:00
|
|
|
Notes for BIND 9.19.4
|
2022-04-12 13:41:18 +02:00
|
|
|
---------------------
|
|
|
|
|
|
|
|
Removed Features
|
|
|
|
~~~~~~~~~~~~~~~~
|
|
|
|
|
2022-08-04 23:13:22 +02:00
|
|
|
- The use of the :any:`max-zone-ttl` option in :namedconf:ref:`options`
|
|
|
|
and :namedconf:ref:`zone` blocks has been deprecated; it should now be
|
|
|
|
configured as part of :any:`dnssec-policy`. A warning is logged if
|
|
|
|
this option is used in :namedconf:ref:`options` or :any:`zone` blocks.
|
|
|
|
In a future release, it will become nonoperational. :gl:`#2918`
|
2022-07-11 13:48:21 -07:00
|
|
|
|
2022-04-12 13:41:18 +02:00
|
|
|
Feature Changes
|
|
|
|
~~~~~~~~~~~~~~~
|
|
|
|
|
2022-08-04 23:13:22 +02:00
|
|
|
- The DNSSEC algorithms RSASHA1 and NSEC3RSASHA1 are now automatically
|
|
|
|
disabled on systems where they are disallowed by the security policy
|
|
|
|
(e.g. Red Hat Enterprise Linux 9). Primary zones using those
|
|
|
|
algorithms need to be migrated to new algorithms prior to running on
|
|
|
|
these systems, as graceful migration to different DNSSEC algorithms is
|
|
|
|
not possible when RSASHA1 is disallowed by the operating system.
|
|
|
|
:gl:`#3469`
|
2022-04-12 13:41:18 +02:00
|
|
|
|
2022-08-04 23:13:22 +02:00
|
|
|
- Log messages related to fetch limiting have been improved to provide
|
|
|
|
more complete information. Specifically, the final counts of allowed
|
|
|
|
and spilled fetches are now logged before the counter object is
|
|
|
|
destroyed. :gl:`#3461`
|
2022-07-19 14:34:33 +00:00
|
|
|
|
2022-04-12 13:41:18 +02:00
|
|
|
Bug Fixes
|
|
|
|
~~~~~~~~~
|
|
|
|
|
2022-07-13 10:31:16 +02:00
|
|
|
- When running as a validating resolver forwarding all queries to
|
|
|
|
another resolver, :iscman:`named` could crash with an assertion
|
|
|
|
failure. These crashes occurred when the configured forwarder sent a
|
|
|
|
broken DS response and :iscman:`named` failed its attempts to find a
|
|
|
|
proper one instead. This has been fixed. :gl:`#3439`
|
|
|
|
|
2022-08-04 23:13:22 +02:00
|
|
|
- DNS compression is no longer applied to the root name (``.``) if it is
|
|
|
|
repeatedly used in the same RRset. :gl:`#3423`
|
2022-07-11 10:34:24 +02:00
|
|
|
|
2022-08-04 23:13:22 +02:00
|
|
|
- Non-dynamic zones that inherit :any:`dnssec-policy` from the
|
|
|
|
:namedconf:ref:`view` or :namedconf:ref:`options` blocks were not
|
|
|
|
marked as inline-signed and therefore never scheduled to be re-signed.
|
|
|
|
This has been fixed. :gl:`#3438`
|
2022-07-20 11:33:32 +02:00
|
|
|
|
2022-08-04 23:13:22 +02:00
|
|
|
- :option:`rndc dumpdb -expired <rndc dumpdb>` was fixed to include
|
|
|
|
expired RRsets, even if :any:`stale-cache-enable` is set to ``no`` and
|
|
|
|
the cache-cleaning time window has passed. :gl:`#3462`
|
2022-11-07 14:03:15 +01:00
|
|
|
|
|
|
|
Known Issues
|
|
|
|
~~~~~~~~~~~~
|
|
|
|
|
|
|
|
- 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.
|