From: Matthijs Mekking Date: Wed, 2 Jun 2021 09:16:10 +0000 (+0200) Subject: Add release note and change entry for [#2725] X-Git-Tag: v9.17.16~47^2 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=d51aed71124716abdaec501e188091ed2f3ecdf1;p=thirdparty%2Fbind9.git Add release note and change entry for [#2725] --- diff --git a/CHANGES b/CHANGES index d4f2df86ebb..28b3edd3af5 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,7 @@ +5653. [bug] Fixed a bug that caused the NSEC3 salt to be changed + for KASP zones on restart. + [GL #2725] + 5652. [bug] Copy and paste error caused the socket option to be enabled instead of disabled. [GL #2746] diff --git a/doc/notes/notes-current.rst b/doc/notes/notes-current.rst index 330a86c8be9..92f0a693eda 100644 --- a/doc/notes/notes-current.rst +++ b/doc/notes/notes-current.rst @@ -76,3 +76,6 @@ Bug Fixes - Fix an error that would enable don't fragment socket option instead of disabling it leading to errors when sending the oversized UDP packets. [GL #2746] + +- Fixed a bug that caused the NSEC salt to be changed for KASP zones on + every startup. :gl:`#2725`