]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#3532] Add ChangeLog and AUTHORS entries.
authorDimitry Andric <dimitry@unified-streaming.com>
Thu, 29 Aug 2024 17:31:41 +0000 (19:31 +0200)
committerAndrei Pavel <andrei@isc.org>
Tue, 3 Sep 2024 06:02:40 +0000 (09:02 +0300)
AUTHORS
ChangeLog

diff --git a/AUTHORS b/AUTHORS
index fb2e4e13d41d4cc02380fc81eee0eb0eb74c28a2..4d88aeef685355f15ec50fac617e2eb72c7c1317 100644 (file)
--- 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.
index 29b5d1396cde40655fb571723f231cacae256e9a..2ff04f4ef5f0e1cb89e5fc013ff948766b62e494 100644 (file)
--- 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<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
        "libca_rbac.so" is now a symbolic link to "libdhcp_rbac.so".
        (Gitlab #3550)