From: Ondřej Surý Date: Tue, 1 Feb 2022 17:41:46 +0000 (+0100) Subject: Add CHANGES and release notes for [GL #3125] X-Git-Tag: v9.19.0~131^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a321b28916ad1edcb1de73070dd83b262186ba9a;p=thirdparty%2Fbind9.git Add CHANGES and release notes for [GL #3125] --- diff --git a/CHANGES b/CHANGES index e75d7354e91..62f5c2e2b3a 100644 --- 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] diff --git a/doc/notes/notes-current.rst b/doc/notes/notes-current.rst index eb9aab095ab..b6ab999f21e 100644 --- a/doc/notes/notes-current.rst +++ b/doc/notes/notes-current.rst @@ -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`