Add CHANGES and release not for #1747

This commit is contained in:
Ondřej Surý 2020-06-23 13:30:09 +02:00
parent 042e509753
commit 605209402f
2 changed files with 7 additions and 0 deletions

View file

@ -1,3 +1,7 @@
5453. [bug] `named` would crash on shutdown when new `rndc`
connection is received at the same time as
shutting down. [GL #1747]
5452. [bug] The "blackhole" ACL was accidentally disabled with
respect to client queries. [GL #1936]

View file

@ -62,3 +62,6 @@ Bug Fixes
client queries. Blocked IP addresses were not used for upstream
queries but queries from those addresses could still be answered.
[GL #1936]
- ``named`` would crash on shutdown when new ``rndc`` connection is received at
the same time as shutting down. [GL #1747]