From d559c8ac0c8b954ed779deedc657e7abefd7af12 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20K=C4=99pie=C5=84?= Date: Mon, 11 Apr 2022 17:05:07 +0200 Subject: [PATCH] Reorder release notes --- doc/notes/notes-current.rst | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/doc/notes/notes-current.rst b/doc/notes/notes-current.rst index 8f8a85c3c8..05d14af3c6 100644 --- a/doc/notes/notes-current.rst +++ b/doc/notes/notes-current.rst @@ -25,7 +25,10 @@ Known Issues New Features ~~~~~~~~~~~~ -- None. +- Add a new configuration option ``reuseport`` to disable load balancing + on sockets in situations where processing of Response Policy Zones + (RPZ), Catalog Zones, or large zone transfers can cause service + disruptions. See the BIND 9 ARM for more detail. :gl:`#3249` Removed Features ~~~~~~~~~~~~~~~~ @@ -37,11 +40,6 @@ Feature Changes - None. -- Add a new configuration option ``reuseport`` to disable load balancing - on sockets in situations where processing of Response Policy Zones - (RPZ), Catalog Zones, or large zone transfers can cause service - disruptions. See the BIND 9 ARM for more detail. :gl:`#3249` - Bug Fixes ~~~~~~~~~