]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Reorder release notes
authorMichał Kępień <michal@isc.org>
Mon, 12 Apr 2021 10:15:45 +0000 (12:15 +0200)
committerMichał Kępień <michal@isc.org>
Mon, 12 Apr 2021 10:15:45 +0000 (12:15 +0200)
doc/notes/notes-current.rst

index 048403a74729b9301210a1d912acd87a6a69e81e..4c0a4e3385e202698b1897dd06aa93d72f288e77 100644 (file)
@@ -61,21 +61,6 @@ Feature Changes
 Bug Fixes
 ~~~~~~~~~
 
-- After ``rndc checkds -checkds`` or ``rndc dnssec -rollover`` is used,
-  ``named`` now immediately attempts to reconfigure zone keys. This
-  change prevents unnecessary key rollover delays. [GL #2488]
-
-- Zones using KASP could not be thawed after they were frozen using
-  ``rndc freeze``. This has been fixed. [GL #2523]
-
-- CDS/CDNSKEY DELETE records are now removed when a zone transitions
-  from a secure to an insecure state. ``named-checkzone`` also no longer
-  reports an error when such records are found in an unsigned zone.
-  [GL #2517]
-
-- ``named`` crashed after skipping a primary server while transferring a
-  zone over TLS. This has been fixed. [GL #2562]
-
 - TCP idle and initial timeouts were being incorrectly applied: only the
   ``tcp-initial-timeout`` was applied on the whole connection, even if
   the connection were still active, which could prevent a large zone
@@ -95,3 +80,18 @@ Bug Fixes
   corrupt state. (Other zone journal files were not affected.) This has
   been fixed. If a corrupt journal file is detected, ``named`` can now
   recover from it. [GL #2600]
+
+- CDS/CDNSKEY DELETE records are now removed when a zone transitions
+  from a secure to an insecure state. ``named-checkzone`` also no longer
+  reports an error when such records are found in an unsigned zone.
+  [GL #2517]
+
+- Zones using KASP could not be thawed after they were frozen using
+  ``rndc freeze``. This has been fixed. [GL #2523]
+
+- After ``rndc checkds -checkds`` or ``rndc dnssec -rollover`` is used,
+  ``named`` now immediately attempts to reconfigure zone keys. This
+  change prevents unnecessary key rollover delays. [GL #2488]
+
+- ``named`` crashed after skipping a primary server while transferring a
+  zone over TLS. This has been fixed. [GL #2562]