Merge branch 'michal/add-changes-entry-for-tsig-tkey-refactoring' into 'main'

Add CHANGES entry for !7828

See merge request isc-projects/bind9!8090
This commit is contained in:
Michał Kępień 2023-07-06 13:06:51 +00:00
commit bf8acd4556

View file

@ -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]