mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-08-22 09:57:41 +00:00
[#3520] release changes
This commit is contained in:
parent
fe4e7c8c8d
commit
5bebcca660
@ -1,3 +1,5 @@
|
|||||||
|
Kea 2.7.1 (development) released on July 31, 2024
|
||||||
|
|
||||||
2268. [build] ravan
|
2268. [build] ravan
|
||||||
The library version numbers have been bumped up for the Kea 2.7.1
|
The library version numbers have been bumped up for the Kea 2.7.1
|
||||||
development release.
|
development release.
|
||||||
|
@ -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
|
do so quickly due to lack of hardware, less familiarity on the part of
|
||||||
engineering staff, and other constraints.
|
engineering staff, and other constraints.
|
||||||
|
|
||||||
* macOS — 11, 12, 13
|
* macOS — 13, 14
|
||||||
|
|
||||||
Community-Maintained
|
Community-Maintained
|
||||||
--------------------
|
--------------------
|
||||||
|
@ -350,7 +350,7 @@ const char* values[] = {
|
|||||||
"DHCP4_SUBNET_SELECTION_FAILED", "%1: failed to select subnet for the client",
|
"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_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_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",
|
"DHCP4_V6_ONLY_PREFERRED_MISSING_IN_OFFER", "v6-only-preferred option missing in 0.0.0.0 offer to query: %1",
|
||||||
NULL
|
NULL
|
||||||
};
|
};
|
||||||
|
@ -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
|
// 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
|
// License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
|
@ -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
|
// 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
|
// License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
|
@ -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
|
// 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
|
// License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
|
@ -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
|
// 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
|
// License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
|
@ -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
|
// 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
|
// License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
|
@ -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
|
// 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
|
// License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
|
@ -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
|
// 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
|
// License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
|
@ -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
|
# 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
|
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
|
@ -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
|
-- 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
|
-- License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
|
Loading…
x
Reference in New Issue
Block a user