]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Reorder release notes
authorMichał Kępień <michal@isc.org>
Fri, 9 Jul 2021 07:34:52 +0000 (09:34 +0200)
committerMichal Nowak <mnowak@isc.org>
Fri, 23 Jul 2021 07:43:45 +0000 (09:43 +0200)
doc/notes/notes-current.rst

index dd9b1851d560150250d8048efd17b575466c13d2..1d41b63a26656a7db0bb4aa47428900f6d0eafaa 100644 (file)
@@ -58,14 +58,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`