]> 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@isc.org>
Wed, 1 Jul 2020 10:52:51 +0000 (12:52 +0200)
(cherry picked from commit 605209402ff56e91a49be10dcf2d8782a680e7be)

CHANGES
doc/notes/notes-current.rst

diff --git a/CHANGES b/CHANGES
index 292279d21822bded58a326558cb5c11a6d4ab953..ffc7d0fb91e003c4bde507da516abe4ed0b8e1c3 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 f3076de73209ddab7b89539d5016a49945710bfd..31bfd4556bb69e1659edcecf4afd24883153874d 100644 (file)
@@ -59,3 +59,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]