From 12a6fafae2697b18e842ea9cf51b4c614e2a2012 Mon Sep 17 00:00:00 2001 From: Artem Boldariev Date: Wed, 22 Jun 2022 21:38:15 +0300 Subject: [PATCH] Update CHANGES [GL #3415] Mention that the settings are now applied properly on reconfiguration. (cherry picked from commit 502c78c339956bb68961cc81d56f824d5b498521) --- CHANGES | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGES b/CHANGES index c663b53fec..1df0150d87 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,6 @@ +5911. [bug] Update HTTP listener settings on reconfiguration. + [GL #3415] + 5910. [cleanup] Move built-in dnssec-policies into the defaultconf. These are now printed with 'named -C'. [GL !6467]