From d96d8dc651a2685d772d0cd92b1d7cf9db7fd883 Mon Sep 17 00:00:00 2001 From: Aram Sargsyan Date: Mon, 27 Feb 2023 12:11:02 +0000 Subject: [PATCH] Add a CHANGES note for [GL #3900] --- CHANGES | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGES b/CHANGES index 90b2def77d..114f130831 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,6 @@ +6116. [bug] Fix error path cleanup issues in dns_catz_new_zones() + and dns_catz_new_zone() functions. [GL #3900] + 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]