File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -265,3 +265,6 @@ We have received the following contributions:
265
265
266
266
- Kevin P. Fleming
267
267
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.
Original file line number Diff line number Diff line change 1
1
Kea 2.7.2 (development) released on August 28, 2024
2
2
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
+
3
10
2277. [build] andrei
4
11
"libca_rbac.so" is now a symbolic link to "libdhcp_rbac.so".
5
12
(Gitlab #3550)
You can’t perform that action at this time.
0 commit comments