Add release note for GL #4002

This commit is contained in:
Michał Kępień
2023-05-09 12:36:44 +02:00
parent 2cecc9652c
commit af1bcc652f
2 changed files with 24 additions and 3 deletions

View File

@@ -42,6 +42,16 @@ Bug Fixes
Known Issues
~~~~~~~~~~~~
- There are no new known issues with this release. See :ref:`above
<relnotes_known_issues>` for a list of all known issues affecting this
BIND 9 branch.
- Sending NOTIFY messages silently fails when the source port specified
in the :any:`notify-source` statement is already in use. This can
happen e.g. when multiple servers are configured as NOTIFY targets for
a zone and some of them are unresponsive. This issue can be worked
around by not specifying the source port for NOTIFY messages in the
:any:`notify-source` statement; note that source port configuration is
already `deprecated`_ and will be removed altogether in a future
release. :gl:`#4002`
- See :ref:`above <relnotes_known_issues>` for a list of all known
issues affecting this BIND 9 branch.
.. _deprecated: https://gitlab.isc.org/isc-projects/bind9/-/issues/3781

View File

@@ -49,3 +49,14 @@ Known Issues
future release, either by restoring UNIX-domain socket support or by
formally declaring them to be obsolete in the control channel.
:gl:`#1759`
- Sending NOTIFY messages silently fails when the source port specified
in the :any:`notify-source` statement is already in use. This can
happen e.g. when multiple servers are configured as NOTIFY targets for
a zone and some of them are unresponsive. This issue can be worked
around by not specifying the source port for NOTIFY messages in the
:any:`notify-source` statement; note that source port configuration is
already `deprecated`_ and will be removed altogether in a future
release. :gl:`#4002`
.. _deprecated: https://gitlab.isc.org/isc-projects/bind9/-/issues/3781