We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1161965 commit 596402bCopy full SHA for 596402b
AUTHORS
@@ -265,3 +265,6 @@ We have received the following contributions:
265
266
- Kevin P. Fleming
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.
ChangeLog
@@ -1,5 +1,12 @@
1
Kea 2.7.2 (development) released on August 28, 2024
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
10
2277. [build] andrei
11
"libca_rbac.so" is now a symbolic link to "libdhcp_rbac.so".
12
(Gitlab #3550)
0 commit comments