From 8d3141ac10c3ec4a2cd2b4490e96b57e0ac1538a Mon Sep 17 00:00:00 2001 From: Aram Sargsyan Date: Wed, 23 Mar 2022 10:55:18 +0000 Subject: [PATCH] Add CHANGES note for [GL #3221] (cherry picked from commit 7fd24ded90f2d01ea0b1a4e33a8796410cce4aaf) --- CHANGES | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGES b/CHANGES index 568cbe2e78..8c9ebac1c7 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,10 @@ +5838. [cleanup] When modifying a member zone in a catalog zone, and it + is detected that the zone exists and was not created by + the current catalog zone, distinguish the two cases when + the zone was not added by a catalog zone at all, and + when the zone was added by a different catalog zone, + and log a warning message accordingly. [GL #3221] + 5836. [bug] Quote the dns64 prefix in error messages that complain about problems with it, to avoid confusion with the following dns64 ACLs. [GL #3210]