From: Artem Boldariev Date: Fri, 8 Apr 2022 12:50:06 +0000 (+0300) Subject: Modify CHANGES [GL #3064] X-Git-Tag: v9.19.2~18^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=dad38620e598f12703bb3103a04b6ac25b559929;p=thirdparty%2Fbind9.git Modify CHANGES [GL #3064] Mention that "interface-interval" might be ignored if a reliable, event-based mechanism to detect interface state changes is available. --- diff --git a/CHANGES b/CHANGES index 87a1cbaa638..edd4233b05a 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,8 @@ +5894. [func] Avoid periodic interface re-scans on Linux by + default, where a reliable event-based mechanism for + detecting interface state changes is available. + [GL #3064] + 5893. [func] Add TLS session resumption support to the client-side TLS code. [GL !6274]