From: Francis Dupont Date: Thu, 22 Aug 2024 09:05:30 +0000 (+0200) Subject: [#3483] Added a ChangeLog entry X-Git-Tag: Kea-2.7.2~29 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=00a2b82f62a5faf0e93e20f804bc602b1e81350e;p=thirdparty%2Fkea.git [#3483] Added a ChangeLog entry --- diff --git a/ChangeLog b/ChangeLog index 7c9e1d513a..3a7195837e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2273. [func]* fdupont + The RBAC (role-based access control) hook library was + extended to support the new HTTP/HTTPS control socket + of Kea servers. Note its name changed too from + "libca_rbac.so" to "libdhcp_rbac.so". + (Gitlab #3483) + 2272. [perf] fdupont Implementation of "and", "or" and "ifelse" expressions was changed to evaluate sub-expressions only when needed.