From 1feed0c4556e207a1bc4087d9728e8e931e89922 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20K=C4=99pie=C5=84?= Date: Fri, 4 Mar 2022 14:42:35 +0100 Subject: [PATCH] Remove outdated release notes --- doc/notes/notes-current.rst | 8 -------- 1 file changed, 8 deletions(-) diff --git a/doc/notes/notes-current.rst b/doc/notes/notes-current.rst index e25421bf41..222308f792 100644 --- a/doc/notes/notes-current.rst +++ b/doc/notes/notes-current.rst @@ -52,10 +52,6 @@ New Features Removed Features ~~~~~~~~~~~~~~~~ -- 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 ~~~~~~~~~~~~~~~ @@ -75,10 +71,6 @@ Feature Changes Bug Fixes ~~~~~~~~~ -- With libuv >= 1.37.0, the recvmmsg support would not be enabled in ``named`` - reducing the maximum query-response performance. The recvmmsg support would - be used only in libuv 1.35.0 and 1.36.0. This has been fixed. :gl:`#3095` - - A failed view configuration during a named reconfiguration procedure could cause inconsistencies in BIND internal structures, causing a crash or other unexpected errors. This has been fixed. :gl:`#3060`