]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#3483] Added a ChangeLog entry
authorFrancis Dupont <fdupont@isc.org>
Thu, 22 Aug 2024 09:05:30 +0000 (11:05 +0200)
committerFrancis Dupont <fdupont@isc.org>
Thu, 22 Aug 2024 09:05:30 +0000 (11:05 +0200)
ChangeLog

index 7c9e1d513a026c8a1ced929ae88d3289b899df8f..3a7195837ee6d688a3cf3528baefbce2be64bb2b 100644 (file)
--- 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.