]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Add release note and change entry for [#2725]
authorMatthijs Mekking <matthijs@isc.org>
Wed, 2 Jun 2021 09:16:10 +0000 (11:16 +0200)
committerMatthijs Mekking <matthijs@isc.org>
Wed, 9 Jun 2021 07:14:51 +0000 (09:14 +0200)
CHANGES
doc/notes/notes-current.rst

diff --git a/CHANGES b/CHANGES
index d4f2df86ebbdf8c3f547f707a6cbd61e16341b10..28b3edd3af503a582ab1e44f8fdfaabdb25cf713 100644 (file)
--- 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]
 
index 330a86c8be95c4ae76ec6f40fe9b01d2f7eb635b..92f0a693eda981e1dbb082d97e95dbbebb33d8b3 100644 (file)
@@ -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`