From: Andrei Pavel Date: Thu, 16 Nov 2023 16:04:11 +0000 (+0200) Subject: [#3156] release changes X-Git-Tag: Kea-2.4.1~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9763dc5e7b3c2141d07a99c5ecfa1021b77dd9f5;p=thirdparty%2Fkea.git [#3156] release changes --- diff --git a/ChangeLog b/ChangeLog index f5bdeeb708..33588756e7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,5 @@ +Kea 2.4.1 (stable) released on November 22, 2023 + 2169. [build] razvan The library version numbers have been bumped up for the Kea 2.4.1 stable release. diff --git a/configure.ac b/configure.ac index 9ab9dad0f2..76a44f234b 100644 --- a/configure.ac +++ b/configure.ac @@ -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, 2.4.0-git, kea-dev@lists.isc.org) +AC_INIT(kea, 2.4.1-git, kea-dev@lists.isc.org) AC_CONFIG_SRCDIR(README) # serial-tests is not available in automake version before 1.13, so diff --git a/platforms.rst b/platforms.rst index 82465b819a..3827941c25 100644 --- a/platforms.rst +++ b/platforms.rst @@ -20,11 +20,11 @@ Regularly Tested Platforms Kea is officially supported on Alpine, CentOS, Fedora, RHEL, Ubuntu, Debian, and FreeBSD systems. Kea-|release| builds have been tested on: -* Alpine — 3.15, 3.16, 3.17 +* Alpine — 3.16, 3.17 * CentOS — 7 * Debian — 10, 11, 12 * Fedora — 36, 37, 38 -* FreeBSD — 12, 13 +* FreeBSD — 13 * RHEL — 8, 9 * Ubuntu — 18.04, 20.04, 22.04 @@ -54,11 +54,11 @@ adverse effect on officially supported platforms. These include platforms past their respective EOL dates, such as: -* Alpine — 3.10, 3.11, 3.12, 3.13, 3.14 (EOL 01 May 2023) +* Alpine — 3.10, 3.11, 3.12, 3.13, 3.14, 3.15 (EOL 01 November 2023) * CentOS — 6, 8 (EOL 31 December 2021) * Debian — 8, 9 (EOL 30 June 2022) * Fedora — 31, 32, 33, 34, 35 (EOL 13 December 2022) -* FreeBSD — 10, 11 (EOL 30 September 2021) +* FreeBSD — 10, 11, 12 (EOL 31 December 2023) * macOS — 10.13, 10.14, 10.15 (EOL 12 September 2022) * Ubuntu — 14.04, 18.10, 19.04, 19.10, 21.04 (EOL 20 January 2022) diff --git a/src/lib/dhcp/iface_mgr_bsd.cc b/src/lib/dhcp/iface_mgr_bsd.cc index 553842aa41..4ae0f0e85b 100644 --- a/src/lib/dhcp/iface_mgr_bsd.cc +++ b/src/lib/dhcp/iface_mgr_bsd.cc @@ -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 diff --git a/src/lib/dhcp/iface_mgr_linux.cc b/src/lib/dhcp/iface_mgr_linux.cc index e4053b0664..1fb2aaf712 100644 --- a/src/lib/dhcp/iface_mgr_linux.cc +++ b/src/lib/dhcp/iface_mgr_linux.cc @@ -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 diff --git a/src/lib/dhcp/iface_mgr_sun.cc b/src/lib/dhcp/iface_mgr_sun.cc index 2fd765f96f..f8ab65cb63 100644 --- a/src/lib/dhcp/iface_mgr_sun.cc +++ b/src/lib/dhcp/iface_mgr_sun.cc @@ -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 diff --git a/src/lib/dhcp/tests/pkt_captures4.cc b/src/lib/dhcp/tests/pkt_captures4.cc index 8387c39c8f..0f2f44f192 100644 --- a/src/lib/dhcp/tests/pkt_captures4.cc +++ b/src/lib/dhcp/tests/pkt_captures4.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2013-2019 Internet Systems Consortium, Inc. ("ISC") +// Copyright (C) 2013-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 diff --git a/src/lib/dhcp/tests/pkt_captures6.cc b/src/lib/dhcp/tests/pkt_captures6.cc index 3b936aedf0..01e11b77aa 100644 --- a/src/lib/dhcp/tests/pkt_captures6.cc +++ b/src/lib/dhcp/tests/pkt_captures6.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2013-2018 Internet Systems Consortium, Inc. ("ISC") +// Copyright (C) 2013-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 diff --git a/src/lib/dhcpsrv/parsers/ifaces_config_parser.cc b/src/lib/dhcpsrv/parsers/ifaces_config_parser.cc index 77a23c281f..c375b403c2 100644 --- a/src/lib/dhcpsrv/parsers/ifaces_config_parser.cc +++ b/src/lib/dhcpsrv/parsers/ifaces_config_parser.cc @@ -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