]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[master] Added ChangeLog for #53. 177-serialize-netconf-tests_base
authorMarcin Siodelski <marcin@isc.org>
Wed, 21 Nov 2018 20:46:49 +0000 (21:46 +0100)
committerMarcin Siodelski <marcin@isc.org>
Wed, 21 Nov 2018 20:46:49 +0000 (21:46 +0100)
ChangeLog

index 281b00bfc72b3b95046e864b43eae0dc6ae75b42..99c05d709ad202b4b3fd62a838b6ab8c000b1478 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,9 +1,16 @@
+1484.  [bug]           marcin
+       Resolved issues with MySQL backend failing to insert a lease
+       to the MariaDB database on OpenSUSE. This fix may also
+       improve stability of the MySQL backend on other systems running
+       MariaDB.
+       (Gitlab #53,!125, git 038eddbc7b904289e4b74b5ef2406cb57f79a646)
+
 1483.  [func]          tmark
        Use of congestion handling is now optional via the 'enable-queue'
        flag added to 'dhcp-queue-control'.  It is disabled by default.
        When disabled Kea's DHCPv4 and DHCPv6 servers will consume packets
-       directly from interface sockets in the main thread (i.e. employs pre 
-       Kea 1.5 technique). 
+       directly from interface sockets in the main thread (i.e. employs
+       pre Kea 1.5 technique).
        (Gitlab #260, !120, git 9e304fae48d0d0658fd39a21aba9da528b4cc6f4)
 
 1482.  [func]          fdupont