Skip to content

Commit 596402b

Browse files
[#3532] Add ChangeLog and AUTHORS entries.
1 parent 1161965 commit 596402b

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

AUTHORS

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -265,3 +265,6 @@ We have received the following contributions:
265265

266266
- Kevin P. Fleming
267267
2023-02: Fixed several examples in DHCPv6 section of the ARM.
268+
269+
- Dimitry Andric
270+
2024-08: Added support for libc++ 19 and later.

ChangeLog

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
Kea 2.7.2 (development) released on August 28, 2024
22

3+
2278. [build] dim
4+
Replace ``std::basic_string<uint8_t>`` with equivalent
5+
``std::vector<uint8_t>`` constructs, since the former has been
6+
deprecated for a while in libc++, and has been completely
7+
removed as of libc++ 19.
8+
(Gitlab #3532)
9+
310
2277. [build] andrei
411
"libca_rbac.so" is now a symbolic link to "libdhcp_rbac.so".
512
(Gitlab #3550)

0 commit comments

Comments
 (0)