From f1d2b0e5fd03e482e7e85eba708d2984770795f9 Mon Sep 17 00:00:00 2001 From: Mark Andrews Date: Wed, 29 Nov 2023 12:51:15 +1100 Subject: [PATCH] Add CHANGES note for [GL #6288] (cherry picked from commit 3834e433f7f625c4f1a177715b96d6eb3c441866) --- CHANGES | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGES b/CHANGES index eb44616b68..7129a1f280 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,8 @@ +6394. [bug] Named's -4 and -6 options now apply to zone primaries, + also-notify and parental-agents. Report when a zone + has these options configured but does not have an IPv4 + or IPv6 address listed respectively. [GL #3472] + 6393. [func] Deal with uv_tcp_close_reset() error return codes more gracefully. [GL #4708]