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

[#1382] Added ChangeLog for #1382

This commit is contained in:
Marcin Siodelski
2020-08-17 13:12:49 +02:00
parent 7c902a77f6
commit d43cce386d

View File

@@ -1,3 +1,13 @@
1790. [bug] marcin
Fixed a bug in Kea Configuration Backend observed when using certain
MariaDB database versions. As a result of this bug the Kea servers were
unable to fetch configurations stored in the database upon startup. The
bug was related to the usage of timestamps which in MariaDB must be
set to 1970-01-01 00:00:01 UTC or later. In some cases the Kea CB used
out of bounds timestamp values. This bug was observed when using MariaDB
10.4.13.
(Gitlab #1382)
1789. [bug] razvan
Fixed a bug in the lease reclaim process which would not reschedule the
timer if the operation failed.