From: Marcin Siodelski Date: Thu, 5 Mar 2015 13:44:24 +0000 (+0100) Subject: [master] Added ChangeLog for #3710. X-Git-Tag: trac3745_base~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5e161178842688da577cb46e1d0a5f88d0a87de9;p=thirdparty%2Fkea.git [master] Added ChangeLog for #3710. --- diff --git a/ChangeLog b/ChangeLog index 27b4445344..8354ca1c5b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +904. [bug] marcin + FreeBSD-only change: Disabled unit test expecting the death + of the process when conditional variable was destroyed when + the thread was still waiting for the variable. This is due + invalid behavior of the pthread_cond_destroy on FreeBSD + which should return EBUSY in such case, whereas it returns + success error code. + (Trac #3710, git bdb442402ef023055715baf597c401c9974a7fb2) + 903. [bug] stephen Corrected arithmetical error in the rate control module of perfdhcp which led to the incorrect calculation of the rate