Add CHANGES and release note for [GL #2623]

This commit is contained in:
Mark Andrews
2021-04-12 10:43:56 +10:00
committed by Ondřej Surý
parent 55b942b4a0
commit 3df637fb83
2 changed files with 6 additions and 0 deletions

View File

@@ -1,3 +1,6 @@
5620. [bug] Named would overwrite a zone file unconditionally when
it recovered from a corrupted journal. [GL #2623]
5619. [protocol] Implement draft-vandijk-dnsop-nsec-ttl, updating the
protocol such that NSEC(3) TTL values are set to the
minimum of the SOA MINIMUM value and the SOA TTL.

View File

@@ -89,3 +89,6 @@ Bug Fixes
values if the RRset was still marked a stale but the ``max-stale-ttl`` has
passed (and is actually an RRset awaiting cleanup). Both issues have now
been fixed. [GL #389] [GL #2289]
- ``named`` would overwrite a zone file unconditionally when it recovered from
a corrupted journal. [GL #2623]