]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Add release note and CHANGES for #3323
authorMatthijs Mekking <matthijs@isc.org>
Tue, 30 Apr 2024 09:21:59 +0000 (11:21 +0200)
committerMatthijs Mekking <matthijs@isc.org>
Mon, 6 May 2024 09:39:02 +0000 (11:39 +0200)
CHANGES
doc/notes/notes-current.rst

diff --git a/CHANGES b/CHANGES
index 5a4b6a0eed2be3712960e5e26cb58b2442370b6f..0045fc0373aaef3b8cd30ea0d7d0ed2d75e4a097 100644 (file)
--- 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
index 3dc09966b55547b8f9dc3fea92e14315201680b0..133d75c2a31e8935758b0e1453d97f33c0d18fc9 100644 (file)
@@ -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
 ~~~~~~~~~~~~