]> 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)
committerArаm Sаrgsyаn <aram@isc.org>
Tue, 28 Feb 2023 13:47:18 +0000 (13:47 +0000)
(cherry picked from commit 46b1c558ce706d8ffcd397da92b7fe429a74a1b1)

CHANGES

diff --git a/CHANGES b/CHANGES
index 86973d162926049943f9d95476d0f9b846346125..a487144934ad1ee8b7371cbe25ffc08668c0e735 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,6 +1,11 @@
 6116.  [bug]           Fix error path cleanup issues in dns_catz_new_zones()
                        and dns_catz_new_zone() functions. [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]
+
 6114.  [func]          Run the catalog zone update process on the offload
                        threads. [GL #3881]