Add CHANGES and release notes for [GL #3125]

(cherry picked from commit 932fc7b826703f8b0f30ed11c496f94a02e6ebbb)
This commit is contained in:
Ondřej Surý 2022-02-01 18:41:46 +01:00
parent 916b301fd4
commit b7fb29397a
2 changed files with 6 additions and 0 deletions

View file

@ -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]

View 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`