Browse Source

[master] Added ChangeLog entry for #5189.

Marcin Siodelski 8 years ago
parent
commit
7d45ef0228
1 changed files with 8 additions and 0 deletions
  1. 8 0
      ChangeLog

+ 8 - 0
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.