From: Francis Dupont Date: Thu, 1 Oct 2015 16:16:35 +0000 (+0200) Subject: [master] Finished merge of trac4004 (enable-static and unit tests) X-Git-Tag: trac4074_base~3 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=760a343efbd241f5ed333cfff088124378f69115;p=thirdparty%2Fkea.git [master] Finished merge of trac4004 (enable-static and unit tests) --- diff --git a/ChangeLog b/ChangeLog index acf77671d5..1d6a19f34c 100644 --- 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.