]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
Finished merge of rt38836b (cross compile)
authorFrancis Dupont <fdupont@isc.org>
Tue, 17 Nov 2015 14:27:10 +0000 (15:27 +0100)
committerFrancis Dupont <fdupont@isc.org>
Tue, 17 Nov 2015 14:27:10 +0000 (15:27 +0100)
RELNOTES

index c2a9da079dd863cd40947b3aef33a0704671a229..67a335f1b561a0bc0f1686627cbe165538ae3a15 100644 (file)
--- 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