]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Add CHANGES entry for !7828
authorMichał Kępień <michal@isc.org>
Thu, 6 Jul 2023 13:02:10 +0000 (15:02 +0200)
committerMichał Kępień <michal@isc.org>
Thu, 6 Jul 2023 13:02:10 +0000 (15:02 +0200)
CHANGES

diff --git a/CHANGES b/CHANGES
index 4a0345cdb67355ce1a5b52451485591527413212..17af2fea39bc91a2294ea588c65a523d19255afa 100644 (file)
--- 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]