From e8243e1907585476aa654bbd822fa21967cec1c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20K=C4=99pie=C5=84?= Date: Wed, 15 May 2024 21:24:24 +0200 Subject: [PATCH] Add release note for GL #4719 --- doc/notes/notes-current.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/notes/notes-current.rst b/doc/notes/notes-current.rst index e42d192fba..52d0cec18a 100644 --- a/doc/notes/notes-current.rst +++ b/doc/notes/notes-current.rst @@ -38,6 +38,11 @@ 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` +- When a query related to zone maintenance (NOTIFY, SOA) timed out close + to a view shutdown (triggered e.g. by :option:`rndc reload`), + :iscman:`named` could crash with an assertion failure. This has been + fixed. :gl:`#4719` + Known Issues ~~~~~~~~~~~~