]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#2840] release changes
authorWlodek Wencel <wlodek@isc.org>
Thu, 20 Apr 2023 19:30:16 +0000 (21:30 +0200)
committerWlodek Wencel <wlodek@isc.org>
Thu, 20 Apr 2023 19:30:16 +0000 (21:30 +0200)
26 files changed:
AUTHORS
ChangeLog
doc/devel/config-backend.dox
doc/devel/congestion-handling.dox
doc/devel/unit-tests.dox
src/hooks/dhcp/high_availability/ha_config_parser.cc
src/hooks/dhcp/high_availability/libloadtests/close_unittests.cc
src/hooks/dhcp/high_availability/tests/ha_config_unittest.cc
src/hooks/dhcp/high_availability/tests/ha_mt_unittest.cc
src/hooks/dhcp/high_availability/tests/ha_test.cc
src/hooks/dhcp/stat_cmds/stat_cmds.h
src/lib/config/config_messages.mes
src/lib/dhcpsrv/base_host_data_source.h
src/lib/dhcpsrv/cfg_hosts.h
src/lib/dhcpsrv/host_mgr.cc
src/lib/dhcpsrv/host_mgr.h
src/lib/dhcpsrv/mysql_host_data_source.h
src/lib/dhcpsrv/pgsql_host_data_source.h
src/lib/dhcpsrv/tests/cfg_hosts_unittest.cc
src/lib/dhcpsrv/tests/host_cache_unittest.cc
src/lib/dhcpsrv/tests/host_mgr_unittest.cc
src/lib/dhcpsrv/testutils/memory_host_data_source.cc
src/lib/dhcpsrv/testutils/memory_host_data_source.h
src/lib/util/stopwatch_impl.cc
src/lib/util/stopwatch_impl.h
src/lib/util/tests/stopwatch_unittest.cc

diff --git a/AUTHORS b/AUTHORS
index 5d79917a53c2c39bc8fa6c396d1204748a849198..becdc332846abdf319c3d122b455e39e1607bd2b 100644 (file)
--- a/AUTHORS
+++ b/AUTHORS
@@ -11,15 +11,16 @@ Primary developers:
  - Marcin Siodelski (DHCPv4, DHCPv6 components, options handling, perfdhcp,
                      host reservation, lease file cleanup, lease expiration,
                      control agent, shared networks, high availability,
-                     config backend)
+                     config backend, random allocator, free lease queue
+                     allocator)
  - Thomas Markwalder (DDNS, user_chk, global host reservations, stat commands,
                       congestion handling, config backend, multi-threading mode
                       of high availability, forensic logging, leasequery,
-                      ddns_tuning)
+                      ddns_tuning, bulk leasequery)
  - Wlodek Wencel (testing, release engineering, hammer, perfdhcp)
  - Francis Dupont (crypto, flex/bison parsers, perfdhcp, control agent,
                    radius, netconf, config backend, multi-threading,
-                   GSS-TSIG)
+                   GSS-TSIG, bulk leasequery)
  - Razvan Becheriu (cassandra, netconf, multi-threading, forensic logging,
                     run script hook, multi-threading mode of high availability,
                     GSS-TSIG)
index a8ec0810d069bc4a21b317b241027aaac13eb4b7..7b37daebe379361ccd25ad170e6aae4e6bdde8fe 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,5 @@
+Kea 2.3.7 (development) released on April 26, 2023
+
 2127.  [build]         razvan
        The library version numbers have been bumped up for the Kea 2.3.7
        development release.
