2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-31 14:05:33 +00:00

[#3758] Added ChangeLog for #3758 (#3565)

This commit is contained in:
Francis Dupont
2025-03-04 15:50:45 +01:00
parent 1a9c21a21b
commit 4ed32a6a11

View File

@@ -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.