]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Reorder release notes
authorMichał Kępień <michal@isc.org>
Thu, 7 Jul 2022 14:34:14 +0000 (16:34 +0200)
committerMichał Kępień <michal@isc.org>
Thu, 7 Jul 2022 14:34:14 +0000 (16:34 +0200)
doc/notes/notes-9.18.5.rst

index b594e135f662c0ea4ba6b95f8ece7f203380f93e..315eebbfe3ace2421c1c12ceb2d3f96412e68789 100644 (file)
@@ -27,10 +27,6 @@ Feature Changes
 Bug Fixes
 ~~~~~~~~~
 
-- It was possible for a catalog zone consumer to process a catalog zone
-  member zone when there was a configured pre-existing forward-only
-  forward zone with the same name. This has been fixed. :gl:`#2506`
-
 - An assertion failure caused by a TCP connection closing between a
   connect (or accept) and a read from a socket has been fixed.
   :gl:`#3400`
@@ -39,3 +35,7 @@ Bug Fixes
   :any:`synth-from-dnssec` could incorrectly synthesize non-existence of
   records within the non-delegated namespace using NSEC records from
   higher zones. :gl:`#3402`
+
+- It was possible for a catalog zone consumer to process a catalog zone
+  member zone when there was a configured pre-existing forward-only
+  forward zone with the same name. This has been fixed. :gl:`#2506`