From fdad7bb84b71540d65365d7ee2440e04790e5fe8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicki=20K=C5=99=C3=AD=C5=BEek?= Date: Tue, 11 Jun 2024 10:42:25 +0200 Subject: [PATCH] Add release note for [GL #3472] --- doc/notes/notes-9.18.28.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/notes/notes-9.18.28.rst b/doc/notes/notes-9.18.28.rst index 27628717a7..82b9ca046f 100644 --- a/doc/notes/notes-9.18.28.rst +++ b/doc/notes/notes-9.18.28.rst @@ -58,6 +58,10 @@ 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 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`