diff options
author | Marcin Siodelski <marcin@isc.org> | 2018-12-11 20:20:07 +0100 |
---|---|---|
committer | Marcin Siodelski <marcin@isc.org> | 2018-12-11 20:20:07 +0100 |
commit | 296f21c1813ebbefc1cf8b4d51bd28ef16ef30c6 (patch) | |
tree | da8865ed156c80215c973d9658907bf334364a0c | |
parent | [#337,!167] Guard against expiration time lower than valid lifetime. (diff) | |
download | kea-296f21c1813ebbefc1cf8b4d51bd28ef16ef30c6.tar.xz kea-296f21c1813ebbefc1cf8b4d51bd28ef16ef30c6.zip |
[master] Added ChangeLog for #337.
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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. |