From: Ondřej Surý Date: Tue, 23 Jun 2020 11:30:09 +0000 (+0200) Subject: Add CHANGES and release not for #1747 X-Git-Tag: v9.17.3~24^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=605209402ff56e91a49be10dcf2d8782a680e7be;p=thirdparty%2Fbind9.git Add CHANGES and release not for #1747 --- diff --git a/CHANGES b/CHANGES index ec4a709c58d..3311ac66503 100644 --- a/CHANGES +++ b/CHANGES @@ -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] diff --git a/doc/notes/notes-current.rst b/doc/notes/notes-current.rst index f5c274b16f8..1e129ffef1d 100644 --- a/doc/notes/notes-current.rst +++ b/doc/notes/notes-current.rst @@ -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]