]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[master] Finishing merge of trac5584 (user context for leases)
authorFrancis Dupont <fdupont@isc.org>
Sat, 7 Jul 2018 17:29:44 +0000 (19:29 +0200)
committerFrancis Dupont <fdupont@isc.org>
Sat, 7 Jul 2018 17:29:44 +0000 (19:29 +0200)
ChangeLog

index b68af35f6319fb29eeaabd0c4086a09353aa428d..56cd5dc64f994f105ae38ea9f6bb70de6c2e4d4b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+1430.  [func]          fdupont
+       Lease objects and lease backends are now able to store user
+        context. User context can store an arbitrary data as long
+        as it is in JSON format. Database schemas updated.
+       (Trac #5584, git xxx)
+
 1429.  [bug]           marcin
        Removed memory leak in the DHCPv4 and DHCPv6 servers which
        occurred when hooks libraries where loaded.