Reorder release notes

This commit is contained in:
Michał Kępień 2022-10-07 12:55:17 +02:00
parent dfc19673c9
commit 26a8e9093d

View file

@ -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
~~~~~~~~~