Add CHANGES and release note for [GL #2941]

This commit is contained in:
Ondřej Surý
2021-10-07 21:55:18 +02:00
parent 8c819ec366
commit 89c41fbd03
2 changed files with 7 additions and 0 deletions

View File

@@ -1,3 +1,6 @@
5740. [func] Implement incremental resizing of RBT hash table to
perform the rehashing gradually. [GL #2941]
5739. [func] Change default of 'dnssec-dnskey-kskonly' to 'yes'.
[GL #1316]

View File

@@ -36,6 +36,10 @@ New Features
possible to achieve perfect forward secrecy for DNS-over-TLS and
DNS-over-HTTPS. :gl:`#2796`
- Implement incremental resizing of RBT hash tables to perform the rehashing
gradually instead all-at-once to be able to grow the memory usage gradually
while keeping steady response rate during the rehashing. :gl:`#2941`
Removed Features
~~~~~~~~~~~~~~~~