]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Reorder release notes
authorMichał Kępień <michal@isc.org>
Tue, 7 Sep 2021 07:28:48 +0000 (09:28 +0200)
committerMichał Kępień <michal@isc.org>
Tue, 7 Sep 2021 07:28:48 +0000 (09:28 +0200)
doc/notes/notes-current.rst

index afc7b75a26db0cecf84be54ed573118dbe2fcbf3..a4a2814d34d599d4a18dfc0d32a8e8478f2acc55 100644 (file)
@@ -53,14 +53,6 @@ Feature Changes
 Bug Fixes
 ~~~~~~~~~
 
-- Stale data in the cache could cause ``named`` to send non-minimized
-  queries despite QNAME minimization being enabled. This has been fixed.
-  :gl:`#2665`
-
-- When a DNSSEC-signed zone which only has a single signing key
-  available is migrated to ``dnssec-policy``, that key is now treated as
-  a Combined Signing Key (CSK). :gl:`#2857`
-
 - A recent change to the internal memory structure of zone databases
   inadvertently neglected to update the MAPAPI value for zone files in
   ``map`` format. This caused version 9.17.17 of ``named`` to attempt to
@@ -68,3 +60,11 @@ Bug Fixes
   assertion failure on startup. The MAPAPI value has now been updated,
   so ``named`` rejects outdated files when encountering them.
   :gl:`#2872`
+
+- Stale data in the cache could cause ``named`` to send non-minimized
+  queries despite QNAME minimization being enabled. This has been fixed.
+  :gl:`#2665`
+
+- When a DNSSEC-signed zone which only has a single signing key
+  available is migrated to ``dnssec-policy``, that key is now treated as
+  a Combined Signing Key (CSK). :gl:`#2857`