summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcin Siodelski <marcin@isc.org>2018-11-21 21:46:49 +0100
committerMarcin Siodelski <marcin@isc.org>2018-11-21 21:46:49 +0100
commitdb9da393a52f10697a66a930d9ac9242854d2cac (patch)
tree6df8ab624625b4b3080a0414480d7e8cf4ac9256
parent038eddbc7b904289e4b74b5ef2406cb57f79a646 (diff)
[master] Added ChangeLog for #53.177-serialize-netconf-tests_base
-rw-r--r--ChangeLog11
1 files changed, 9 insertions, 2 deletions
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