diff --git a/RELNOTES b/RELNOTES index c2a9da07..67a335f1 100644 --- a/RELNOTES +++ b/RELNOTES @@ -103,7 +103,7 @@ by Eric Young (eay@cryptsoft.com). he provided. [ISC-Bugs #38396] -- Fix a small memory leak in the DHCPv6 version of the client code. +- Fixed a small memory leak in the DHCPv6 version of the client code. This is unlikely to cause significant issues in actual use. [ISC-Bugs #40990] @@ -112,6 +112,15 @@ by Eric Young (eay@cryptsoft.com). the issue and supplying the patches. [ISC-Bugs #33990] +- Cleaned up some of the Make infrastructure to make --with-libbind + work better. Though it still only works with an absolute path. + [ISC-Bugs #39210] + +- Made the embedded bind libraries able to be cross compiled + (please refer to the bind9 documentation to learn how to cross + compile DHCP and its bind library dependency). + [ISC-Bugs #38836] + Changes since 4.3.3b1 - None