2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-29 04:57:52 +00:00

[#1653] add ChangeLog entry

This commit is contained in:
Andrei Pavel 2021-06-22 11:54:52 +03:00
parent b434eaa07a
commit f81dcad238
No known key found for this signature in database
GPG Key ID: 86E9385BC2203766

View File

@ -1,3 +1,10 @@
1911. [bug] andrei
Fixed a minor regression where kea-admin and keactrl would output
technical errors like "unbound variable" instead of more helpful
messages like "missing backend" because of the undefined variable
checks introduced in 1.9.4. Added tests to further prevent it.
(Gitlab #1653)
1910. [func] andrei
Extended perfdhcp to send v4 DHCPRELEASE messages via -F flag.
(Gitlab #1119)