Add release note and CHANGES for GL #3677

News worthy.
This commit is contained in:
Matthijs Mekking 2022-12-09 12:42:05 +01:00
parent 1e0f77b349
commit bd00c2ce4e
2 changed files with 8 additions and 0 deletions

View file

@ -1,3 +1,5 @@
6218. [func] Add inline-signing to dnssec-policy. [GL #3677]
6217. [func] The dns_badcache unit was refactored to use cds_lfht
instead of hand-crafted locked hashtable. [GL #4223]

View file

@ -40,6 +40,12 @@ Feature Changes
DNS SERVER COOKIES. Previously these were silently treated as
DNS CLIENT COOKIES. :gl:`#4194`
- The option :any:`inline-signing` can now also be set inside
:any:`dnssec-policy`. The built-in policies ``default`` and ``insecure``
enable the use of :any:`inline-signing`. If you set :any:`inline-signing`
at the ``zone`` level, it overrides the value used set in
:any:`dnssec-policy`. :gl:`#3677`.
Bug Fixes
~~~~~~~~~