]> 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>
Tue, 23 Nov 2021 11:41:48 +0000 (11:41 +0000)
CHANGES
doc/notes/notes-current.rst

diff --git a/CHANGES b/CHANGES
index bab431b2565b6b33d8dbb2be99bdaf5ca7ee3ec0..0b211b353ae13c1a1d32ca4ca8e90ef45f5dc512 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,7 @@
+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]
+
 5761.  [bug]           OpenSSL 3.0.0 support could fail to correctly read
                        ECDSA private keys leading to incorrect signatures
                        being generated. [GL #3014]
index f5f6fd963bb5a30e58b1666546967404955b4c8a..9fe3c2bfefc8246633369b955669a94d47d01558 100644 (file)
@@ -40,4 +40,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`