]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#1040] updated ChangeLog
authorRazvan Becheriu <razvan@isc.org>
Mon, 20 Jan 2020 18:20:06 +0000 (20:20 +0200)
committerRazvan Becheriu <razvan@isc.org>
Mon, 20 Jan 2020 18:20:06 +0000 (20:20 +0200)
ChangeLog

index 235d353b8756e4419236a0bc35f5a7363ac227f3..5c9d8dab8ef8433199edca61d4c36daa6e0899fd 100644 (file)
--- 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).