From: Razvan Becheriu Date: Mon, 20 Jan 2020 18:20:06 +0000 (+0200) Subject: [#1040] updated ChangeLog X-Git-Tag: Kea-1.7.4~119 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=49d4e2842b09331d5c7db3703748717d1d409141;p=thirdparty%2Fkea.git [#1040] updated ChangeLog --- diff --git a/ChangeLog b/ChangeLog index 235d353b87..5c9d8dab8e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +1702. [func] razvan + Update and delete operations on database back-ends use lease old + expire value (internal storage) to detect concurrent actions on + the same lease. + (Gitlab #1040) + +1701. [func] razvan + Initialize all option definitions at program startup instead of + using lazy initialization to make access thread safe and lock-less. + (Gitlab #889) + 1700. [func] godfryd Enabled checking Kea merge request in GitLab CI by Danger tool (see https://danger.systems/guides/dangerfile.html).