From 88d826ac5d0719a43b25c528b3571ca7a0b1df1e Mon Sep 17 00:00:00 2001 From: Aram Sargsyan Date: Tue, 2 Apr 2024 10:43:35 +0000 Subject: [PATCH] Add a CHANGES note for [GL #4654] --- CHANGES | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGES b/CHANGES index ddf889645e..bd72ded702 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,10 @@ +6367. [bug] Since the dns_validator_destroy() function doesn't + guarantee that it destroys the validator, rename it to + dns_validator_shutdown() and require explicit + dns_validator_detach() to follow. Implement an expected + behavior of the function to release a name associated + with the validator. [GL #4654] + 6366. [bug] An assertion could be triggered in the QPDB cache when encountering a delegation below a DNAME. [GL #4652]