mirror of
https://github.com/isc-projects/bind9.git
synced 2026-03-16 07:32:57 -04:00
Add CHANGES and release note for GL #3667
Announce deprecation of 'auto-dnssec'.
(cherry picked from commit fde1d89d03)
This commit is contained in:
parent
556acc0b85
commit
2c4e680142
2 changed files with 5 additions and 0 deletions
2
CHANGES
2
CHANGES
|
|
@ -1,3 +1,5 @@
|
|||
6024. [func] Deprecate 'auto-dnssec'. [GL #3667]
|
||||
|
||||
6022. [performance] The decompression implementation in dns_name_fromwire()
|
||||
is now smaller and faster. [GL #3655]
|
||||
|
||||
|
|
|
|||
|
|
@ -32,6 +32,9 @@ Feature Changes
|
|||
|
||||
- None.
|
||||
|
||||
- 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``,
|
||||
``files`` and ``stacksize``) from ``named.conf``. These options should be set
|
||||
from the operating system (``ulimit``) or from the process supervisor
|
||||
|
|
|
|||
Loading…
Reference in a new issue