2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 06:25:31 +00:00

Add CHANGES and release note for removed feature

Also mention that 'dnssec-secure-to-insecure' is obsoleted.
This commit is contained in:
Matthijs Mekking
2022-11-07 14:47:33 +01:00
parent f71a6692db
commit c7cae33cc3
2 changed files with 7 additions and 1 deletions

View File

@@ -1,3 +1,6 @@
6023. [func] Remove dynamic update DNSSEC management feature.
[GL #3686]
6022. [performance] The decompression implementation in dns_name_fromwire()
is now smaller and faster. [GL #3655]

View File

@@ -25,7 +25,10 @@ New Features
Removed Features
~~~~~~~~~~~~~~~~
- None.
- Dynamic updates that add and remove DNSKEY and NSEC3PARAM records no
longer trigger key rollovers and denial of existence operations. This
also means that the option :any:`dnssec-secure-to-insecure` has been
obsoleted. :gl:`#3686`
Feature Changes
~~~~~~~~~~~~~~~