mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-03 22:08:25 -04:00
Add CHANGES and release note
[cleanup] Move bind9_getaddresses() to isc_getaddresses() and remove the now empty libbind9.
This commit is contained in:
parent
4da9c582b8
commit
8bb5f37fd4
2 changed files with 7 additions and 0 deletions
3
CHANGES
3
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]
|
||||
|
|
|
|||
|
|
@ -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
|
||||
~~~~~~~~~~~~~~~
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue