diff options
author | Andrei Pavel <andrei@isc.org> | 2025-01-15 20:13:02 +0100 |
---|---|---|
committer | Andrei Pavel <andrei@isc.org> | 2025-01-15 20:13:02 +0100 |
commit | 0bbb2e90a84440aa99ff103522b52882b465b732 (patch) | |
tree | e9a9d92fda1ce6f05a0fc908cf4e065961d2e122 | |
parent | [#3696] Typo (diff) | |
download | kea-0bbb2e90a84440aa99ff103522b52882b465b732.tar.xz kea-0bbb2e90a84440aa99ff103522b52882b465b732.zip |
[#3696] Add ChangeLog entry
-rw-r--r-- | AUTHORS | 3 | ||||
-rw-r--r-- | changelog_unreleased/3696-make-kea-compatible-with-boost-1-87 | 4 |
2 files changed, 7 insertions, 0 deletions
@@ -271,3 +271,6 @@ We have received the following contributions: - Philip Prindeville 2024-09: Brought down the number of utilities keactrl depends on. + + - q66 + 2025-01: Added support for building with Boost 1.87. diff --git a/changelog_unreleased/3696-make-kea-compatible-with-boost-1-87 b/changelog_unreleased/3696-make-kea-compatible-with-boost-1-87 new file mode 100644 index 0000000000..1d08ac41b1 --- /dev/null +++ b/changelog_unreleased/3696-make-kea-compatible-with-boost-1-87 @@ -0,0 +1,4 @@ +[build] fdupont, q66 + Kea can now build with Boost 1.87. The minimum supported Boost + version has been bumped up from 1.57 to 1.66. + (Gitlab #3696) |