]> 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:10:47 +0000 (21:10 +0100)
CHANGES
doc/notes/notes-current.rst

diff --git a/CHANGES b/CHANGES
index e75d7354e91a35bded9a7f005ed225e1aa326909..62f5c2e2b3a9d7dbb8c9e60eb279a8ae6cb8789b 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]
 
 5799.  [bug]           Use L1 cache-line size detected at runtime. [GL #3108]
index eb9aab095ab14e43cf2001d4717f2aca843f4f50..b6ab999f21e8671fa7daaa1b016874123e485be8 100644 (file)
@@ -49,3 +49,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`