From: Aram Sargsyan Date: Mon, 11 Oct 2021 18:33:06 +0000 (+0000) Subject: Add CHANGES and release notes for [GL #1608] X-Git-Tag: v9.17.21~23^2~1 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=e64473831010f3e8c76d9d0e1f222f4237e053e1;p=thirdparty%2Fbind9.git Add CHANGES and release notes for [GL #1608] --- diff --git a/CHANGES b/CHANGES index bab431b2565..0b211b353ae 100644 --- 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] diff --git a/doc/notes/notes-current.rst b/doc/notes/notes-current.rst index f5f6fd963bb..9fe3c2bfefc 100644 --- a/doc/notes/notes-current.rst +++ b/doc/notes/notes-current.rst @@ -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`