From f81dcad2383c96aff5f3bc57612b3bb6d5a1d08b Mon Sep 17 00:00:00 2001 From: Andrei Pavel Date: Tue, 22 Jun 2021 11:54:52 +0300 Subject: [PATCH] [#1653] add ChangeLog entry --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/ChangeLog b/ChangeLog index 83bdea4bda..61755b7817 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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)