From: Aram Sargsyan Date: Tue, 6 Feb 2024 16:14:22 +0000 (+0000) Subject: Add CHANGES and release notes for [GL #4447] X-Git-Tag: v9.19.22~31^2~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=152c6e22744165591128baeba5f510993b3a6dfe;p=thirdparty%2Fbind9.git Add CHANGES and release notes for [GL #4447] --- diff --git a/CHANGES b/CHANGES index 0bd113d4001..eeceab7e30c 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,6 @@ +6347. [func] Disallow stale-answer-client-timeout non-zero values. + [GL #4447] + 6346. [bug] Cleaned up several minor bugs in the RBTDB dbiterator implementation. [GL !8741] diff --git a/doc/notes/notes-current.rst b/doc/notes/notes-current.rst index 350decbdf87..246466be7ce 100644 --- a/doc/notes/notes-current.rst +++ b/doc/notes/notes-current.rst @@ -41,7 +41,9 @@ New Features Removed Features ~~~~~~~~~~~~~~~~ -- None. +- BIND 9 no longer supports non-zero :any:`stale-answer-client-timeout` values, + when the feature is turned on. When using a non-zero value, ``named`` now + generates a warning log message, and treats the value as ``0``. :gl:`#4447` Feature Changes ~~~~~~~~~~~~~~~