From: Michał Kępień Date: Fri, 2 Jun 2023 10:29:53 +0000 (+0200) Subject: Reorder release notes X-Git-Tag: v9.19.14~2^2~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f933f1856bdbfcd03aba18452ec42cd36b49eef1;p=thirdparty%2Fbind9.git Reorder release notes --- diff --git a/doc/notes/notes-9.19.14.rst b/doc/notes/notes-9.19.14.rst index 362913b6e51..dbfebe43b94 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`