]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#3533] add AUTHORS and ChangeLog entries
authorAndrei Pavel <andrei@isc.org>
Tue, 3 Sep 2024 07:29:17 +0000 (10:29 +0300)
committerAndrei Pavel <andrei@isc.org>
Tue, 3 Sep 2024 07:29:17 +0000 (10:29 +0300)
AUTHORS
ChangeLog

diff --git a/AUTHORS b/AUTHORS
index b8eb9676bd9bb73c7e1d37477daa144aa99f5ddc..d5ed1818fe246cf6160299068bfebafd1031a985 100644 (file)
--- a/AUTHORS
+++ b/AUTHORS
@@ -268,3 +268,6 @@ We have received the following contributions:
 
  - Dimitry Andric
    2024-09: Added support for libc++ 19 and later.
+
+ - Philip Prindeville
+   2024-09: Brought down the number of utilities keactrl depends on.
index e12c7434e690c2cdb90fc15f4c14eb52dca905dd..c10b1fa9c9517060ca0100e25f5b055b0f8bb021 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2279.  [build]         pprindeville
+       Replace the cut and rev utilities with shell variable expansions,
+       improving compatibility with minimal setups on embedded systems.
+       (Gitlab #3533)
+
 2278.  [build]         dim
        Replace ``std::basic_string<uint8_t>`` with equivalent
        ``std::vector<uint8_t>`` constructs, since the former has been