2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-29 13:38:26 +00:00

Add CHANGES and release note for [GL #3676]

This commit is contained in:
Ondřej Surý 2022-11-13 11:21:45 +01:00
parent e2262c2112
commit 01c58e6d40
No known key found for this signature in database
GPG Key ID: 2820F37E873DEA41
2 changed files with 9 additions and 4 deletions

View File

@ -1,3 +1,7 @@
6041. [func] Set the RLIMIT_NOFILE to rlim_max returned from
getrlimit() instead of trying to guess the maximum
allowed value. [GL #3676]
6040. [bug] Speed up the named shutdown time by explicitly
canceling all recursing ns_client objects for
each ns_clientmgr. [GL #3183]

View File

@ -40,14 +40,15 @@ Feature Changes
- The option :any:`auto-dnssec` is deprecated and will be removed in 9.19.
Please migrate to :any:`dnssec-policy`. :gl:`#3667`
- Deprecate setting the operating system limit (``coresize``, ``datasize``,
- Remove 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`
- Deprecate setting alternate local addresses for inbound zone transfers
(:any:`alt-transfer-source`, :any:`alt-transfer-source-v6`,
:any:`use-alt-transfer-source`). :gl:`#3694`
- On startup, ``named`` will set the current number of open files to maximum
allowed by the operating system instead of trying to set it to unlimited
which worked only very briefly on Linux 2.6.28 (and was causing performance
problems and thus the change was reverted in the kernel). :gl:`#3676`
Bug Fixes
~~~~~~~~~