]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Add CHANGES and release note for GL #2387
authorOndřej Surý <ondrej@isc.org>
Tue, 12 Jan 2021 14:18:27 +0000 (15:18 +0100)
committerMichał Kępień <michal@isc.org>
Mon, 25 Jan 2021 13:19:53 +0000 (14:19 +0100)
CHANGES
doc/notes/notes-current.rst

diff --git a/CHANGES b/CHANGES
index b42d80a601b58042a344db19bc7c17df84174744..cf0b4945be108f220aa26dce0527d40df1b4f39e 100644 (file)
--- 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]
index dd10555d50c3d5eec365d9a8da16fa6022f563aa..15067ac56dd007ba471cc0ed0385b577f2d8630f 100644 (file)
@@ -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]