]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Reorder release notes
authorMichał Kępień <michal@isc.org>
Fri, 7 Oct 2022 10:55:17 +0000 (12:55 +0200)
committerMichał Kępień <michal@isc.org>
Fri, 7 Oct 2022 10:55:17 +0000 (12:55 +0200)
doc/notes/notes-9.19.6.rst

index 9a99e4783b6d4739354a30b27a3f498ed901b09f..14837f98e1739186d53d754d8b23cf7e7d44c4a5 100644 (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
 ~~~~~~~~~