]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Reorder release notes
authorMichał Kępień <michal@isc.org>
Thu, 8 Jul 2021 20:18:17 +0000 (22:18 +0200)
committerMichal Nowak <mnowak@isc.org>
Fri, 23 Jul 2021 07:19:36 +0000 (09:19 +0200)
doc/notes/notes-current.rst

index 4354c37dcbbb861b03f0118d1198cf090955affa..650f305f4ac6d027cdad2bfb7ad50bcb411b0faf 100644 (file)
@@ -90,14 +90,14 @@ Feature Changes
 Bug Fixes
 ~~~~~~~~~
 
-- A bug that caused the NSEC3 salt to be changed on every restart for
-  zones using KASP has been fixed. :gl:`#2725`
-
 - Signed, insecure delegation responses prepared by ``named`` either
   lacked the necessary NSEC records or contained duplicate NSEC records
   when both wildcard expansion and CNAME chaining were required to
   prepare the response. This has been fixed. :gl:`#2759`
 
+- A bug that caused the NSEC3 salt to be changed on every restart for
+  zones using KASP has been fixed. :gl:`#2725`
+
 - The configuration-checking code failed to account for the inheritance
   rules of the ``dnssec-policy`` option. This has been fixed.
   :gl:`#2780`