From f933f1856bdbfcd03aba18452ec42cd36b49eef1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20K=C4=99pie=C5=84?= Date: Fri, 2 Jun 2023 12:29:53 +0200 Subject: [PATCH] Reorder release notes --- doc/notes/notes-9.19.14.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/notes/notes-9.19.14.rst b/doc/notes/notes-9.19.14.rst index 362913b6e5..dbfebe43b9 100644 --- a/doc/notes/notes-9.19.14.rst +++ b/doc/notes/notes-9.19.14.rst @@ -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 ` 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 ` 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`