From: Marcin Siodelski Date: Wed, 16 Dec 2015 18:40:37 +0000 (+0100) Subject: [master] Added ChangeLog entry for #4224. X-Git-Tag: trac4263_base~15 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=46332c2caebde370ad131b755b05ba3a57084cdd;p=thirdparty%2Fkea.git [master] Added ChangeLog entry for #4224. --- diff --git a/ChangeLog b/ChangeLog index 88f51fae70..108049dafe 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +1074. [bug] marcin + PID files created by Kea processes are used in shell based + tests to determine if the given process is running. This + solves the problem whereby some unrelated processes could + be reported as running Kea processes in those tests, causing + the tests to fail. + (Trac #4224, git 94edccc50cb374ec4db35f653b869c9f06d356ea) + 1073. [doc] tomek Developer's Guide updated with client classification text and several clean-ups.