]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Add CHANGES and release note [GL #3676]
authorOndřej Surý <ondrej@isc.org>
Sun, 13 Nov 2022 09:20:00 +0000 (10:20 +0100)
committerOndřej Surý <ondrej@isc.org>
Mon, 14 Nov 2022 15:48:52 +0000 (16:48 +0100)
CHANGES
doc/notes/notes-current.rst

diff --git a/CHANGES b/CHANGES
index a330afad000ad37771ab43128e77fcf6eeb260b0..d400ed2302b2c2c31fff265132c55b7df139be63 100644 (file)
--- 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]
 
index 8af2593e3e5188c80fe5334685e7b64767288554..1dedc1b903d22ca9832bc51f3e1b129a2284b0db 100644 (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
 ~~~~~~~~~