From: Ondřej Surý Date: Wed, 30 Nov 2022 17:48:06 +0000 (+0100) Subject: Add CHANGES and release note for [GL #3178] and [GL #3636] X-Git-Tag: v9.19.9~70^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2df311eb214baa999badb5d425e9bc349316ba6d;p=thirdparty%2Fbind9.git Add CHANGES and release note for [GL #3178] and [GL #3636] --- diff --git a/CHANGES b/CHANGES index 869b930e99e..810eb9b691c 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 331d6555557..4abcdfd95d6 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 ~~~~~~~~~~~~