]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Add a CHANGES note for [GL #4132]
authorAram Sargsyan <aram@isc.org>
Wed, 14 Jun 2023 09:02:51 +0000 (09:02 +0000)
committerAram Sargsyan <aram@isc.org>
Thu, 6 Jul 2023 10:44:03 +0000 (10:44 +0000)
(cherry picked from commit f73007afe7a02b0ca0a18fe80609e5ff5bea636d)

CHANGES

diff --git a/CHANGES b/CHANGES
index 98d3b8036210cfbb1cebfae2f2a0a8886d4047b4..19c25c570f978a311f76f8ae038e50a754b82c66 100644 (file)
--- a/CHANGES
+++ b/CHANGES
 6198.  [func]          Remove the holes in the isc_result_t enum to compact
                        the isc_result tables. [GL #4149]
 
+6197.  [bug]           Fix a data race between the dns_zone and dns_catz
+                       modules when registering/unregistering a database
+                       update notification callback for a catalog zone.
+                       [GL #4132]
+
 6196.  [cleanup]       Report "permission denied" instead of "unexpected error"
                        when trying to update a zone file on a read-only file
                        system. Thanks to Midnight Veil. [GL #4134]