From: Michał Kępień Date: Thu, 6 Jul 2023 13:02:10 +0000 (+0200) Subject: Add CHANGES entry for !7828 X-Git-Tag: v9.19.15~3^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8f0810b2f4346a8bcb2ae87d1dccf16dbce205ca;p=thirdparty%2Fbind9.git Add CHANGES entry for !7828 --- diff --git a/CHANGES b/CHANGES index 4a0345cdb67..17af2fea39b 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,7 @@ +6207. [cleanup] The code implementing TSIG/TKEY support has been cleaned + up and refactored for improved robustness, readability, + and consistency with other code modules. [GL !7828] + 6206. [bug] Add shutdown checks in dns_catz_dbupdate_callback() to avoid a race with dns_catz_shutdown_catzs(). [GL #4171]