From: Dimitry Andric Date: Thu, 29 Aug 2024 17:31:41 +0000 (+0200) Subject: [#3532] Add ChangeLog and AUTHORS entries. X-Git-Tag: Kea-2.7.3~70 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=596402bef062e1e0f1e704bab6d3fc496bbc13e5;p=thirdparty%2Fkea.git [#3532] Add ChangeLog and AUTHORS entries. --- diff --git a/AUTHORS b/AUTHORS index fb2e4e13d4..4d88aeef68 100644 --- a/AUTHORS +++ b/AUTHORS @@ -265,3 +265,6 @@ We have received the following contributions: - Kevin P. Fleming 2023-02: Fixed several examples in DHCPv6 section of the ARM. + + - Dimitry Andric + 2024-08: Added support for libc++ 19 and later. diff --git a/ChangeLog b/ChangeLog index 29b5d1396c..2ff04f4ef5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,12 @@ Kea 2.7.2 (development) released on August 28, 2024 +2278. [build] dim + Replace ``std::basic_string`` with equivalent + ``std::vector`` 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)