From: Andrei Pavel Date: Thu, 10 Jul 2025 14:18:19 +0000 (+0300) Subject: [#4010] release changes X-Git-Tag: Kea-2.6.4~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=536d80aee85cafabdc12ac54dd1f4d7be8eae88b;p=thirdparty%2Fkea.git [#4010] release changes --- diff --git a/ChangeLog b/ChangeLog index 7c91df8bbf..02cdbd8171 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,8 +1,15 @@ -2270. [build] andrei +Kea 2.6.4 (stable) released on July 16, 2025 + +2271. [build] andrei The library version numbers have been bumped up for the Kea 2.6.4 stable release. (Gitlab #4009) +2270. [build] andrei + Fixed a build check that prevented Kea from building PDF + documentation with Sphinx 8.1.3+. + (Gitlab #3800) + 2269. [bug] tmark Corrected an issue in logging configuration when parsing "syslog:". @@ -12,7 +19,7 @@ Fix error handling when detecting a global reservation for the client and global reservatons are explicitly disabled in the configuration. - (Gitlab #4001) + (Gitlab #4001, #3910) Kea 2.6.3 (stable) released on May 28, 2025 diff --git a/src/bin/dhcp4/tests/classify_unittest.cc b/src/bin/dhcp4/tests/classify_unittest.cc index a6112e2a48..3c603d0893 100644 --- a/src/bin/dhcp4/tests/classify_unittest.cc +++ b/src/bin/dhcp4/tests/classify_unittest.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2016-2024 Internet Systems Consortium, Inc. ("ISC") +// Copyright (C) 2016-2025 Internet Systems Consortium, Inc. ("ISC") // // This Source Code Form is subject to the terms of the Mozilla Public // License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/bin/dhcp6/tests/classify_unittests.cc b/src/bin/dhcp6/tests/classify_unittests.cc index b5a9378837..17651bba3e 100644 --- a/src/bin/dhcp6/tests/classify_unittests.cc +++ b/src/bin/dhcp6/tests/classify_unittests.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2016-2024 Internet Systems Consortium, Inc. ("ISC") +// Copyright (C) 2016-2025 Internet Systems Consortium, Inc. ("ISC") // // This Source Code Form is subject to the terms of the Mozilla Public // License, v. 2.0. If a copy of the MPL was not distributed with this