]> 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 11:50:21 +0000 (13:50 +0200)
(cherry picked from commit 3df637fb83367a76291ab51254f162bd2c3d541f)

CHANGES
doc/notes/notes-current.rst

diff --git a/CHANGES b/CHANGES
index 886ab5add8fc2904df1ed049cb5054013312414d..5f5ee1feae9dee9996ba0c7027c85a75e35820c7 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 6bde816d4e54d3335305ba08a3e7edf29a33b5f3..ea58d3ccc2dc2afba84140a079149cf5b2c56652 100644 (file)
@@ -88,3 +88,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]