From 7cd1ac2fa776bb42420ddbe144bad371999414cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Sur=C3=BD?= Date: Tue, 11 Jul 2023 09:48:23 +0200 Subject: [PATCH] Add CHANGES and release note for [GL #4200] --- CHANGES | 3 +++ doc/notes/notes-current.rst | 5 ++++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index b09548e077..c195f375d4 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,6 @@ +6212. [bug] Don't process detach and close netmgr events when + the netmgr has been paused. [GL #4200] + --- 9.18.17 released --- 6206. [bug] Add shutdown checks in dns_catz_dbupdate_callback() to diff --git a/doc/notes/notes-current.rst b/doc/notes/notes-current.rst index c3d1169454..add787ad93 100644 --- a/doc/notes/notes-current.rst +++ b/doc/notes/notes-current.rst @@ -35,7 +35,10 @@ Feature Changes Bug Fixes ~~~~~~~~~ -- None. +- Processing already queued queries received over TCP can cause assertion + failure when the server is reconfigured at the same time or the cache has been + flushed. This has been fixed to not process queued already received queries + over TCP while the server is in the "exclusive" mode. :gl:`#4200` Known Issues ~~~~~~~~~~~~