From 605209402ff56e91a49be10dcf2d8782a680e7be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Sur=C3=BD?= Date: Tue, 23 Jun 2020 13:30:09 +0200 Subject: [PATCH] Add CHANGES and release not for #1747 --- CHANGES | 4 ++++ doc/notes/notes-current.rst | 3 +++ 2 files changed, 7 insertions(+) diff --git a/CHANGES b/CHANGES index ec4a709c58..3311ac6650 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 f5c274b16f..1e129ffef1 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]