Add CHANGES and release note for [GL #1265]

This commit is contained in:
Mark Andrews 2021-10-22 15:23:43 +11:00 committed by Petr Špaček
parent 4bdd5a9953
commit 12c64d55f2
No known key found for this signature in database
GPG key ID: ABD587CDF06581AE
2 changed files with 10 additions and 0 deletions

View file

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

View file

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