From: Ondřej Surý Date: Tue, 12 Jan 2021 14:18:27 +0000 (+0100) Subject: Add CHANGES and release note for GL #2387 X-Git-Tag: v9.17.10~25^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b30aaa3748f108fbd0f8e9b476e7cf0f51e600e0;p=thirdparty%2Fbind9.git Add CHANGES and release note for GL #2387 --- diff --git a/CHANGES b/CHANGES index b42d80a601b..cf0b4945be1 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,7 @@ +5565. [func] The SONAMEs for BIND 9 libraries now include the current + BIND 9 version number, in an effort to tightly couple + internal libraries with a specific release. [GL #2387] + 5564. [cleanup] Refactored the network manager TLSDNS module to use libuv and libssl directly, rather than opening a TLS/TCP socket stack. [GL #2235] diff --git a/doc/notes/notes-current.rst b/doc/notes/notes-current.rst index dd10555d50c..15067ac56dd 100644 --- a/doc/notes/notes-current.rst +++ b/doc/notes/notes-current.rst @@ -44,6 +44,13 @@ Removed Features Feature Changes ~~~~~~~~~~~~~~~ +- The SONAMEs for BIND 9 libraries now include the current BIND 9 + version number, in an effort to tightly couple internal libraries with + a specific release. This change makes the BIND 9 release process both + simpler and more consistent while also unequivocally preventing BIND 9 + binaries from silently loading wrong versions of shared libraries (or + multiple versions of the same shared library) at startup. [GL #2387] + - The default value of ``max-stale-ttl`` has been changed from 12 hours to 1 day and the default value of ``stale-answer-ttl`` has been changed from 1 second to 30 seconds, following RFC 8767 recommendations. [GL #2248]