]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Add CHANGES and release notes for [GL #3125]
authorOndřej Surý <ondrej@isc.org>
Tue, 1 Feb 2022 17:41:46 +0000 (18:41 +0100)
committerOndřej Surý <ondrej@isc.org>
Tue, 1 Feb 2022 20:16:27 +0000 (21:16 +0100)
(cherry picked from commit 932fc7b826703f8b0f30ed11c496f94a02e6ebbb)

CHANGES
doc/notes/notes-current.rst

diff --git a/CHANGES b/CHANGES
index 21051a00428e497268c11df8f89e56c52dd10d67..5de82adb7c28185c976374456f86c3ae90695b5a 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,6 @@
+5801.  [bug]           Log "quota reached" message when hard quota
+                       is reached when accepting a connection. [GL #3125]
+
 5800.  [func]          Add ECS support to the DLZ interface. [GL #3082]
 
 5797.  [bug]           A failed view configuration during a named
index aa1a19c2d3f920b199e931998d9865070a6a6292..946b95f2bcc01a7123833645fde67caac28d3eb8 100644 (file)
@@ -47,3 +47,6 @@ Bug Fixes
 - A failed view configuration during a named reconfiguration procedure could
   cause inconsistencies in BIND internal structures, causing a crash or other
   unexpected errors.  This has been fixed.  :gl:`#3060`
+
+- Restore logging "quota reached" message when accepting connection is over
+  hard quota.  :gl:`#3125`