From: Ondřej Surý Date: Wed, 2 Jun 2021 15:44:16 +0000 (+0200) Subject: Add CHANGES and release note for [GL #2746] X-Git-Tag: v9.17.14~7^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=22aa929aac63e77430c2e174af59276a8e64b07e;p=thirdparty%2Fbind9.git Add CHANGES and release note for [GL #2746] --- diff --git a/CHANGES b/CHANGES index 9b37ab14fee..d4f2df86ebb 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,6 @@ +5652. [bug] Copy and paste error caused the socket option to + be enabled instead of disabled. [GL #2746] + 5651. [func] Refactor zone dumping to be processed asynchronously via the uv_work_t thread pool API. [GL #2732] diff --git a/doc/notes/notes-current.rst b/doc/notes/notes-current.rst index 4694b063b53..330a86c8be9 100644 --- a/doc/notes/notes-current.rst +++ b/doc/notes/notes-current.rst @@ -72,3 +72,7 @@ Bug Fixes - Fixed an assertion failure that could occur if stale data was used to answer a query, and then a prefetch was triggered after the query was restarted (for example, to follow a CNAME). :gl:`#2733` + +- 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]