mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-08-30 05:27:55 +00:00
[#3532] Add ChangeLog and AUTHORS entries.
This commit is contained in:
parent
1161965408
commit
596402bef0
3
AUTHORS
3
AUTHORS
@ -265,3 +265,6 @@ We have received the following contributions:
|
|||||||
|
|
||||||
- Kevin P. Fleming
|
- Kevin P. Fleming
|
||||||
2023-02: Fixed several examples in DHCPv6 section of the ARM.
|
2023-02: Fixed several examples in DHCPv6 section of the ARM.
|
||||||
|
|
||||||
|
- Dimitry Andric
|
||||||
|
2024-08: Added support for libc++ 19 and later.
|
||||||
|
@ -1,5 +1,12 @@
|
|||||||
Kea 2.7.2 (development) released on August 28, 2024
|
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
|
2277. [build] andrei
|
||||||
"libca_rbac.so" is now a symbolic link to "libdhcp_rbac.so".
|
"libca_rbac.so" is now a symbolic link to "libdhcp_rbac.so".
|
||||||
(Gitlab #3550)
|
(Gitlab #3550)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user