Skip to content

Commit 5bebcca

Browse files
committed
[#3520] release changes
1 parent fe4e7c8 commit 5bebcca

12 files changed

+13
-11
lines changed

ChangeLog

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
Kea 2.7.1 (development) released on July 31, 2024
2+
13
2268. [build] ravan
24
The library version numbers have been bumped up for the Kea 2.7.1
35
development release.

platforms.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ ISC makes every effort to fix bugs on these platforms, but may be unable to
3434
do so quickly due to lack of hardware, less familiarity on the part of
3535
engineering staff, and other constraints.
3636

37-
* macOS — 11, 12, 13
37+
* macOS — 13, 14
3838

3939
Community-Maintained
4040
--------------------

src/bin/dhcp4/dhcp4_messages.cc

+1-1
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,7 @@ const char* values[] = {
350350
"DHCP4_SUBNET_SELECTION_FAILED", "%1: failed to select subnet for the client",
351351
"DHCP4_TESTING_MODE_SEND_TO_SOURCE_ENABLED", "All packets will be send to source address of an incoming packet - use only for testing",
352352
"DHCP4_UNKNOWN_ADDRESS_REQUESTED", "%1: client requested an unknown address, client sent ciaddr %2, requested-ip-address %3",
353-
"DHCP4_V6_ONLY_PREFERRED_MISSING_IN_ACK", "v6-only-preferred option missing in 0.0.0.0 offer to query: %1",
353+
"DHCP4_V6_ONLY_PREFERRED_MISSING_IN_ACK", "v6-only-preferred option missing in 0.0.0.0 reply to query: %1",
354354
"DHCP4_V6_ONLY_PREFERRED_MISSING_IN_OFFER", "v6-only-preferred option missing in 0.0.0.0 offer to query: %1",
355355
NULL
356356
};

src/hooks/dhcp/mysql_cb/tests/mysql_cb_dhcp4_unittest.cc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (C) 2018-2022 Internet Systems Consortium, Inc. ("ISC")
1+
// Copyright (C) 2018-2024 Internet Systems Consortium, Inc. ("ISC")
22
//
33
// This Source Code Form is subject to the terms of the Mozilla Public
44
// License, v. 2.0. If a copy of the MPL was not distributed with this

src/hooks/dhcp/mysql_cb/tests/mysql_cb_dhcp6_unittest.cc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (C) 2019-2022 Internet Systems Consortium, Inc. ("ISC")
1+
// Copyright (C) 2019-2024 Internet Systems Consortium, Inc. ("ISC")
22
//
33
// This Source Code Form is subject to the terms of the Mozilla Public
44
// License, v. 2.0. If a copy of the MPL was not distributed with this

src/hooks/dhcp/pgsql_cb/tests/pgsql_cb_dhcp4_unittest.cc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (C) 2021-2022 Internet Systems Consortium, Inc. ("ISC")
1+
// Copyright (C) 2021-2024 Internet Systems Consortium, Inc. ("ISC")
22
//
33
// This Source Code Form is subject to the terms of the Mozilla Public
44
// License, v. 2.0. If a copy of the MPL was not distributed with this

src/hooks/dhcp/pgsql_cb/tests/pgsql_cb_dhcp6_unittest.cc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (C) 2022 Internet Systems Consortium, Inc. ("ISC")
1+
// Copyright (C) 2022-2024 Internet Systems Consortium, Inc. ("ISC")
22
//
33
// This Source Code Form is subject to the terms of the Mozilla Public
44
// License, v. 2.0. If a copy of the MPL was not distributed with this

src/lib/dhcpsrv/network_state.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (C) 2017-2023 Internet Systems Consortium, Inc. ("ISC")
1+
// Copyright (C) 2017-2024 Internet Systems Consortium, Inc. ("ISC")
22
//
33
// This Source Code Form is subject to the terms of the Mozilla Public
44
// License, v. 2.0. If a copy of the MPL was not distributed with this

src/lib/dhcpsrv/tests/cfgmgr_unittest.cc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (C) 2012-2023 Internet Systems Consortium, Inc. ("ISC")
1+
// Copyright (C) 2012-2024 Internet Systems Consortium, Inc. ("ISC")
22
//
33
// This Source Code Form is subject to the terms of the Mozilla Public
44
// License, v. 2.0. If a copy of the MPL was not distributed with this

src/lib/dhcpsrv/tests/network_state_unittest.cc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (C) 2017-2021 Internet Systems Consortium, Inc. ("ISC")
1+
// Copyright (C) 2017-2024 Internet Systems Consortium, Inc. ("ISC")
22
//
33
// This Source Code Form is subject to the terms of the Mozilla Public
44
// License, v. 2.0. If a copy of the MPL was not distributed with this

src/share/database/scripts/mysql/dhcpdb_drop.mysql

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (C) 2016-2023 Internet Systems Consortium, Inc. ("ISC")
1+
# Copyright (C) 2016-2024 Internet Systems Consortium, Inc. ("ISC")
22
#
33
# This Source Code Form is subject to the terms of the Mozilla Public
44
# License, v. 2.0. If a copy of the MPL was not distributed with this

src/share/database/scripts/pgsql/dhcpdb_drop.pgsql

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
-- Copyright (C) 2016-2023 Internet Systems Consortium.
1+
-- Copyright (C) 2016-2024 Internet Systems Consortium.
22

33
-- This Source Code Form is subject to the terms of the Mozilla Public
44
-- License, v. 2.0. If a copy of the MPL was not distributed with this

0 commit comments

Comments
 (0)