]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Add CHANGES and release notes for [GL #1608]
authorAram Sargsyan <aram@isc.org>
Mon, 11 Oct 2021 18:33:06 +0000 (18:33 +0000)
committerAram Sargsyan <aram@isc.org>
Wed, 1 Dec 2021 09:56:59 +0000 (09:56 +0000)
(cherry picked from commit e64473831010f3e8c76d9d0e1f222f4237e053e1)

CHANGES
doc/notes/notes-current.rst

diff --git a/CHANGES b/CHANGES
index 8888494638b63bc3d3f23c7214d36ae2365bc1b1..74f033a9dc1f7a63b5bd985ddabbee5aa3abc37d 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -3,6 +3,10 @@
 5764.  [bug]           dns_sdlz_putrr failed to process some valid resource
                        records. [GL #3021]
 
+5762.  [bug]           Fix a "named" crash related to removing and restoring a
+                       `catalog-zone` entry in the configuration file and
+                       running `rndc reconfig`. [GL #1608]
+
 5758.  [bug]           mdig now honors the operating system's preferred
                        ephemeral port range. [GL #2374]
 
index c761045b0ce0ba43e0b2b93e39a3483040d9a976..1a6ffaa8ab06c422bd4315ca8a37d590839fdb53 100644 (file)
@@ -39,4 +39,7 @@ Feature Changes
 Bug Fixes
 ~~~~~~~~~
 
-- None.
+- Removing a configured ``catalog-zone`` clause from the configuration, running
+  ``rndc reconfig``, then bringing back the removed ``catalog-zone`` clause and
+  running ``rndc reconfig`` again caused ``named`` to crash. This has been fixed.
+  :gl:`#1608`