From 26a8e9093d5c8483e5e110ced25db7fbbff51597 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20K=C4=99pie=C5=84?= Date: Fri, 7 Oct 2022 12:55:17 +0200 Subject: [PATCH] Reorder release notes --- doc/notes/notes-9.19.6.rst | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/doc/notes/notes-9.19.6.rst b/doc/notes/notes-9.19.6.rst index 9a99e4783b..14837f98e1 100644 --- a/doc/notes/notes-9.19.6.rst +++ b/doc/notes/notes-9.19.6.rst @@ -32,6 +32,18 @@ Known Issues New Features ~~~~~~~~~~~~ +- Support for parsing and validating the ``dohpath`` service parameter + in SVCB records was added. :gl:`#3544` + +- :iscman:`named` now supports forwarding Dynamic DNS updates through + DNS-over-TLS (DoT). :gl:`#3512` + +- The :iscman:`nsupdate` tool now supports DNS-over-TLS (DoT). + :gl:`#1781` + +- :iscman:`named` now logs the supported cryptographic algorithms during + startup and in the output of :option:`named -V`. :gl:`#3541` + - A new configuration option :any:`require-cookie` has been introduced. It specifies whether there should be a DNS COOKIE in the response for a given prefix; if not, :iscman:`named` falls back to TCP. This is @@ -44,15 +56,6 @@ New Features systemd to wait until :iscman:`named` is fully ready before starting other services that depend on name resolution. :gl:`#1176` -- The :iscman:`nsupdate` tool now supports DNS-over-TLS (DoT). - :gl:`#1781` - -- :iscman:`named` now supports forwarding Dynamic DNS updates through - DNS-over-TLS (DoT). :gl:`#3512` - -- :iscman:`named` now logs the supported cryptographic algorithms during - startup and in the output of :option:`named -V`. :gl:`#3541` - Feature Changes ~~~~~~~~~~~~~~~ @@ -76,9 +79,6 @@ Feature Changes libuv should be available on all supported platforms either as a native package or as a backport. :gl:`#3567` -- Support for parsing and validating the ``dohpath`` service parameter - in SVCB records was added. :gl:`#3544` - Bug Fixes ~~~~~~~~~