From a98607d2cefecb1993db12a4d9198bfdd4d6bc78 Mon Sep 17 00:00:00 2001 From: Artem Boldariev Date: Wed, 20 Dec 2023 19:58:49 +0200 Subject: [PATCH] Modify release notes [GL #4473] Mention that an intermittent BIND process termination in DoH code has been fixed. --- doc/notes/notes-current.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/doc/notes/notes-current.rst b/doc/notes/notes-current.rst index 667bd2ab11..38e66417b7 100644 --- a/doc/notes/notes-current.rst +++ b/doc/notes/notes-current.rst @@ -37,6 +37,14 @@ Feature Changes Bug Fixes ~~~~~~~~~ +- 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. + - 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`