]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Add CHANGES and release notes for [GL #3093]
authorOndřej Surý <ondrej@isc.org>
Thu, 13 Jan 2022 15:57:37 +0000 (16:57 +0100)
committerOndřej Surý <ondrej@isc.org>
Mon, 17 Jan 2022 21:16:27 +0000 (22:16 +0100)
CHANGES
doc/notes/notes-current.rst

diff --git a/CHANGES b/CHANGES
index 479b3c341914587aaa67151c2c66d94e151c8993..d0ffe660ae7b6c0084c70bbd45431ec3596967d0 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,7 @@
+5794.  [func]          Set the IPV6_V6ONLY on all IPv6 sockets to
+                       restrict the IPv6 sockets to sending and
+                       receiving IPv6 packets only. [GL #3093]
+
 5793.  [bug]           Correctly detect and enable UDP recvmmsg support
                        in all versions of libuv that support it. [GL #3095]
 
index fc0832a0daa9d7b03e8e9d2b45d0066f007bd4c5..8d16ff72fb4a9bc70d5a7a91b654c9ec0ab1a314 100644 (file)
@@ -32,7 +32,9 @@ New Features
 Removed Features
 ~~~~~~~~~~~~~~~~
 
-- None.
+- The IPv6 sockets are now explicitly restricted to sending and receiving IPv6
+  packets only.  This renders the ``dig`` option ``+mapped`` non-functioning and
+  thus the option has been removed. :gl:`#3093`
 
 Feature Changes
 ~~~~~~~~~~~~~~~