]> 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:20:16 +0000 (14:20 +0100)
(cherry picked from commit 9d53471890bedf2b602daa06362a95b60a675f44)

CHANGES
doc/notes/notes-current.rst

diff --git a/CHANGES b/CHANGES
index 74f033a9dc1f7a63b5bd985ddabbee5aa3abc37d..ab7556cf768da4a4ce189f92ee116a5eff0105e8 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]
+
 5768.  [bug]           dnssec-dsfromkey failed to omit revoked keys. [GL #853]
 
 5764.  [bug]           dns_sdlz_putrr failed to process some valid resource
index 1a6ffaa8ab06c422bd4315ca8a37d590839fdb53..3dfbef3153233f0a77900d87b25a259ccedef7ff 100644 (file)
@@ -36,6 +36,15 @@ Feature Changes
 
 - None.
 
+- 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
 ~~~~~~~~~