summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrei Pavel <andrei@isc.org>2025-01-15 20:13:02 +0100
committerAndrei Pavel <andrei@isc.org>2025-01-15 20:13:02 +0100
commit0bbb2e90a84440aa99ff103522b52882b465b732 (patch)
treee9a9d92fda1ce6f05a0fc908cf4e065961d2e122
parent[#3696] Typo (diff)
downloadkea-0bbb2e90a84440aa99ff103522b52882b465b732.tar.xz
kea-0bbb2e90a84440aa99ff103522b52882b465b732.zip
[#3696] Add ChangeLog entry
-rw-r--r--AUTHORS3
-rw-r--r--changelog_unreleased/3696-make-kea-compatible-with-boost-1-874
2 files changed, 7 insertions, 0 deletions
diff --git a/AUTHORS b/AUTHORS
index d5ed1818fe..5b77cd3c4f 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -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)