]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Add CHANGES and release note
authorTony Finch <fanf@isc.org>
Fri, 16 Dec 2022 12:57:36 +0000 (12:57 +0000)
committerTony Finch <fanf@isc.org>
Tue, 21 Feb 2023 13:12:26 +0000 (13:12 +0000)
[cleanup] Move bind9_getaddresses() to isc_getaddresses()
and remove the now empty libbind9.

CHANGES
doc/notes/notes-current.rst

diff --git a/CHANGES b/CHANGES
index cccd100926d3ec042ce85ed18031b8c5a191c168..2df6ee9421de52e6804d280aaf493f3942134abf 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,6 @@
+6106.  [cleanup]       Move bind9_getaddresses() to isc_getaddresses()
+                       and remove the now empty libbind9. [GL !7462]
+
 6105.  [bug]           Detach 'rpzs' and 'catzs' from the previous view in
                        configure_rpz() and configure_catz(), respectively,
                        just after attaching it to the new view. [GL #3880]
index 033c079aa648eabd658f4cae1d91fe7bc2bde7f8..b504c3aa787a84f86c24188b1abd667521fe8c90 100644 (file)
@@ -29,6 +29,10 @@ Removed Features
   A C11 compliant compiler (or better) is now required to compile BIND 9.
   :gl:`#3729`
 
+- The functions that were in the ``libbind9`` shared library have been
+  moved to the ``libisc`` and ``libisccfg`` libraries, and the
+  now-empty ``libbind9`` has been removed and is no longer installed.
+
 Feature Changes
 ~~~~~~~~~~~~~~~