]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Reorder release notes
authorMichal Nowak <mnowak@isc.org>
Thu, 6 Nov 2025 16:49:38 +0000 (17:49 +0100)
committerMichal Nowak <mnowak@isc.org>
Thu, 6 Nov 2025 16:53:30 +0000 (17:53 +0100)
doc/notes/notes-9.21.15.rst

index 9cce15590012643e7afbaf3c9b430f3180772a17..154c47e9a01e4bd4bc7a5cfeae492ddae2875949 100644 (file)
@@ -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.