Parcourir la source

[master] Added ChangeLog entry for #5189.

Marcin Siodelski il y a 8 ans
Parent
commit
7d45ef0228
1 fichiers modifiés avec 8 ajouts et 0 suppressions
  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.