From: Razvan Becheriu Date: Thu, 3 Oct 2024 18:00:18 +0000 (+0300) Subject: [#3536] added ChangeLog entry X-Git-Tag: Kea-2.7.4~104 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=427cf3dc5fee4c5e07ee881cde1ccdfd0fa71268;p=thirdparty%2Fkea.git [#3536] added ChangeLog entry --- diff --git a/ChangeLog b/ChangeLog index 79ee1e24bf..69a7bbd04d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2289. [func]* razvan + Renamed the 'libdhcp_mysql_cb.so' hook library to + 'libdhcp_mysql.so' and the 'libdhcp_pgsql_cb.so' hook library to + 'libdhcp_pgsql.so' and merged the lease and host backends for + the respective database types in the same libraries. The hook + libraries are now required when using either MySQL or PostgreSQL + lease or host databases and must be added to the + 'hooks-libraries' list. + (Gitlab #3536) + 2288. [bug] marcin Prevent the clients from declining expired or released leases. Only a valid lease assigned to the declining client can now