From: Matthijs Mekking Date: Wed, 12 Oct 2022 14:39:05 +0000 (+0200) Subject: Add change and release note for #3570 X-Git-Tag: v9.19.8~63^2~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0f990207484f638b3b4ad8df2a98425bab9b5940;p=thirdparty%2Fbind9.git Add change and release note for #3570 Feature change. --- diff --git a/CHANGES b/CHANGES index 3c00f7e1cf2..e3b3ada5df1 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,6 @@ +6016. [func] Change NSEC3PARAM TTL to match the SOA MINIMUM. + [GL #3570] + 6015. [bug] Some browsers (Firefox) send more than 10 HTTP headers. Bump the number of allowed HTTP headers to 100. [GL #3670] diff --git a/doc/notes/notes-current.rst b/doc/notes/notes-current.rst index b689ac2d9c3..d4c9bb2ad6e 100644 --- a/doc/notes/notes-current.rst +++ b/doc/notes/notes-current.rst @@ -30,7 +30,8 @@ Removed Features Feature Changes ~~~~~~~~~~~~~~~ -- None. +- The NSEC3PARAM TTL was previously set to 0 and is now changed to be the same + value as in the SOA MINIMUM field. :gl:`#3570` Bug Fixes ~~~~~~~~~