2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-09-01 06:25:34 +00:00

[master] Added ChangeLog entry for #5189.

This commit is contained in:
Marcin Siodelski
2017-06-08 16:58:07 +02:00
parent e48d9399c2
commit 7d45ef0228

View File

@@ -1,3 +1,11 @@
1259. [func] marcin
Implemented timeout for the control commands forwarded between
the Control Agent and Kea servers. The enhanced forwarding
mechanism uses asynchronous calls over the unix domain sockets.
It also detects the JSON structure boundaries when receiving it
over the stream sockets.
(Trac #5189, git e48d9399c215406f2dab1601d22d6c932b4af271)
1258. [bug] fdupont
Fixed wrong python package path when kea-shell was configured
without a prefix.