mirror of
https://github.com/isc-projects/bind9.git
synced 2026-03-14 22:53:34 -04:00
Add change and release note for #3381
Because folks want to know. (cherry picked from commit 2b95c11905a1a5faff9efa97a4f2498aadfa467b)
This commit is contained in:
parent
5c4c32114f
commit
b232fabe89
2 changed files with 5 additions and 1 deletions
3
CHANGES
3
CHANGES
|
|
@ -34,6 +34,9 @@
|
|||
5942. [bug] Fix tkey.c:buildquery() function's error handling by
|
||||
adding the missing cleanup code. [GL #3492]
|
||||
|
||||
5941. [func] Zones with dnssec-policy now require dynamic DNS or
|
||||
inline-siging to be configured explicitly. [GL #3381]
|
||||
|
||||
5938. [bug] An integer type overflow could cause an assertion
|
||||
failure when freeing memory. [GL #3483]
|
||||
|
||||
|
|
|
|||
|
|
@ -35,7 +35,8 @@ Removed Features
|
|||
Feature Changes
|
||||
~~~~~~~~~~~~~~~
|
||||
|
||||
- None.
|
||||
- Zones using ``dnssec-policy`` now require dynamic DNS or
|
||||
``inline-signing`` to be configured explicitly :gl:`#3381`.
|
||||
|
||||
- When reconfiguring ``dnssec-policy`` from using NSEC with an NSEC-only DNSKEY
|
||||
algorithm (e.g. RSASHA1) to a policy that uses NSEC3, BIND will no longer fail
|
||||
|
|
|
|||
Loading…
Reference in a new issue