2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-09-05 00:15:17 +00:00

[master] Finishing merge of trac5584 (user context for leases)

This commit is contained in:
Francis Dupont
2018-07-07 19:29:44 +02:00
parent 12ebb96c01
commit b0b7a198b9

View File

@@ -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.