mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-11 12:50:00 -04:00
Add CHANGES and release note for [GL #1265]
This commit is contained in:
parent
4bdd5a9953
commit
12c64d55f2
2 changed files with 10 additions and 0 deletions
5
CHANGES
5
CHANGES
|
|
@ -1,3 +1,8 @@
|
|||
5774. [func] Restore NSEC Aggressive Cache ("synth-from-dnssec")
|
||||
as active by default. It is limited to NSEC only
|
||||
and by default ignores NSEC records with next name
|
||||
in form \000.domain. [GL #1265]
|
||||
|
||||
5773. [func] Change the message when accepting TCP connection has
|
||||
failed to say "Accepting TCP connection failed" and
|
||||
change the log level for ISC_R_NOTCONNECTED, ISC_R_QUOTA
|
||||
|
|
|
|||
|
|
@ -58,6 +58,11 @@ Feature Changes
|
|||
events: ``socket is not connected``, ``quota reached``, and ``soft
|
||||
quota reached``. :gl:`#2700`
|
||||
|
||||
- Restore NSEC Aggressive Cache (``synth-from-dnssec``) as active by default.
|
||||
The implementation was optimized for better efficiency, and also tuned
|
||||
to ignore certain types of broken NSEC records. This feature currently
|
||||
supports answer synthtesis only for zones using NSEC. :gl:`#1265`
|
||||
|
||||
Bug Fixes
|
||||
~~~~~~~~~
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue