From 471a2c0dd5945c86c2cc7c5896e780eff059f903 Mon Sep 17 00:00:00 2001 From: Aram Sargsyan Date: Wed, 14 Jun 2023 09:02:51 +0000 Subject: [PATCH] Add a CHANGES note for [GL #4132] (cherry picked from commit f73007afe7a02b0ca0a18fe80609e5ff5bea636d) --- CHANGES | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGES b/CHANGES index 98d3b80362..19c25c570f 100644 --- a/CHANGES +++ b/CHANGES @@ -16,6 +16,11 @@ 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]