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.16.24~3^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a6572062b15bf0601538b433d2e646712b8e9adc;p=thirdparty%2Fbind9.git Add CHANGES and release notes for [GL #1608] (cherry picked from commit e64473831010f3e8c76d9d0e1f222f4237e053e1) --- diff --git a/CHANGES b/CHANGES index 8888494638b..74f033a9dc1 100644 --- 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] diff --git a/doc/notes/notes-current.rst b/doc/notes/notes-current.rst index c761045b0ce..1a6ffaa8ab0 100644 --- a/doc/notes/notes-current.rst +++ b/doc/notes/notes-current.rst @@ -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`