2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-30 22:15:20 +00:00

Add release note and CHANGES for #3323

This commit is contained in:
Matthijs Mekking
2024-04-30 11:21:59 +02:00
parent 5d7e613e81
commit 2726b569b1
2 changed files with 5 additions and 1 deletions

View File

@@ -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

View 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
~~~~~~~~~~~~