summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcin Siodelski <marcin@isc.org>2018-12-11 20:20:07 +0100
committerMarcin Siodelski <marcin@isc.org>2018-12-11 20:20:07 +0100
commit296f21c1813ebbefc1cf8b4d51bd28ef16ef30c6 (patch)
treeda8865ed156c80215c973d9658907bf334364a0c
parent[#337,!167] Guard against expiration time lower than valid lifetime. (diff)
downloadkea-296f21c1813ebbefc1cf8b4d51bd28ef16ef30c6.tar.xz
kea-296f21c1813ebbefc1cf8b4d51bd28ef16ef30c6.zip
[master] Added ChangeLog for #337.
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5817bdc69c..c0ca539a36 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+1505. [bug] marcin
+ Corrected an issue in the lease_cmds hooks library which caused
+ errors while adding leases with high lease expiration time value
+ to the database. Many thanks to Shawn Routhier from Infoblox for
+ finding and reporting the issue.
+ (Gitlab #337,!167, git 3fcdc28814310ac93b3903897e952b3b60cfa0bc)
+
1504. [bug] fdupont
Created separate control buffers for reception and transmission
over UDP sockets.