summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcin Siodelski <marcin@isc.org>2017-04-20 13:37:55 +0200
committerMarcin Siodelski <marcin@isc.org>2017-04-20 13:37:55 +0200
commitf7c167ded66f5dfb04636806fceedef9d7a7bec8 (patch)
tree3ab8b6a4ce48ad9dd96e915569632e4baf27f6e1
parent[master] Merge branch 'trac5102' (diff)
downloadkea-f7c167ded66f5dfb04636806fceedef9d7a7bec8.tar.xz
kea-f7c167ded66f5dfb04636806fceedef9d7a7bec8.zip
[master] Added ChangeLog entry for #5102.
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index fe6af27a10..44846c01e3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+1247. [bug] marcin
+ Resolved issues with DHCPv4 host reservations by 'client-id'
+ when MySQL or PostgreSQL host database backend is in use.
+ Also, the 'client-id' is used together with other host
+ identifier types when 'host-reservation-identifiers' parameter
+ is not specified.
+ (Trac #5102, git 390d687d0f61635f5562d13860ff6362eee67853)
+
1246. [func,bug] tomek
Restrictions in filename argument in config-write command have
been removed. It is now possible to use absolute paths.