]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Add CHANGES and release note for [GL #2700]
authorOndřej Surý <ondrej@isc.org>
Wed, 1 Dec 2021 16:52:33 +0000 (17:52 +0100)
committerOndřej Surý <ondrej@isc.org>
Thu, 2 Dec 2021 13:08:53 +0000 (14:08 +0100)
CHANGES
doc/notes/notes-current.rst

diff --git a/CHANGES b/CHANGES
index ef1eca035cbedf1236e227f58c920a4310a6431b..8fcdbc995c9f575481194e4db57de22ba354457c 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,9 @@
+5773.  [func]          Change the message when accepting TCP connection has
+                       failed to say "Accepting TCP connection failed" and
+                       change the log level for ISC_R_NOTCONNECTED, ISC_R_QUOTA
+                       and ISC_R_SOFTQUOTA results codes from ERROR to INFO.
+                       [GL #2700]
+
 5772.  [bug]           The resolver could hang on shutdown due to dispatch
                        resources not being cleaned up when a TCP connection
                        was reset. [GL #3026]
index 01c49f95088194ed31435ecdaf7b58d2396a0f3b..e539c51c9bfde9a1bb2861f721c4c958ffbbf0d6 100644 (file)
@@ -49,6 +49,15 @@ Feature Changes
   or wildcard (``*``) characters.  This reverts change :gl:`!5738` from the
   previous release.  :gl:`#1610`
 
+- Previously, when an incoming TCP connection could not be accepted because the client
+  closed the connection early, an error message of ``TCP connection
+  failed: socket is not connected`` was logged. This message has been changed
+  to ``Accepting TCP connection failed: socket is not connected``. The
+  severity level at which this type of message is logged has also
+  been changed from ``error`` to ``info`` for the following triggering
+  events: ``socket is not connected``, ``quota reached``, and ``soft
+  quota reached``. :gl:`#2700`
+
 Bug Fixes
 ~~~~~~~~~