]> 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 14:28:09 +0000 (15:28 +0100)
(cherry picked from commit b30aaa3748f108fbd0f8e9b476e7cf0f51e600e0)

CHANGES
doc/notes/notes-current.rst

diff --git a/CHANGES b/CHANGES
index b02699ee1a082e4d05376cc389826977a09b9cae..3331514d3307f3d4c1b18d66197f5d6fe7899bb5 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]
+
 5561.  [bug]           KASP incorrectly set signature validity to the value
                        of the DNSKEY signature validity. This is now fixed.
                        [GL #2383]
index 735ef3e15c900671426e4ac816434f8ccd92c4e7..1a9a6ee168465ea28580ee3fde07d971ba57830a 100644 (file)
@@ -34,6 +34,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]