From 2df311eb214baa999badb5d425e9bc349316ba6d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Sur=C3=BD?= Date: Wed, 30 Nov 2022 18:48:06 +0100 Subject: [PATCH] Add CHANGES and release note for [GL #3178] and [GL #3636] --- CHANGES | 3 +++ doc/notes/notes-current.rst | 3 +++ 2 files changed, 6 insertions(+) diff --git a/CHANGES b/CHANGES index 869b930e99..810eb9b691 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,6 @@ +6051. [bug] Improve thread safety in the dns_dispatch unit. + [GL #3178] [GL #3636] + 6050. [bug] Changes to the RPZ response-policy min-update-interval and add-soa options now take effect as expected when named is reconfigured. [GL #3740] diff --git a/doc/notes/notes-current.rst b/doc/notes/notes-current.rst index 331d655555..4abcdfd95d 100644 --- a/doc/notes/notes-current.rst +++ b/doc/notes/notes-current.rst @@ -49,6 +49,9 @@ Bug Fixes structures used for "housekeeping") and exclude recently used (<= 10 seconds) ADB names and entries from the overmem memory cleaner. :gl:`#3739` +- Fix a rare assertion failure in the outgoing TCP DNS connection handling. + :gl:`#3178` :gl:`#3636` + Known Issues ~~~~~~~~~~~~