+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]
- 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]