2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-22 01:49:48 +00:00

[#3533] add AUTHORS and ChangeLog entries

This commit is contained in:
Andrei Pavel 2024-09-03 10:29:17 +03:00
parent f1f966919f
commit 813dcd40f1
No known key found for this signature in database
GPG Key ID: D4E804481939CB21
2 changed files with 8 additions and 0 deletions

View File

@ -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.

View File

@ -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