]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[master] Finished merge of trac4004 (enable-static and unit tests)
authorFrancis Dupont <fdupont@isc.org>
Thu, 1 Oct 2015 16:16:35 +0000 (18:16 +0200)
committerFrancis Dupont <fdupont@isc.org>
Thu, 1 Oct 2015 16:16:35 +0000 (18:16 +0200)
ChangeLog

index acf77671d500292bbfee55147647cfdd3bb839ba..1d6a19f34c82d777c6c953b338ccf2844339656e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+1016.  [bug]           fdupont
+       Fixed problems when --enable-static-link is specified as a
+       "configure" option. With this switch present, all Kea
+       executables (servers, tools, unit tests, etc) are linked
+       to the static (vs. shared) version of Kea libraries.
+       However, note that they can still be linked to dynamic
+       system libraries.
+       (Trac #4004, git xxx)
+
 1015.  [func]          tomek
        Expired declined leases can now be reclaimed (returned to the
        available pool) after probation period elapses.