@@ -254,7 +256,7 @@ Kea 2.3.5 (development) released on February 22, 2023
        had no effect.
        (Gitlab #2669)
 
-Kea 2.3.4 (development) released on January 25, 2022
+Kea 2.3.4 (development) released on January 25, 2023
 
 2089.  [build]         razvan
        The library version numbers have been bumped for the Kea 2.3.4
index 3d6929abe3ff7eb6d5f76766da03f71c81836d5b..7991307e5306af6a76dbf499dbd6da7bc60b2497 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2014-2020 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2014-2023 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 d9af2aafc7c5a83afeffd2295101aac1cb6599f1..83079e8a4663e8aa92c44a9aeae6bed9da1cb8d9 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2018-2021 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2018-2023 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 178fe9734c2ef7f7848047224cbeb03d99ca7e36..42d06439fe0556bd9169e0bf0507bd453a224718 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2015-2022 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2015-2023 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 b2542b050efeebee094cec43d7c186faf2020236..0dcad36e6c4ec3cd7ee079349a18503eb7759cc7 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2018-2022 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2018-2023 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 424f9628f89864845a7179a6c54bf7abb650b4e7..b6e45a81fbe2f5e467043e309cb7f10dbefc0363 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2021 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2020-2023 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 865211e718940cdadac03b1a4e3ca8b11201ece0..f8e6940ec9bf5ed2bf953675cd6b84bcc350aeaa 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2017-2022 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2017-2023 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 180dbbac029dfd851d4f96cbdd26671c7502ba48..8aac8b0c9f0e1d516a3d81b23eb540d2b6a3167d 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2021-2022 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2021-2023 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 27a29defbbbc5c6e36f2967e92ae10c53f8add34..7c90242033730d6adb91502f92309e4372ad4b6d 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2017-2022 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2017-2023 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 7d1c652701aa092733121e005c47bd9edc74af52..97d51637636af4cb28c9cf147fc89f6844568e71 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2018-2020 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2018-2023 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 f05b0cd404eed7d3cdb7ee92b72636a43cd0ae21..18f764f5cb3103b93d5b11a68817933cabc2b7a3 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2011-2022 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2011-2023 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 0f54f6045f950541d9586aca09d433fcb480fce3..fa512ec3d70c6f72b44054c0be42ce08c39b5391 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2014-2020 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2014-2023 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 495cc81265ba22912c5fc014c499b51546acaccb..fb6226a4e0ef6861fac234225d26f9b8cbb271e6 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2014-2020 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2014-2023 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 606248662c088d6dd84c6bb589399687e4c331a7..6282caf33299c81d1bed35a23a7d0b3c2f760479 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2014-2020 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2014-2023 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 54208aea01cd8cda5eef1fcd0bd26c03aee95ecf..c2760765e43b2fd6e67a5d12636329457d5413c6 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2014-2021 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2014-2023 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 cf934dd92adbd38a75f92cc8e5d65014eec6f198..d5e1b487441b13b407a660b5cb12b872e0a21271 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2015-2021 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2015-2023 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 37b8e5f62b82a6201199814d3f91abf8518855c7..a8a5f221058343ef5d7b032948687037bba2d4ee 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2016-2021 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2016-2023 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 b79790ec7ec9264432e5f403c2dee544c5a7077c..7fdb2b042f35797669ca2fb10b9ba47ff18c4888 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2014-2020 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2014-2023 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 4665a92e4fd1043dd19e6e2dc2b31e2b06be493f..2a210e6b39983d30110b3ec212176bc4a489dde0 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2018-2020 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2018-2023 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 a1b3647fd2d35044145d325cc8a5dbed1904a161..bec8e0951d31bb9dd4b534141508cd243dde5822 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2014-2020 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2014-2023 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 3ea2b830c59672cc5a677497724b68639ff48b9d..7e7b21bb97d09ae82092b256658be9dd30146526 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2018-2021 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2018-2023 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 799ab08ea28e5938ca97d284834d9c5122043030..8ba8405a7259b5e91af8778343310d0351beeb0f 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2018-2021 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2018-2023 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 6b23d570184204a7c5e729bd55e72c9345755af8..12c154a20dc4c11cf473ea55b1e04bdb5a162a42 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2015 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2015-2023 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 07623523353a9c9f2ca86cc290e0e38ce335b556..0aaae623bc227c8a24bb6fdce490439c2e9b6daf 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2015,2017 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2015-2023 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 96b8743f30881c6312fa3dc6428ea33c3e3b6b54..a506b6bad600f422382b19b6a148e1fe49545764 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2015-2017,2021 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2015-2023 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