mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-21 09:26:12 -04:00
Reorder release notes
This commit is contained in:
parent
97f602ace1
commit
c71c2b3df5
1 changed files with 10 additions and 10 deletions
|
|
@ -35,10 +35,6 @@ New Features
|
|||
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
|
||||
|
|
@ -47,6 +43,10 @@ New Features
|
|||
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
|
||||
~~~~~~~~~~~~~~~~
|
||||
|
||||
|
|
@ -71,6 +71,12 @@ Feature Changes
|
|||
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
|
||||
|
|
@ -105,12 +111,6 @@ Bug Fixes
|
|||
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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue