From 757be6ec1604d8ba2c26d665d8270d7d354b1237 Mon Sep 17 00:00:00 2001 From: Diego Fronza Date: Thu, 11 Feb 2021 12:22:00 -0300 Subject: [PATCH] Add CHANGES note for [GL #2041] --- CHANGES | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGES b/CHANGES index 6f335a8187..c5f893bd90 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,7 @@ +5581. [bug] Fix memory leak happening when inline-signed zones + were added to the configuration followed by a + reconfiguration of named. [GL #2041] + 5580. [test] The system test framework no longer differentiates between SKIPPED and UNTESTED system test results. Any system test which is not run is now marked as SKIPPED.