2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-30 14:07:59 +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
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 6040. [bug] Speed up the named shutdown time by explicitly
canceling all recursing ns_client objects for canceling all recursing ns_client objects for
each ns_clientmgr. [GL #3183] 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. - The option :any:`auto-dnssec` is deprecated and will be removed in 9.19.
Please migrate to :any:`dnssec-policy`. :gl:`#3667` 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 ``files`` and ``stacksize``) from ``named.conf``. These options should be set
from the operating system (``ulimit``) or from the process supervisor from the operating system (``ulimit``) or from the process supervisor
(e.g. ``systemd``). :gl:`#3676` (e.g. ``systemd``). :gl:`#3676`
- Deprecate setting alternate local addresses for inbound zone transfers - On startup, ``named`` will set the current number of open files to maximum
(:any:`alt-transfer-source`, :any:`alt-transfer-source-v6`, allowed by the operating system instead of trying to set it to unlimited
:any:`use-alt-transfer-source`). :gl:`#3694` 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 Bug Fixes
~~~~~~~~~ ~~~~~~~~~