From 3ecccb678fa78668f118c0ead6ea0beadbcb7f13 Mon Sep 17 00:00:00 2001 From: Matthijs Mekking Date: Wed, 31 Jan 2024 12:37:12 +0100 Subject: [PATCH] Add CHANGES for #4552 (cherry picked from commit 32e43764dd08105bec826b9db7896b48b7e2c193) --- CHANGES | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index eaac247f7d..467bb7df76 100644 --- a/CHANGES +++ b/CHANGES @@ -1,4 +1,6 @@ -6356. [bug] Create the pruning task in the dns_cache_flush(), so +6359. [bug] Fix bug in Depends (keymgr_dep) function. [GL #4552] + +6356. [bug] Attach the loop also in the dns_cache_flush(), so the cache pruning still works after the flush. [GL #4621]