Add release note for #1808

This commit is contained in:
Ondřej Surý 2020-06-05 12:08:13 +02:00 committed by Ondřej Surý
parent f0f859411f
commit 5a9f594629

View file

@ -171,3 +171,6 @@ Bug Fixes
- With dnssec-policy, when creating a successor key, the goal state of
the current active key (the predecessor) was not changed and thus was
never is removed from the zone. [GL #1846]
- Fix a data race in resolver.c:formerr() that could lead to assertion
failure. [GL #1808]