From: Tony Finch Date: Fri, 16 Dec 2022 12:57:36 +0000 (+0000) Subject: Add CHANGES and release note X-Git-Tag: v9.19.11~42^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8bb5f37fd42d5f74deeedfb90e0dfb9a7fe47851;p=thirdparty%2Fbind9.git Add CHANGES and release note [cleanup] Move bind9_getaddresses() to isc_getaddresses() and remove the now empty libbind9. --- diff --git a/CHANGES b/CHANGES index cccd100926d..2df6ee9421d 100644 --- 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] diff --git a/doc/notes/notes-current.rst b/doc/notes/notes-current.rst index 033c079aa64..b504c3aa787 100644 --- a/doc/notes/notes-current.rst +++ b/doc/notes/notes-current.rst @@ -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 ~~~~~~~~~~~~~~~