]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#3520] release changes Kea-2.7.1
authorWlodek Wencel <wlodek@isc.org>
Mon, 29 Jul 2024 08:58:47 +0000 (10:58 +0200)
committerWlodek Wencel <wlodek@isc.org>
Mon, 29 Jul 2024 08:58:47 +0000 (10:58 +0200)
12 files changed:
ChangeLog
platforms.rst
src/bin/dhcp4/dhcp4_messages.cc
src/hooks/dhcp/mysql_cb/tests/mysql_cb_dhcp4_unittest.cc
src/hooks/dhcp/mysql_cb/tests/mysql_cb_dhcp6_unittest.cc
src/hooks/dhcp/pgsql_cb/tests/pgsql_cb_dhcp4_unittest.cc
src/hooks/dhcp/pgsql_cb/tests/pgsql_cb_dhcp6_unittest.cc
src/lib/dhcpsrv/network_state.h
src/lib/dhcpsrv/tests/cfgmgr_unittest.cc
src/lib/dhcpsrv/tests/network_state_unittest.cc
src/share/database/scripts/mysql/dhcpdb_drop.mysql
src/share/database/scripts/pgsql/dhcpdb_drop.pgsql

index d5a0d9b2260d13afbd73469c4f98536868c6c2d1..998cfb70ecd94f2cf20a2b3115a8e66f999cdabf 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,5 @@
+Kea 2.7.1 (development) released on July 31, 2024
+
 2268.  [build]         ravan
        The library version numbers have been bumped up for the Kea 2.7.1
        development release.
index 77666a4fced7375120f7fe2203724f09e9a3e463..8a8cbbed7d9dc8a271b6cac3e5e8989f39c5df50 100644 (file)
@@ -34,7 +34,7 @@ ISC makes every effort to fix bugs on these platforms, but may be unable to
 do so quickly due to lack of hardware, less familiarity on the part of
 engineering staff, and other constraints.
 
-* macOS — 11, 12, 13
+* macOS — 13, 14
 
 Community-Maintained
 --------------------
index 72f0731feea50d72aa8a477db99dbdc4a6155607..fca4919fbef8d1752a29c3a5c7bcae2c8406bceb 100644 (file)
@@ -350,7 +350,7 @@ const char* values[] = {
     "DHCP4_SUBNET_SELECTION_FAILED", "%1: failed to select subnet for the client",
     "DHCP4_TESTING_MODE_SEND_TO_SOURCE_ENABLED", "All packets will be send to source address of an incoming packet - use only for testing",
     "DHCP4_UNKNOWN_ADDRESS_REQUESTED", "%1: client requested an unknown address, client sent ciaddr %2, requested-ip-address %3",
-    "DHCP4_V6_ONLY_PREFERRED_MISSING_IN_ACK", "v6-only-preferred option missing in 0.0.0.0 offer to query: %1",
+    "DHCP4_V6_ONLY_PREFERRED_MISSING_IN_ACK", "v6-only-preferred option missing in 0.0.0.0 reply to query: %1",
     "DHCP4_V6_ONLY_PREFERRED_MISSING_IN_OFFER", "v6-only-preferred option missing in 0.0.0.0 offer to query: %1",
     NULL
 };
index 72b873451ca7d052ed7dc600208f6afe8ad47c55..bb418b529610372293e352fbde070fc05fe6e19a 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2018-2022 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2018-2024 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
index d758b54e05152e3eeeffa29b5b51bf500522a76e..3580dfa6e7e451ed42b9697153b3bb817f4314b1 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2019-2022 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2019-2024 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
index 7ecdf3bc6cac382fb3861c2e005a5ec46a1439c8..f8ba885fd56ba1d46eae269936b5fb23c89a4a7e 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2021-2022 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2021-2024 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
index c1720587f1130639e857b16c09dece21b37c8ad2..df80329638516d2e1cbf871ee5ed6a58bf0b0c18 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2022 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2022-2024 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
index a8f9a60dec86c20b85bcdc8f6ad38443797e8f44..76ea59de8a7d8d41aaa358cd20573f73be0801fd 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2017-2023 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2017-2024 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
index 13ec6a1147862c54cd9d2882c044abaad3fc4cd4..44699638f3a19635db69af336da6f58e3574a622 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2012-2023 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2012-2024 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
index ae2304f2380d9c4e8b01f599199db32c1b433472..849ceb295acb8262198ab840264bcdeb7795b75e 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2017-2021 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2017-2024 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
index 82881efb0f33251eff0135a928ee3acb58bbf346..919f7c7887dbe77406adac26a8f605cd6c919876 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2016-2023 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2016-2024 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
index 9334e6235e07786bc8185062b6aee51717624a25..c644898d08f054cbf65e93565074862633686170 100644 (file)
@@ -1,4 +1,4 @@
--- Copyright (C) 2016-2023 Internet Systems Consortium.
+-- Copyright (C) 2016-2024 Internet Systems Consortium.
 
 -- 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