From d3ea1caf5a26744df0352b6c5d33f6a1b972a2bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Witold=20Kr=C4=99cicki?= Date: Thu, 4 Jun 2020 10:10:21 +0200 Subject: [PATCH] Add release notes for #1782 --- doc/notes/notes-current.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/notes/notes-current.rst b/doc/notes/notes-current.rst index b34da78125..1409833692 100644 --- a/doc/notes/notes-current.rst +++ b/doc/notes/notes-current.rst @@ -122,6 +122,11 @@ Feature Changes ``rndc``, ``rndc-confgen``, and ``tsig-confgen`` were left in ``$sbindir``. [GL #1724] +- listen-on-v6 { any; } creates separate sockets for all interfaces, + while previously it created one socket on systems conforming to + :rfc:`3493` and :rfc:`3542`, this change was introduced in 9.16.0 + but accudently ommited from documentation. + Bug Fixes ~~~~~~~~~