2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-09-03 08:05:21 +00:00

Add release note and change entry for [#2725]

This commit is contained in:
Matthijs Mekking
2021-06-02 11:16:10 +02:00
parent 0ae3ffdc1c
commit d51aed7112
2 changed files with 7 additions and 0 deletions

View File

@@ -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 5652. [bug] Copy and paste error caused the socket option to
be enabled instead of disabled. [GL #2746] be enabled instead of disabled. [GL #2746]

View File

@@ -76,3 +76,6 @@ Bug Fixes
- Fix an error that would enable don't fragment socket option instead - Fix an error that would enable don't fragment socket option instead
of disabling it leading to errors when sending the oversized UDP of disabling it leading to errors when sending the oversized UDP
packets. [GL #2746] packets. [GL #2746]
- Fixed a bug that caused the NSEC salt to be changed for KASP zones on
every startup. :gl:`#2725`