]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Add CHANGES and release not for #1747
authorOndřej Surý <ondrej@sury.org>
Tue, 23 Jun 2020 11:30:09 +0000 (13:30 +0200)
committerOndřej Surý <ondrej@sury.org>
Wed, 1 Jul 2020 09:59:01 +0000 (11:59 +0200)
CHANGES
doc/notes/notes-current.rst

diff --git a/CHANGES b/CHANGES
index ec4a709c58dfdefdafa604f7e1ced94c19c9ef7b..3311ac66503c0978f9c3a4e2177041a6ec4de4bc 100644 (file)
--- 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]
 
index f5c274b16f87b8a918ee1792528a5d3f356de201..1e129ffef1d5dd6c969e1855b221a04e9a2d32a4 100644 (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]