2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 06:25:31 +00:00

Add CHANGES and release notes for [GL #3125]

This commit is contained in:
Ondřej Surý
2022-02-01 18:41:46 +01:00
parent 2ae84702ad
commit a321b28916
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`