the default built-in configuration used by :iscman:`named`. When
the option is used, other options are ignored. :gl:`#1326`
-- Add support for Extended DNS Error 24 (Invalid Data).
-
- See :rfc:`8914` section 4.25. :gl:`#1836`
-
- :option:`named-checkconf -e` prints the effective configuration.
The new :option:`named-checkconf -e` option prints the effective
includes all default settings, as modified by user values from the
configuration file. :gl:`#2798`
+- Add support for Extended DNS Error 24 (Invalid Data).
+
+ See :rfc:`8914` section 4.25. :gl:`#1836`
+
Removed Features
~~~~~~~~~~~~~~~~
Bug Fixes
~~~~~~~~~
+- Skip unsupported algorithms when looking for a signing key.
+
+ A mix of supported and unsupported DNSSEC algorithms in the same zone
+ could cause validation failures. Unsupported algorithms are now
+ ignored when looking for signing keys. :gl:`#5622`
+
- Report when a zone reload is already in progress.
Previously, if a user attempted to manually reload a zone that was
a server was specified before the :option:`dig -b` option. This has
been fixed. :gl:`#5609`
-- Skip unsupported algorithms when looking for a signing key.
-
- A mix of supported and unsupported DNSSEC algorithms in the same zone
- could cause validation failures. Unsupported algorithms are now
- ignored when looking for signing keys. :gl:`#5622`
-
- Fix fuzzing builds.
Previously, fuzzing builds were broken due to typos in meson.build.