From 396265c8fa98dbc225273bf512025938c527499e Mon Sep 17 00:00:00 2001 From: Aram Sargsyan Date: Tue, 21 Feb 2023 21:10:17 +0000 Subject: [PATCH] Add a CHANGES note for [GL !7570] (cherry picked from commit c29299aa15c0e6677d01a7ddf2d5fbb767d79f5e) --- CHANGES | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGES b/CHANGES index 114f130831..ef6cbd4db9 100644 --- a/CHANGES +++ b/CHANGES @@ -1,6 +1,9 @@ 6116. [bug] Fix error path cleanup issues in dns_catz_new_zones() and dns_catz_new_zone() functions. [GL #3900] +6112. [func] Add reference count tracing for dns_catz_zone_t and + dns_catz_zones_t. [GL !7570] + 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]