From: Francis Dupont Date: Tue, 4 Mar 2025 14:50:45 +0000 (+0100) Subject: [#3758] Added ChangeLog for #3758 (#3565) X-Git-Tag: Kea-2.6.2~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4ed32a6a113a6d60f5a819f14dfc6d79c53a097a;p=thirdparty%2Fkea.git [#3758] Added ChangeLog for #3758 (#3565) --- diff --git a/ChangeLog b/ChangeLog index 48c84f6305..f749df6d36 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2259. [bug] marcin + Prevent the clients from declining expired or released leases. + Only a valid lease assigned to the declining client can now + be declined. When a misbehaving client declined a lease it did + not own it often led to inconsistent statistics of assigned and + declined leases. + (Gitlab #3758, #3565) + 2258. [bug] razvan Fixed the serialization of 'retry-on-startup' database configuration parameter as boolean instead of string.