From: Francis Dupont Date: Tue, 17 Nov 2015 14:27:10 +0000 (+0100) Subject: Finished merge of rt38836b (cross compile) X-Git-Tag: v4_3_4~51 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d1d1da8fff09cea21ad2a7c22412e199542e83d2;p=thirdparty%2Fdhcp.git Finished merge of rt38836b (cross compile) --- diff --git a/RELNOTES b/RELNOTES index c2a9da079..67a335f1b 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