From: Artem Boldariev Date: Wed, 20 Dec 2023 17:58:49 +0000 (+0200) Subject: Modify release notes [GL #4473] X-Git-Tag: v9.20.0~10^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cdb5ae35e80c5c05dc25b98c4ada413004c6a324;p=thirdparty%2Fbind9.git Modify release notes [GL #4473] Mention that an intermittent BIND process termination in DoH code has been fixed. --- diff --git a/doc/notes/notes-current.rst b/doc/notes/notes-current.rst index ee6f2ef748e..4a3db14ed4c 100644 --- a/doc/notes/notes-current.rst +++ b/doc/notes/notes-current.rst @@ -42,6 +42,14 @@ Bug Fixes - An RPZ response's SOA record TTL was set to 1 instead of the SOA TTL, if ``add-soa`` was used. This has been fixed. :gl:`#3323` +- Potential data races were found in our DoH implementation related + to HTTP/2 session object management and endpoints set object + management after reconfiguration. These issues have been + fixed. :gl:`#4473` + + ISC would like to thank Dzintars and Ivo from nic.lv for bringing + this to our attention. + Known Issues ~~~~~~~~~~~~