]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Reorder release notes
authorMichał Kępień <michal@isc.org>
Fri, 2 Jun 2023 10:29:53 +0000 (12:29 +0200)
committerMichal Nowak <mnowak@isc.org>
Fri, 9 Jun 2023 09:53:33 +0000 (11:53 +0200)
doc/notes/notes-9.19.14.rst

index 362913b6e51d34057f10bbe0dfdf92fad4d67338..dbfebe43b942007c05ceaf8da6b9d0c7c91fb84b 100644 (file)
@@ -27,6 +27,10 @@ Security Fixes
 New Features
 ~~~~~~~~~~~~
 
+- The read timeout in :iscman:`rndc` can now be specified on the command
+  line using the :option:`-t <rndc -t>` option, allowing commands that
+  take a long time to complete sufficient time to do so. :gl:`#4046`
+
 - Support for multi-signer model 2 (:rfc:`8901`) when using
   :any:`inline-signing` was added. :gl:`#2710`
 
@@ -34,10 +38,6 @@ New Features
   that allows users to enable or disable the publication of CDNSKEY
   records. :gl:`#4050`
 
-- The read timeout in :iscman:`rndc` can now be specified on the command
-  line using the :option:`-t <rndc -t>` option, allowing commands that
-  take a long time to complete sufficient time to do so. :gl:`#4046`
-
 - The system test suite can now be executed with pytest (along with
   pytest-xdist for parallel execution). :gl:`#3978`