]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Reorder release notes
authorNicki Křížek <nicki@isc.org>
Wed, 12 Jun 2024 14:32:27 +0000 (16:32 +0200)
committerNicki Křížek <nicki@isc.org>
Mon, 8 Jul 2024 12:53:01 +0000 (14:53 +0200)
doc/notes/notes-9.19.25.rst

index be69769fde14c8f8371b3f9f024c31487d4b6fe9..d1762c1692eb39e240f1f534321277a78eb1a0d6 100644 (file)
@@ -62,13 +62,6 @@ Feature Changes
 Bug Fixes
 ~~~~~~~~~
 
-- Command-line options for IPv4-only (:option:`named -4`) and IPv6-only
-  (:option:`named -6`) modes are now respected for zone :any:`primaries`,
-  :any:`also-notify`, and :any:`parental-agents`. :gl:`#3472`
-
-- An RPZ response's SOA record TTL was set to 1 instead of the SOA TTL,
-  if ``add-soa`` was used. This has been fixed. :gl:`#3323`
-
 - Potential data races were found in our DoH implementation, related to
   HTTP/2 session object management and endpoints set object management
   after reconfiguration. These issues have been fixed. :gl:`#4473`
@@ -76,6 +69,13 @@ Bug Fixes
   ISC would like to thank Dzintars and Ivo from nic.lv for bringing this
   to our attention.
 
+- Command-line options for IPv4-only (:option:`named -4`) and IPv6-only
+  (:option:`named -6`) modes are now respected for zone :any:`primaries`,
+  :any:`also-notify`, and :any:`parental-agents`. :gl:`#3472`
+
+- An RPZ response's SOA record TTL was set to 1 instead of the SOA TTL,
+  if ``add-soa`` was used. This has been fixed. :gl:`#3323`
+
 - Some servers which could not be reached due to EHOSTDOWN or ENETDOWN
   conditions were incorrectly prioritized during server selection. These
   are now properly handled as unreachable. :gl:`#4736`