]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#3532] bring AUTHORS and ChangeLog up to date
authorAndrei Pavel <andrei@isc.org>
Tue, 3 Sep 2024 06:02:43 +0000 (09:02 +0300)
committerAndrei Pavel <andrei@isc.org>
Tue, 3 Sep 2024 06:02:43 +0000 (09:02 +0300)
AUTHORS
ChangeLog

diff --git a/AUTHORS b/AUTHORS
index 4d88aeef685355f15ec50fac617e2eb72c7c1317..b8eb9676bd9bb73c7e1d37477daa144aa99f5ddc 100644 (file)
--- a/AUTHORS
+++ b/AUTHORS
@@ -267,4 +267,4 @@ We have received the following contributions:
    2023-02: Fixed several examples in DHCPv6 section of the ARM.
 
  - Dimitry Andric
-   2024-08: Added support for libc++ 19 and later.
+   2024-09: Added support for libc++ 19 and later.
index 2ff04f4ef5f0e1cb89e5fc013ff948766b62e494..e12c7434e690c2cdb90fc15f4c14eb52dca905dd 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,3 @@
-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
@@ -7,6 +5,8 @@ Kea 2.7.2 (development) released on August 28, 2024
        removed as of libc++ 19.
        (Gitlab #3532)
 
+Kea 2.7.2 (development) released on August 28, 2024
+
 2277.  [build]         andrei
        "libca_rbac.so" is now a symbolic link to "libdhcp_rbac.so".
        (Gitlab #3550)