]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Add CHANGES and release note for [GL #2746]
authorOndřej Surý <ondrej@sury.org>
Wed, 2 Jun 2021 15:44:16 +0000 (17:44 +0200)
committerOndřej Surý <ondrej@sury.org>
Wed, 2 Jun 2021 15:47:14 +0000 (17:47 +0200)
CHANGES
doc/notes/notes-current.rst

diff --git a/CHANGES b/CHANGES
index 9b37ab14fee9a3da71589dac18905e7684627a0b..d4f2df86ebbdf8c3f547f707a6cbd61e16341b10 100644 (file)
--- 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]
 
index 4694b063b538d9791155e90779231b7360e06fa4..330a86c8be95c4ae76ec6f40fe9b01d2f7eb635b 100644 (file)
@@ -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]