]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Add a CHANGES note for [GL #3777]
authorAram Sargsyan <aram@isc.org>
Fri, 27 Jan 2023 09:38:33 +0000 (09:38 +0000)
committerAram Sargsyan <aram@isc.org>
Tue, 28 Feb 2023 14:40:17 +0000 (14:40 +0000)
(cherry picked from commit 46b1c558ce706d8ffcd397da92b7fe429a74a1b1)

CHANGES

diff --git a/CHANGES b/CHANGES
index 5bb7f5f6072b84af32a245457f4c838a3dd2a2b0..1e11032ae850168bf997b86ad2ea3c261fe16e91 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,6 +1,11 @@
 6116.  [bug]           Fix error path cleanup issue in the dns_catz_new_zones()
                        function. [GL #3900]
 
+6115.  [bug]           Unregister db update notify callback before detaching
+                       from the previous db inside the catz update notify
+                       callback. Also, call the db notify callbacks only after
+                       zone_postload() returns successfully. [GL #3777]
+
 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]