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

Add change and release note for [#2857]

This commit is contained in:
Matthijs Mekking 2021-08-16 11:27:11 +02:00
parent 3ea953512a
commit c43faf44cd
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,6 @@
5698. [bug] Migrate a single key to CSK when reconfiguring a zone
to use 'dnssec-policy'. [GL #2857]
5697. [protocol] SHA-1 CDS records are no longer used by dnssec-cds to
make DS records. Thanks to Tony Finch. [GL !2946]

View File

@ -48,3 +48,6 @@ Bug Fixes
- When following QNAME minimization, BIND could use a stale zonecut from cache
to resolve the query, resulting in a non-minimized query. This has been
fixed :gl:`#2665`
- Migrate a single key to CSK when reconfiguring a zone to make use of
'dnssec-policy' :gl:`#2857`