diff options
author | Andrei Pavel <andrei@isc.org> | 2021-10-25 11:42:50 +0200 |
---|---|---|
committer | Andrei Pavel <andrei@isc.org> | 2021-10-25 11:42:50 +0200 |
commit | ea1224f2e6d1e7df2a3dfa0f2ea9ffb59d968f38 (patch) | |
tree | fee51f613f1919401bf23077805616b369990299 /src/lib | |
parent | [#2141] bump lib versions for 2.1.0 (diff) | |
download | kea-ea1224f2e6d1e7df2a3dfa0f2ea9ffb59d968f38.tar.xz kea-ea1224f2e6d1e7df2a3dfa0f2ea9ffb59d968f38.zip |
[#2153] release changesKea-2.1.0
Diffstat (limited to 'src/lib')
-rw-r--r-- | src/lib/asiodns/io_fetch.h | 2 | ||||
-rw-r--r-- | src/lib/d2srv/d2_update_message.cc | 2 | ||||
-rw-r--r-- | src/lib/d2srv/d2_update_message.h | 2 | ||||
-rw-r--r-- | src/lib/d2srv/d2_zone.cc | 2 | ||||
-rw-r--r-- | src/lib/d2srv/d2_zone.h | 2 | ||||
-rw-r--r-- | src/lib/d2srv/tests/d2_zone_unittests.cc | 2 | ||||
-rw-r--r-- | src/lib/dhcp/dhcp6.h | 2 | ||||
-rw-r--r-- | src/lib/dhcpsrv/dhcpsrv_messages.cc | 2 | ||||
-rw-r--r-- | src/lib/eval/tests/context_unittest.cc | 2 | ||||
-rw-r--r-- | src/lib/http/client.cc | 2 |
10 files changed, 10 insertions, 10 deletions
diff --git a/src/lib/asiodns/io_fetch.h b/src/lib/asiodns/io_fetch.h index fdbeee3fda..4b247abfa4 100644 --- a/src/lib/asiodns/io_fetch.h +++ b/src/lib/asiodns/io_fetch.h @@ -1,4 +1,4 @@ -// Copyright (C) 2010-2018 Internet Systems Consortium, Inc. ("ISC") +// Copyright (C) 2010-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 diff --git a/src/lib/d2srv/d2_update_message.cc b/src/lib/d2srv/d2_update_message.cc index 4a94a58dcb..1917d6e339 100644 --- a/src/lib/d2srv/d2_update_message.cc +++ b/src/lib/d2srv/d2_update_message.cc @@ -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 diff --git a/src/lib/d2srv/d2_update_message.h b/src/lib/d2srv/d2_update_message.h index 91d379a2e0..8365128d05 100644 --- a/src/lib/d2srv/d2_update_message.h +++ b/src/lib/d2srv/d2_update_message.h @@ -1,4 +1,4 @@ -// Copyright (C) 2013-2015,2017 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 diff --git a/src/lib/d2srv/d2_zone.cc b/src/lib/d2srv/d2_zone.cc index 3eef2441a7..c48b2c5fac 100644 --- a/src/lib/d2srv/d2_zone.cc +++ b/src/lib/d2srv/d2_zone.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2013-2015 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 diff --git a/src/lib/d2srv/d2_zone.h b/src/lib/d2srv/d2_zone.h index ec13871094..077ad16b8b 100644 --- a/src/lib/d2srv/d2_zone.h +++ b/src/lib/d2srv/d2_zone.h @@ -1,4 +1,4 @@ -// Copyright (C) 2013-2015 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 diff --git a/src/lib/d2srv/tests/d2_zone_unittests.cc b/src/lib/d2srv/tests/d2_zone_unittests.cc index 23bff13075..f252d07aa1 100644 --- a/src/lib/d2srv/tests/d2_zone_unittests.cc +++ b/src/lib/d2srv/tests/d2_zone_unittests.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2013-2015,2017 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 diff --git a/src/lib/dhcp/dhcp6.h b/src/lib/dhcp/dhcp6.h index 0e53aff353..d971d22fb1 100644 --- a/src/lib/dhcp/dhcp6.h +++ b/src/lib/dhcp/dhcp6.h @@ -1,4 +1,4 @@ -// Copyright (C) 2006-2020 Internet Systems Consortium, Inc. ("ISC") +// Copyright (C) 2006-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 diff --git a/src/lib/dhcpsrv/dhcpsrv_messages.cc b/src/lib/dhcpsrv/dhcpsrv_messages.cc index 8d50c93ffe..d69865f46d 100644 --- a/src/lib/dhcpsrv/dhcpsrv_messages.cc +++ b/src/lib/dhcpsrv/dhcpsrv_messages.cc @@ -510,7 +510,7 @@ const char* values[] = { "DHCPSRV_PGSQL_START_TRANSACTION", "starting a new PostgreSQL transaction", "DHCPSRV_PGSQL_UPDATE_ADDR4", "updating IPv4 lease for address %1", "DHCPSRV_PGSQL_UPDATE_ADDR6", "updating IPv6 lease for address %1, lease type %2", - "DHCPSRV_QUEUE_NCR", "%1: name change request to %2 DNS entry queued: %3", + "DHCPSRV_QUEUE_NCR", "%1: Name change request to %2 DNS entry queued: %3", "DHCPSRV_QUEUE_NCR_FAILED", "%1: queuing %2 name change request failed for lease %3: %4", "DHCPSRV_QUEUE_NCR_SKIP", "%1: skip queuing name change request for lease: %2", "DHCPSRV_TIMERMGR_CALLBACK_FAILED", "running handler for timer %1 caused exception: %2", diff --git a/src/lib/eval/tests/context_unittest.cc b/src/lib/eval/tests/context_unittest.cc index 9d2844ae32..26ef533a99 100644 --- a/src/lib/eval/tests/context_unittest.cc +++ b/src/lib/eval/tests/context_unittest.cc @@ -404,7 +404,7 @@ public: EXPECT_EQ(expected_client_class, member->getClientClass()); } - /// @rief This tests attempts to parse the expression then checks + /// @brief This tests attempts to parse the expression then checks /// if the number of tokens is correct and the TokenMember is as /// expected. /// diff --git a/src/lib/http/client.cc b/src/lib/http/client.cc index 8eb3ed1eab..1d7074b618 100644 --- a/src/lib/http/client.cc +++ b/src/lib/http/client.cc @@ -985,7 +985,7 @@ private: /// @brief Adds a request to the end of the request queue. /// - /// If the size of the queue exceeds a threhsold and appears + /// If the size of the queue exceeds a threshold and appears /// to be growing it will emit a warning log. /// /// @param desc RequestDescriptor to queue. |