]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Add CHANGES and release notes for [GL #2308]
authorAram Sargsyan <aram@isc.org>
Fri, 24 Sep 2021 18:18:27 +0000 (18:18 +0000)
committerAram Sargsyan <aram@isc.org>
Thu, 30 Sep 2021 20:16:25 +0000 (20:16 +0000)
(cherry picked from commit 3edaa0bde6946bf227f554f13fa17e228329b71b)

CHANGES
doc/notes/notes-current.rst

diff --git a/CHANGES b/CHANGES
index 47cd03e539ead2ddc5b8d64e3054f71c0bd93964..0a5210b441084992983df63727bae2341d7b71a9 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,7 @@
+5727.  [bug]           Ignore the missing zones when doing a reload on a
+                       catalog zone, and make sure to restore them later on.
+                       [GL #2308]
+
 5724.  [bug]           Address potential dead lock when checking zone
                        content consistency. [GL #2908]
 
index 546dc964a1bf442626864620faceee01f6950c56..02995246994b04f2919470cefa761da1c250806e 100644 (file)
@@ -66,3 +66,6 @@ Bug Fixes
 - When new IP addresses were added to the system during ``named``
   startup, ``named`` failed to listen on TCP for the newly added
   interfaces. :gl:`#2852`
+
+- Reloading a catalog zone that referenced a missing/deleted zone
+  caused a crash. This has been fixed. :gl:`#2308`