mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-28 04:34:54 -04:00
chg: doc: Add release note for #4460
This release note was missing due to a malformed Merge Request title. The text is not copied verbatim, but changed to something more release note-like. Merge branch '4460-add-missing-release-note' into 'main' See merge request isc-projects/bind9!9598
This commit is contained in:
commit
3bdd704d6f
1 changed files with 6 additions and 0 deletions
|
|
@ -83,6 +83,12 @@ Feature Changes
|
|||
quotas. This should help in maintaining the cache from which query
|
||||
responses can be given. :gl:`#4219`
|
||||
|
||||
- Improve performance for queries that require an NSEC3 wildcard proof.
|
||||
|
||||
Rather than starting from the longest matching part of the requested name,
|
||||
lookup the shortest partial match. Most of the time this will be the actual
|
||||
closest encloser. :gl:`#4460`
|
||||
|
||||
- Follow the number of CPUs set by ``taskset``/``cpuset``.
|
||||
|
||||
Administrators may wish to constrain the set of cores that
|
||||
|
|
|
|||
Loading…
Reference in a new issue