From 8eeafbc6a79c8e05f292ae62c3e811378d4ceb80 Mon Sep 17 00:00:00 2001 From: Artem Boldariev Date: Tue, 16 May 2023 18:56:58 +0300 Subject: [PATCH] Update CHANGES [GL #4071] Mention that BIND getting stuck during reconfiguration when DoH-enabled listen statement is removed on re-configuration has been fixed. --- CHANGES | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGES b/CHANGES index 64a0dfc9e1..b97fd04585 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,7 @@ +6174. [bug] BIND could get stuck on reconfiguration when a + 'listen' statement for HTTP is removed from the + configuration. That has been fixed. [GL #4071] + 6173. [bug] Properly process extra "nameserver" lines in resolv.conf otherwise the next line is not properly processed. [GL #4066]