mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-09-03 15:35:17 +00:00
[#1821] release changes
This commit is contained in:
@@ -1,3 +1,5 @@
|
|||||||
|
Kea 1.9.7 (development) released on Apr 28, 2021
|
||||||
|
|
||||||
1891. [build] razvan
|
1891. [build] razvan
|
||||||
Library version numbers bumped for Kea 1.9.7 development
|
Library version numbers bumped for Kea 1.9.7 development
|
||||||
version.
|
version.
|
||||||
|
@@ -120,6 +120,10 @@ automatically start serving partner's scope when the partner failure is detected
|
|||||||
The server administrator will need to enable this scope manually by
|
The server administrator will need to enable this scope manually by
|
||||||
sending appropriate ha-scopes command.
|
sending appropriate ha-scopes command.
|
||||||
|
|
||||||
|
% HA_CONFIG_DHCP_MT_DISABLED HA multi-threading has been disabled, it cannot be enabled when Kea global multi-threading is disabled
|
||||||
|
This informational message is issued when HA configuration has enabled
|
||||||
|
multi-threading while Kea global configuration has multi-threading disabled.
|
||||||
|
|
||||||
% HA_CONFIG_LEASE_SYNCING_DISABLED lease database synchronization between HA servers is disabled
|
% HA_CONFIG_LEASE_SYNCING_DISABLED lease database synchronization between HA servers is disabled
|
||||||
This warning message is issued when the lease database synchronization is
|
This warning message is issued when the lease database synchronization is
|
||||||
administratively disabled. This is valid configuration if the leases are
|
administratively disabled. This is valid configuration if the leases are
|
||||||
@@ -154,10 +158,6 @@ are administratively disabled and will not be issued in the HA state to
|
|||||||
which the server has transitioned. The sole argument specifies the state
|
which the server has transitioned. The sole argument specifies the state
|
||||||
into which the server has transitioned.
|
into which the server has transitioned.
|
||||||
|
|
||||||
% HA_CONFIG_DHCP_MT_DISABLED HA multi-threading has been disabled, it cannot be enabled when Kea global multi-threading is disabled
|
|
||||||
This informational message is issued when HA configuration has enabled
|
|
||||||
multi-threading while Kea global configuration has multi-threading disabled.
|
|
||||||
|
|
||||||
% HA_CONFIG_SYSTEM_MT_UNSUPPORTED HA multi-threading has been disabled, auto-detection of thread support reports 0
|
% HA_CONFIG_SYSTEM_MT_UNSUPPORTED HA multi-threading has been disabled, auto-detection of thread support reports 0
|
||||||
This informational message is issued when HA multi-threading configuration has
|
This informational message is issued when HA multi-threading configuration has
|
||||||
specified auto-detection for the number of threads to use and the system
|
specified auto-detection for the number of threads to use and the system
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
// Copyright (C) 2015-2020 Internet Systems Consortium, Inc. ("ISC")
|
// Copyright (C) 2015-2021 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) 2013-2020 Internet Systems Consortium, Inc. ("ISC")
|
// Copyright (C) 2013-2021 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) 2013-2020 Internet Systems Consortium, Inc. ("ISC")
|
// Copyright (C) 2013-2021 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 Internet Systems Consortium, Inc. ("ISC")
|
// Copyright (C) 2016-2021 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
|
||||||
|
@@ -68,7 +68,7 @@ const char* values[] = {
|
|||||||
"HTTP_CONNECTION_STOP_FAILED", "stopping HTTP connection failed",
|
"HTTP_CONNECTION_STOP_FAILED", "stopping HTTP connection failed",
|
||||||
"HTTP_DATA_RECEIVED", "received %1 bytes from %2",
|
"HTTP_DATA_RECEIVED", "received %1 bytes from %2",
|
||||||
"HTTP_IDLE_CONNECTION_TIMEOUT_OCCURRED", "closing persistent connection with %1 as a result of a timeout",
|
"HTTP_IDLE_CONNECTION_TIMEOUT_OCCURRED", "closing persistent connection with %1 as a result of a timeout",
|
||||||
"HTTP_PREMATURE_CONNECTION_TIMEOUT_OCCURRED", "premature connection timeout occurred: in transaction ? %1, transid: %2, current_transid_: %3",
|
"HTTP_PREMATURE_CONNECTION_TIMEOUT_OCCURRED", "premature connection timeout occurred: in transaction ? %1, transid: %2, current_transid: %3",
|
||||||
"HTTP_REQUEST_RECEIVE_START", "start receiving request from %1 with timeout %2",
|
"HTTP_REQUEST_RECEIVE_START", "start receiving request from %1 with timeout %2",
|
||||||
"HTTP_SERVER_RESPONSE_RECEIVED", "received HTTP response from %1",
|
"HTTP_SERVER_RESPONSE_RECEIVED", "received HTTP response from %1",
|
||||||
"HTTP_SERVER_RESPONSE_RECEIVED_DETAILS", "detailed information about well-formed response received from %1:\n%2",
|
"HTTP_SERVER_RESPONSE_RECEIVED_DETAILS", "detailed information about well-formed response received from %1:\n%2",
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
// Copyright (C) 2017-2018 Internet Systems Consortium, Inc. ("ISC")
|
// Copyright (C) 2017-2021 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
|
||||||
|
Reference in New Issue
Block a user