summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorDimitry Andric <dimitry@unified-streaming.com>2024-08-29 19:31:41 +0200
committerAndrei Pavel <andrei@isc.org>2024-09-03 08:02:40 +0200
commit596402bef062e1e0f1e704bab6d3fc496bbc13e5 (patch)
tree0bfe98681601119c7bf6edd4e1bb25a38a5acbc7 /ChangeLog
parent[#3532] Fix unittests: (diff)
downloadkea-596402bef062e1e0f1e704bab6d3fc496bbc13e5.tar.xz
kea-596402bef062e1e0f1e704bab6d3fc496bbc13e5.zip
[#3532] Add ChangeLog and AUTHORS entries.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 29b5d1396c..2ff04f4ef5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
Kea 2.7.2 (development) released on August 28, 2024
+2278. [build] dim
+ Replace ``std::basic_string<uint8_t>`` with equivalent
+ ``std::vector<uint8_t>`` constructs, since the former has been
+ deprecated for a while in libc++, and has been completely
+ removed as of libc++ 19.
+ (Gitlab #3532)
+
2277. [build] andrei
"libca_rbac.so" is now a symbolic link to "libdhcp_rbac.so".
(Gitlab #3550)