2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-30 05:57:52 +00:00

Reorder release notes

This commit is contained in:
Michał Kępień 2023-06-02 12:29:53 +02:00 committed by Michal Nowak
parent 76877a83be
commit f933f1856b
No known key found for this signature in database

View 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`