]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[master] Added ChangeLog entry for #5189.
authorMarcin Siodelski <marcin@isc.org>
Thu, 8 Jun 2017 14:58:07 +0000 (16:58 +0200)
committerMarcin Siodelski <marcin@isc.org>
Thu, 8 Jun 2017 14:58:07 +0000 (16:58 +0200)
ChangeLog

index 689d19c2ab9214a8cf80f6e62e44761f75712460..c9b85890067cb78d4c8d67e171ab6078bd5f6b83 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.