From: Francis Dupont Date: Thu, 9 Jul 2020 08:04:44 +0000 (+0200) Subject: [#771] Added ChangeLog entry X-Git-Tag: Kea-1.7.10~68 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=64ae077486f2fde45e672a67f41cc0e1f2a61552;p=thirdparty%2Fkea.git [#771] Added ChangeLog entry --- diff --git a/ChangeLog b/ChangeLog index ce85e717cb..5f2d3c61e2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +1769. [build] fdupont + Added detection of the musl libc which implements dlclose() as + a no-operation: this behavior breaks Kea expectations for + hook library unloading. + (Gitlab #771) + 1768. [func]* fdupont Removed the support of the Logging toplevel entry. Now loggers must be defined in each server toplevel entry.