From 2726b569b1042a4fe2a7dde1a4fdd0af21ed8e6b Mon Sep 17 00:00:00 2001 From: Matthijs Mekking Date: Tue, 30 Apr 2024 11:21:59 +0200 Subject: [PATCH] Add release note and CHANGES for #3323 --- CHANGES | 3 +++ doc/notes/notes-current.rst | 3 ++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index 5a4b6a0eed..0045fc0373 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,6 @@ +6382. [bug] Fix RPZ response's SOA record TTL, which was incorrectly + set to 1 if 'add-soa' is used. [GL #3323] + 6381. [bug] dns_qp_lookup() could position the iterator at the wrong predecessor when searching for names with uncommon characters, which are encoded as two-octet diff --git a/doc/notes/notes-current.rst b/doc/notes/notes-current.rst index 3dc09966b5..133d75c2a3 100644 --- a/doc/notes/notes-current.rst +++ b/doc/notes/notes-current.rst @@ -35,7 +35,8 @@ Feature Changes Bug Fixes ~~~~~~~~~ -- None. +- 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` Known Issues ~~~~~~~~~~~~