]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#3696] Add ChangeLog entry
authorAndrei Pavel <andrei@isc.org>
Wed, 15 Jan 2025 19:13:02 +0000 (21:13 +0200)
committerAndrei Pavel <andrei@isc.org>
Wed, 15 Jan 2025 19:13:02 +0000 (21:13 +0200)
AUTHORS
changelog_unreleased/3696-make-kea-compatible-with-boost-1-87 [new file with mode: 0644]

diff --git a/AUTHORS b/AUTHORS
index d5ed1818fe246cf6160299068bfebafd1031a985..5b77cd3c4f21fa484e7da4a0d63910d29c46f45b 100644 (file)
--- 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 (file)
index 0000000..1d08ac4
--- /dev/null
@@ -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)