diff options
author | Dimitry Andric <dimitry@unified-streaming.com> | 2024-08-29 19:31:41 +0200 |
---|---|---|
committer | Andrei Pavel <andrei@isc.org> | 2024-09-03 08:02:40 +0200 |
commit | 596402bef062e1e0f1e704bab6d3fc496bbc13e5 (patch) | |
tree | 0bfe98681601119c7bf6edd4e1bb25a38a5acbc7 /ChangeLog | |
parent | [#3532] Fix unittests: (diff) | |
download | kea-596402bef062e1e0f1e704bab6d3fc496bbc13e5.tar.xz kea-596402bef062e1e0f1e704bab6d3fc496bbc13e5.zip |
[#3532] Add ChangeLog and AUTHORS entries.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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) |