]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[2017] copyright dates, changelog, messages files changed for release
authorWlodek Wencel <wlodek@isc.org>
Mon, 27 Sep 2021 06:23:31 +0000 (23:23 -0700)
committerWlodek Wencel <wlodek@isc.org>
Mon, 27 Sep 2021 09:41:02 +0000 (11:41 +0200)
14 files changed:
ChangeLog
configure.ac
src/bin/d2/d2_controller.cc
src/bin/d2/tests/stats_test_utils.h
src/bin/dhcp4/tests/get_config_unittest.cc
src/bin/dhcp6/dhcp6_messages.mes
src/bin/dhcp6/tests/fqdn_unittest.cc
src/bin/dhcp6/tests/get_config_unittest.cc
src/bin/dhcp6/tests/get_config_unittest.cc.skel
src/hooks/dhcp/high_availability/ha_messages.mes
src/lib/config/hooked_command_mgr.cc
src/lib/dns/tsig.cc
src/lib/http/http_messages.mes
src/lib/process/process_messages.mes

index 741b7d708ee7dae94b2042b3b9968ec479f30083..37c6834b280b1fc670c3c1a70282474cfb6694f6 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,5 @@
+Kea 2.0.0 (stable) released on Sept 29, 2021
+
 1952.  [build]         razvan
        Library version numbers bumped for Kea 2.0.0 stable version.
        (Gitlab #2104)
index faab434b1592bd48a94402cc88c18bad3d2bf875..7feae351807182b949f1ce92af471c3eeae7a3dc 100644 (file)
@@ -6,7 +6,7 @@ AC_PREREQ([2.69])
 # For released versions, this is in x.y.z format.
 # For GIT versions, this is x.y.z-git, where x.y.z denotes the next development
 # version that is worked on and that is to be released.
-AC_INIT(kea,1.9.12-git, kea-dev@lists.isc.org)
+AC_INIT(kea,2.0.0-git, kea-dev@lists.isc.org)
 AC_CONFIG_SRCDIR(README)
 
 # serial-tests is not available in automake version before 1.13, so
index 60f24eb473ffcf47800366f392601c7338f9d904..af2c6df4bf3c2bf3c154b09bfb3e48e985c3c1c0 100644 (file)
@@ -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
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 1cc17fe559f1175bf785b6aaffb76e5cc3867d91..d7e4ae14621fe1fb4a71a1175cbfee2f5d00a078 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2020-2021 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 c825456c12df76f1110aecea9e1c92628e458d11..2f1d027de2d1758544af6ec34840cac5a8ad9b8a 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2017-2020 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
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index fc5bf36f351ae020c916abac22fa5d1153cf892a..e93cf4ba10e117dd598550abfcddb4daab64bc4c 100644 (file)
@@ -400,6 +400,14 @@ hook point sets the next step to DROP.
 This debug message is printed when a callout installed on the leases6_committed
 hook point sets the next step to PARK.
 
+% DHCP6_HOOK_LEASES6_PARKING_LOT_FULL The parked-packet-limit %1, has been reached, dropping query: %2
+This debug message occurs when the parking lot used to hold client queries
+while hook library work for them completes has reached or exceeded the
+limit set by the parked-packet-limit global parameter. This can occur when
+kea-dhcp6 is using hook libraries (e.g. HA) that implement the
+"leases6-committed" callout and client queries are arriving faster than
+those callouts can fulfill them.
+
 % DHCP6_HOOK_PACKET_RCVD_SKIP %1: packet is dropped, because a callout set the next step to SKIP
 This debug message is printed when a callout installed on the pkt6_receive
 hook point sets the next step to SKIP. For this particular hook point, the
@@ -422,14 +430,6 @@ not build the wire data (pack) because it was already done by the
 book. The argument specifies the client and transaction identification
 information.
 
-% DHCP6_HOOK_LEASES6_PARKING_LOT_FULL The parked-packet-limit %1, has been reached, dropping query: %2
-This debug message occurs when the parking lot used to hold client queries
-while hook library work for them completes has reached or exceeded the
-limit set by the parked-packet-limit global parameter. This can occur when
-kea-dhcp6 is using hook libraries (e.g. HA) that implement the
-"leases6-committed" callout and client queries are arriving faster than
-those callouts can fulfill them.
-
 % DHCP6_HOOK_SUBNET6_SELECT_DROP %1: packet was dropped because a callout set the drop flag
 This debug message is printed when a callout installed on the
 subnet6_select hook point set the drop flag. For this particular hook
index 46c7b6d5f7cd2de13f9466a9d6a8fb15b73000d2..7237dd2b94d2ae2edbc562f1d543f2f0a8627a81 100644 (file)
@@ -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
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 875fac33d726f04e5b62fd71fba46d726dab4040..9cb9b967da3877e5ebe6364b23a416635d69e875 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2017-2020 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
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 83433fdb14753a8d2b0e8a2ee67651843f694282..a782648203cf9300d24e05678460bdb52d7fd44d 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2017-2020 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
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index dc4c8da0796d32698e7cae10a081ed4c41a2b079..52ae8f137361663501843ec9ff504bb0157641c0 100644 (file)
@@ -549,11 +549,6 @@ This informational message is issued when the server in passive-backup
 mode transitions to a new state. The arguments specify initial server state and
 a new server state.
 
-% HA_SYNC_FAILED lease database synchronization with %1 failed: %2
-This error message is issued to indicate that the lease database synchronization
-failed. The first argument provides the partner server's name. The second argument
-provides a reason for the failure.
-
 % HA_SYNC_COMPLETE_NOTIFY_COMMUNICATIONS_FAILED failed to send ha-sync-complete-notify to %1: %2
 This warning message indicates that there was a problem in communication with an
 HA peer while sending the ha-sync-complete-notify command. The first argument
@@ -570,6 +565,11 @@ This error message is issued to indicate that the ha-sync-complete-notify comman
 handler failed while processing the command. The argument provides the reason for
 failure.
 
+% HA_SYNC_FAILED lease database synchronization with %1 failed: %2
+This error message is issued to indicate that the lease database synchronization
+failed. The first argument provides the partner server's name. The second argument
+provides a reason for the failure.
+
 % HA_SYNC_HANDLER_FAILED ha-sync command failed: %1
 This error message is issued to indicate that the ha-sync command handler
 failed while processing the command. The argument provides the reason for
index 34c9f4e3763f50a4f70a53293f576c124b02b3e6..3562e71ff35193071e5c2eaad5029d755147264d 100644 (file)
@@ -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
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index eeaccef026ef41055129af352f842f4118f490b4..d7c85de4d1bc1233a4668750103bec8fc2a86aac 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2011-2015 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2011-2021 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 c781a2b6851be14076a9a48f9b9dded59e20c4c0..625c5cbdea7905707e981f1666669848378d2e29 100644 (file)
@@ -38,6 +38,10 @@ from the server. The first argument specifies an URL of the server. The
 second argument provides a response in the textual format. The request is
 truncated by the logger if it is too large to be printed.
 
+% HTTP_CLIENT_MT_STARTED HttpClient has been started in multi-threaded mode running %1 threads
+This debug message is issued when a multi-threaded HTTP client instance has
+been created.  The argument specifies the maximum number of threads.
+
 % HTTP_CLIENT_QUEUE_SIZE_GROWING queue for URL: %1, now has %2 entries and may be growing too quickly
 This warning message is issued when the queue of pending requests for the
 given URL appears to be growing more quickly than the requests can be handled.
@@ -47,10 +51,6 @@ which then subsides as the surge subsides.  If it happens continually then
 it most likely indicates a deployment configuration that cannot sustain the
 client load.
 
-% HTTP_CLIENT_MT_STARTED HttpClient has been started in multi-threaded mode running %1 threads
-This debug message is issued when a multi-threaded HTTP client instance has
-been created.  The argument specifies the maximum number of threads.
-
 % HTTP_CLIENT_REQUEST_RECEIVED received HTTP request from %1
 This debug message is issued when the server finished receiving a HTTP
 request from the remote endpoint. The address of the remote endpoint is
index 95d6cfcd826931dc9a5ca80f70616859fa496116..1d601ab8e3f8540b3c573492bf2741f1d5281572 100644 (file)
@@ -87,13 +87,6 @@ to create and initialize its application instance.
 This error message is issued if the controller could not initialize the
 application and will exit.
 
-% DCTL_UNLOAD_LIBRARIES_ERROR error unloading hooks libraries during shutdown: %1
-This error message indicates that during shutdown, unloading hooks
-libraries failed to close them. If the list of libraries is empty it is
-a programmatic error in the server code. If it is not empty it could be
-a programmatic error in one of the hooks libraries which could lead to
-a crash during finalization.
-
 % DCTL_NOT_RUNNING %1 application instance is not running
 A warning message is issued when an attempt is made to shut down the
 application when it is not running.
@@ -149,6 +142,13 @@ and should not be used in a production environment.
 This is an informational message issued when controller for the
 service first starts. Version is also reported.
 
+% DCTL_UNLOAD_LIBRARIES_ERROR error unloading hooks libraries during shutdown: %1
+This error message indicates that during shutdown, unloading hooks
+libraries failed to close them. If the list of libraries is empty it is
+a programmatic error in the server code. If it is not empty it could be
+a programmatic error in one of the hooks libraries which could lead to
+a crash during finalization.
+
 % DCTL_UNSUPPORTED_SIGNAL ignoring reception of unsupported signal: %1
 This is a debug message indicating that the application received an
 unsupported signal.  This is a programming error indicating that the