Add changes and notes for [#2783]

This commit is contained in:
Matthijs Mekking
2021-06-21 13:50:00 +02:00
parent 42c601ae14
commit dae42dc9d4
2 changed files with 9 additions and 0 deletions

View File

@@ -55,3 +55,7 @@ Bug Fixes
- Checking of ``key-directory`` and ``dnssec-policy`` was broken.
The checks failed to account for key-directory inheritance. :gl:`#2778`
- A deadlock at startup was introduced when fixing :gl:`#1875` because when
locking key files for reading and writing, "in-view" logic was not taken into
account. This has been fixed. [GL #2783]