From 2824422e783da56a548254ed656792f67e95376c Mon Sep 17 00:00:00 2001 From: Aram Sargsyan Date: Tue, 3 Jan 2023 13:27:00 +0000 Subject: [PATCH] Add a CHANGES note for [GL #3735] --- CHANGES | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGES b/CHANGES index 332ef24423..e28565fb8d 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,6 @@ +6057. [bug] Fix shutdown and error path bugs in the rpz unit. + [GL #3735] + 6056. [bug] Fix a race in adb.c:clean_namehooks(), so that an ADB entry does not expire without holding the entries lock. [GL #3754]