From: Marcin Siodelski Date: Tue, 5 Jun 2018 11:52:37 +0000 (+0200) Subject: [master] Added ChangeLog entry for #5638. X-Git-Tag: trac5117_base X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=91cad727a40f0030c3bca231f77cd3c56c270093;p=thirdparty%2Fkea.git [master] Added ChangeLog entry for #5638. --- diff --git a/ChangeLog b/ChangeLog index 32a13ccbc0..08337617fa 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +1418. [bug] marcin + Corrected bug in the allocation engine which caused occasional + lease allocation failures when a loaded hooks library set the + callout status to non default value, e.g. "skip" rather than + "continue". In such cases, the server reported that it failed + to allocate a lease "after 0 attempts". + (Trac #5638, git f2e9b686ae52e1b06f660e1b522588b1440e2620) + 1417. [bug] marcin Improved logging in the HTTP library both for the server and the client.