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:
parent
e2262c2112
commit
01c58e6d40
4
CHANGES
4
CHANGES
@ -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]
|
||||
|
@ -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
|
||||
~~~~~~~~~
|
||||
|
Loading…
x
Reference in New Issue
Block a user