From: Ondřej Surý Date: Sun, 13 Nov 2022 09:20:00 +0000 (+0100) Subject: Add CHANGES and release note [GL #3676] X-Git-Tag: v9.19.8~58^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=65156afb8c09564562a582689e37bf1b096ae2e6;p=thirdparty%2Fbind9.git Add CHANGES and release note [GL #3676] --- diff --git a/CHANGES b/CHANGES index a330afad000..d400ed2302b 100644 --- a/CHANGES +++ b/CHANGES @@ -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] diff --git a/doc/notes/notes-current.rst b/doc/notes/notes-current.rst index 8af2593e3e5..1dedc1b903d 100644 --- a/doc/notes/notes-current.rst +++ b/doc/notes/notes-current.rst @@ -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 ~~~~~~~~~