From 0c59f1362cd2685125631f0a901785bf7d64a5f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20K=C4=99pie=C5=84?= Date: Thu, 17 Jun 2021 17:09:37 +0200 Subject: [PATCH] Add CHANGES entry --- CHANGES | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGES b/CHANGES index c671794708..0b83c6f118 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,8 @@ +5658. [bug] Increasing "max-cache-size" for a running named instance + (using "rndc reconfig") was not causing the hash tables + used by cache databases to be grown accordingly. This + has been fixed. [GL #2770] + 5657. [cleanup] Removed support for builtin atomics in old versions of clang (<< 3.6.0) and gcc (<< 4.7.0), and atomics emulated with mutex. [GL #2606]