mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-11 07:40:00 -04:00
CHANGES and release note for [GL #3386]
(cherry picked from commit 15f08ca961)
This commit is contained in:
parent
2b78a2f9fa
commit
265d606fd3
2 changed files with 8 additions and 1 deletions
4
CHANGES
4
CHANGES
|
|
@ -52,6 +52,10 @@
|
|||
headers. Bump the number of allowed HTTP headers
|
||||
to 100. [GL #3670]
|
||||
|
||||
5902. [func] NXDOMAIN cache records are no longer retained in
|
||||
the cache after expiry, even when serve-stale is
|
||||
in use. [GL #3386]
|
||||
|
||||
--- 9.18.9 released ---
|
||||
|
||||
6013. [bug] Fix a crash that could happen when you change
|
||||
|
|
|
|||
|
|
@ -30,7 +30,10 @@ Removed Features
|
|||
Feature Changes
|
||||
~~~~~~~~~~~~~~~
|
||||
|
||||
- None.
|
||||
- In order to reduce unnecessary memory consumption in the cache,
|
||||
NXDOMAIN records are no longer retained past the normal negative
|
||||
cache TTL, even if ``stale-cache-enable`` is set to ``yes``.
|
||||
:gl:`#3386`.
|
||||
|
||||
- The option :any:`auto-dnssec` is deprecated and will be removed in 9.19.
|
||||
Please migrate to :any:`dnssec-policy`. :gl:`#3667`
|
||||
|
|
|
|||
Loading…
Reference in a new issue