mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-09-03 08:05:21 +00:00
Tweak and reword release notes
This commit is contained in:
@@ -15,25 +15,27 @@ Notes for BIND 9.19.4
|
|||||||
Removed Features
|
Removed Features
|
||||||
~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
- The use of the ``max-zone-ttl`` option in ``options`` and ``zone``
|
- The use of the :any:`max-zone-ttl` option in :namedconf:ref:`options`
|
||||||
blocks has been deprecated; it should now be configured as part of
|
and :namedconf:ref:`zone` blocks has been deprecated; it should now be
|
||||||
``dnssec-policy``. A warning is logged if this option is used in
|
configured as part of :any:`dnssec-policy`. A warning is logged if
|
||||||
``options`` or ``zone``. In a future release, it will become
|
this option is used in :namedconf:ref:`options` or :any:`zone` blocks.
|
||||||
nonoperational. :gl:`#2918`
|
In a future release, it will become nonoperational. :gl:`#2918`
|
||||||
|
|
||||||
Feature Changes
|
Feature Changes
|
||||||
~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
- DNSSEC ``RSASHA1`` and ``NSEC3RSASHA1`` are automatically disabled
|
- The DNSSEC algorithms RSASHA1 and NSEC3RSASHA1 are now automatically
|
||||||
on systems (e.g. RHEL9) where they are disallowed by the security
|
disabled on systems where they are disallowed by the security policy
|
||||||
policy. Primary zones using those algorithms need to be moved
|
(e.g. Red Hat Enterprise Linux 9). Primary zones using those
|
||||||
off of them prior to running on these systems as graceful migration
|
algorithms need to be migrated to new algorithms prior to running on
|
||||||
to different DNSSEC algorithms is not possible when RSASHA1 is
|
these systems, as graceful migration to different DNSSEC algorithms is
|
||||||
disallowed by the OS. :gl:`#3469`
|
not possible when RSASHA1 is disallowed by the operating system.
|
||||||
|
:gl:`#3469`
|
||||||
|
|
||||||
- Fetch limit log messages have been improved to provide more complete
|
- Log messages related to fetch limiting have been improved to provide
|
||||||
information. Specifically, the final values of allowed and spilled fetches
|
more complete information. Specifically, the final counts of allowed
|
||||||
will now be logged before the counter object gets destroyed. :gl:`#3461`
|
and spilled fetches are now logged before the counter object is
|
||||||
|
destroyed. :gl:`#3461`
|
||||||
|
|
||||||
Bug Fixes
|
Bug Fixes
|
||||||
~~~~~~~~~
|
~~~~~~~~~
|
||||||
@@ -44,13 +46,14 @@ Bug Fixes
|
|||||||
broken DS response and :iscman:`named` failed its attempts to find a
|
broken DS response and :iscman:`named` failed its attempts to find a
|
||||||
proper one instead. This has been fixed. :gl:`#3439`
|
proper one instead. This has been fixed. :gl:`#3439`
|
||||||
|
|
||||||
- A DNS compression would be applied on the root zone name if it is repeatedly
|
- DNS compression is no longer applied to the root name (``.``) if it is
|
||||||
used in the same RRSet. :gl:`#3423`
|
repeatedly used in the same RRset. :gl:`#3423`
|
||||||
|
|
||||||
- Non-dynamic zones that inherit dnssec-policy from the view or
|
- Non-dynamic zones that inherit :any:`dnssec-policy` from the
|
||||||
options level were not marked as inline-signed, and thus were never
|
:namedconf:ref:`view` or :namedconf:ref:`options` blocks were not
|
||||||
scheduled to be re-signed. This is now fixed. :gl:`#3438`
|
marked as inline-signed and therefore never scheduled to be re-signed.
|
||||||
|
This has been fixed. :gl:`#3438`
|
||||||
|
|
||||||
- Fix `rndc dumpdb -expired` to include expired RRsets, even if the cache
|
- :option:`rndc dumpdb -expired <rndc dumpdb>` was fixed to include
|
||||||
cleaning time window has passed. This will now show expired RRsets that are
|
expired RRsets, even if :any:`stale-cache-enable` is set to ``no`` and
|
||||||
stuck in the cache. :gl:`#3462`
|
the cache-cleaning time window has passed. :gl:`#3462`
|
||||||
|
Reference in New Issue
Block a user