]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Add CHANGES and release note for [GL #2623]
authorMark Andrews <marka@isc.org>
Mon, 12 Apr 2021 00:43:56 +0000 (10:43 +1000)
committerOndřej Surý <ondrej@isc.org>
Fri, 16 Apr 2021 10:04:06 +0000 (12:04 +0200)
CHANGES
doc/notes/notes-current.rst

diff --git a/CHANGES b/CHANGES
index 85274a2a780ae30915abe62246041515c53bc4a2..5d8280b232e6b8159bf39f01c80314a26ffd0a65 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -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.
index 028dc6f82939be463567061dd4ebb2cdec3dd23a..b9dbae2b1cdaf3f00839d08291b8b14cb4748d6c 100644 (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]