From: Marcin Siodelski Date: Wed, 21 Nov 2018 20:46:49 +0000 (+0100) Subject: [master] Added ChangeLog for #53. X-Git-Tag: 177-serialize-netconf-tests_base X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=db9da393a52f10697a66a930d9ac9242854d2cac;p=thirdparty%2Fkea.git [master] Added ChangeLog for #53. --- diff --git a/ChangeLog b/ChangeLog index 281b00bfc7..99c05d709a 100644 --- 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