From b086374b1de40e5b98adc0d1f8d66bdf31249f56 Mon Sep 17 00:00:00 2001 From: Aram Sargsyan Date: Fri, 17 Feb 2023 13:12:05 +0000 Subject: [PATCH] Add a CHANGES note for [GL #3880] --- CHANGES | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGES b/CHANGES index cb3c764c13..cccd100926 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,7 @@ +6105. [bug] Detach 'rpzs' and 'catzs' from the previous view in + configure_rpz() and configure_catz(), respectively, + just after attaching it to the new view. [GL #3880] + 6104. [cleanup] Move libbind9's configuration checking code into libisccfg alongside the other configuration code. [GL !7461]