From: Marcin Siodelski Date: Mon, 20 Jul 2015 13:46:59 +0000 (+0200) Subject: [master] Added ChangeLog entry for #3949. X-Git-Tag: trac4006_base~11 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e490a10cfe4544538c348d4e38c392e43b44bbbe;p=thirdparty%2Fkea.git [master] Added ChangeLog entry for #3949. --- diff --git a/ChangeLog b/ChangeLog index ddf304c5f3..beb2a68ef7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,11 @@ +985. [bug] marcin + Eliminated extraneous debug-level DHCP6_RESPONSE_DATA entry from the + DHCPv6 server log output. Prior to this the server was logging + each response twice. + (Trac #3949, git 023973cbce44e5fb92a2bc45e69f2786d5152091) + 984. [bug] tmark - Replaced used of "kill -0" with "ps -p" in keactrl when + Replaced used of "kill -0" with "ps -p" in keactrl when checking of servers are alive. This makes it possible for non-root users to use keactrl to monitor server status. (Trac #3954, git f7f22b244343a3dc2d06645a47c2c65a5134326e)