From d314e45cc3a68c754a5d4bd853db47b32a1148d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Witold=20Kr=C4=99cicki?= Date: Fri, 25 Jan 2019 09:35:13 +0100 Subject: [PATCH] CHANGES entry --- CHANGES | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGES b/CHANGES index 2e1f56c1f3..3981dcb03d 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,6 @@ +5145. [func] Use atomics instead of locked variables for isc_quota + and isc_counter. [GL !1389] + 5144. [bug] dig now returns a non-zero exit code when a TCP connection is prematurely closed by a peer more than once for the same lookup. [GL #820]