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

Add CHANGES and release note [GL #3676]

This commit is contained in:
Ondřej Surý
2022-11-13 10:20:00 +01:00
parent 379929e052
commit 65156afb8c
2 changed files with 8 additions and 0 deletions

View File

@@ -1,3 +1,6 @@
6019. [func] Deprecate `coresize`, `datasize`, `files`, and
`stacksize` named.conf options. [GL #3676]
6018. [cleanup] Remove the --with-tuning configure option.
[GL #3664]

View File

@@ -34,6 +34,11 @@ Feature Changes
settings that required different values based on "workload" have been either
removed or a sensible default has been picked. :gl:`#3664`
- Deprecate setting the operating system limit (``coresize``, ``datasize``,
``files`` and ``stacksize``) from ``named.conf``. These options should be set
from the operating system (``ulimit``) or from the process supervisor
(e.g. ``systemd``). :gl:`#3676`
Bug Fixes
~~~~~~~~~