]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Add CHANGES and release note for [GL #4001] [GL #4002]
authorOndřej Surý <ondrej@isc.org>
Wed, 5 Apr 2023 13:37:07 +0000 (15:37 +0200)
committerOndřej Surý <ondrej@isc.org>
Thu, 20 Apr 2023 08:09:53 +0000 (10:09 +0200)
CHANGES
doc/notes/notes-current.rst

diff --git a/CHANGES b/CHANGES
index 2aa2225de30c8988e34517615e8163fd137cc6c8..aa518f8a15aac750f18376dca128947b71999a4a 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,11 @@
+6151.  [bug]           When the same ``notify-source`` address and port number
+                       was configured for multiple destinations and zones, an
+                       unresponsive server could tie up the socket until it
+                       timed out; in the meantime, NOTIFY messages for other
+                       servers silently failed.``named`` will now retry these
+                       failing messages over TCP.  NOTIFY failures are now
+                       logged at level INFO. [GL #4001] [GL #4002]
+
 6150.  [bug]           If the zones have active upstream forwards, the
                        shutting down the server might cause assertion
                        failures as the forward were all canceled from
index 5653301c0c00211167f8f1e0bc2e10c7f1c36ef1..51c5e2d9e6b0ede4b4690488c17bba4aac9e011a 100644 (file)
@@ -37,6 +37,12 @@ Bug Fixes
 
 - None.
 
+- When the same ``notify-source`` address and port number was configured for
+  multiple destinations and zones, an unresponsive server could tie up the
+  socket until it timed out; in the meantime, NOTIFY messages for other servers
+  silently failed.``named`` will now retry these failing messages over TCP.
+  NOTIFY failures are now logged at level INFO. :gl:`#4001` :gl:`#4002`
+
 Known Issues
 ~~~~~~~~~~~~