Add change entry and release note for #3462

News worthy.

(cherry picked from commit 44bbc0175c)
This commit is contained in:
Matthijs Mekking
2022-07-20 11:33:32 +02:00
parent 56f1bf250d
commit acdde6f0a4
2 changed files with 8 additions and 0 deletions

View File

@@ -1,3 +1,7 @@
5932. [bug] Fix rndc dumpdb -expired and always include expired
RRsets, not just for RBTDB_VIRTUAL time window.
[GL #3462]
5931. [bug] Fix DiG query error handling robustness in NSSEARCH
mode by making sure that udp_ready(), tcp_connected(),
and send_done() callbacks start the next query in chain

View File

@@ -57,3 +57,7 @@ Bug Fixes
``dnssec-policy``. In zones with both the old ``max-zone-ttl``
option and ``dnssec-policy`` configured, the old option will be
ignored, and a warning will be generated. :gl:`#2918`
- Fix `rndc dumpdb -expired` to include expired RRsets, even if the cache
cleaning time window has passed. This will now show expired RRsets that are
stuck in the cache. :gl:`#3462`