2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-30 05:57:52 +00:00

Add CHANGES note for [GL #3213]

This commit is contained in:
Evan Hunt 2022-03-25 13:23:19 -07:00 committed by Ondřej Surý
parent 199be183fa
commit 2c419b7abc

View File

@ -1,3 +1,9 @@
5841. [bug] Refactor the address database:
- Use self-resizing hash tables, eliminating the
need to go into task-exclusive mode when resizing.
- Simplify reference counting of ADB objects
and the process for shutting down. [GL #3213]
5840. [cleanup] Remove multiple application context use in dns_client
unit. [GL !6041]