]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#1382] Added ChangeLog for #1382
authorMarcin Siodelski <marcin@isc.org>
Mon, 17 Aug 2020 11:12:49 +0000 (13:12 +0200)
committerMarcin Siodelski <marcin@isc.org>
Mon, 17 Aug 2020 11:12:49 +0000 (13:12 +0200)
ChangeLog

index 5cd75ddd5c60284aea802b4c22888fe63b990848..d258800d93c7be1060f5991be59f11b7fbd008ae 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.