CHANGES and release note for [GL #3386]

(cherry picked from commit 15f08ca961)
This commit is contained in:
Evan Hunt 2022-06-03 17:13:54 -07:00 committed by Ondřej Surý
parent 2b78a2f9fa
commit 265d606fd3
No known key found for this signature in database
GPG key ID: 2820F37E873DEA41
2 changed files with 8 additions and 1 deletions

View file

@ -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

View file

@ -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`