]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#3431] release changes Kea-2.6.0
authorAndrei Pavel <andrei@isc.org>
Fri, 24 May 2024 14:53:36 +0000 (17:53 +0300)
committerAndrei Pavel <andrei@isc.org>
Fri, 24 May 2024 14:53:36 +0000 (17:53 +0300)
ChangeLog
platforms.rst

index 18da250b7271f02fd6f50023dcd91c41382d9b6b..c3e74b22333a34fdb569298b526a75c721ed24dd 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -6,7 +6,9 @@ Kea 2.6.0 (stable) released on May 29, 2024
        (Gitlab #3430)
 
 2246.  [bug]           razvan
-       Permit configuring pool-id in pd-pools.
+       Permit configuring pool-id in pd-pools which can be useful in
+       statistics. Previously, Kea would emit an error when configured
+       with PD pool ids.
        (Gitlab #3424)
 
 2245.  [doc]           tomek
@@ -30,7 +32,7 @@ Kea 2.6.0 (stable) released on May 29, 2024
        (Gitlab #3301)
 
 2242.  [func]          razvan
-       Removed deprecated command: "libreload".
+       Removed deprecated command "libreload".
        (Gitlab #2960)
 
 2241.  [doc]           tomek
@@ -39,9 +41,8 @@ Kea 2.6.0 (stable) released on May 29, 2024
        (Gitlab #3340)
 
 2240.  [doc]           slawek
-       Updated the documentation sections regarding creating a Postgres
-       database to consider the restricted default privileges provided
-       in Postgres 15.
+       Updated the documentation to consider the restricted default
+       privileges provided in Postgres 15 when creating a database.
        (Gitlab #2773)
 
 2239.  [func]*         razvan
@@ -57,8 +58,8 @@ Kea 2.6.0 (stable) released on May 29, 2024
        (Gitlab #2958)
 
 2237.  [doc]           slawek
-       Added an instruction on how to verify the PGP signature of the
-       tarball with source code.
+       Added an instruction to the ARM on how to verify the PGP
+       signature of the tarball with the source code.
        (Gitlab #3021)
 
 2236.  [doc]           marcin
@@ -76,8 +77,9 @@ Kea 2.6.0 (stable) released on May 29, 2024
        (Gitlab #3396)
 
 2234.  [build]         andrei
-       Code migrated from mysql_ssl_set which was deprecated in MySQL
-       8.0.35 to mysql_options.
+       Kea now builds with MySQL client libraries that have removed the
+       mysql_ssl_set function which was deprecated in MySQL 8.0.35.
+       The mysql_options function is used instead.
        (Gitlab #3256)
 
 2233.  [bug]           razvan
@@ -89,27 +91,27 @@ Kea 2.6.0 (stable) released on May 29, 2024
 2232.  [func]*         fdupont
        Auto-generated subnet identifiers are no longer supported.
        Configurations that contain subnets without explicit subnet
-       identifiers (e.g without an "id" entry) will now be rejected.
+       identifiers (i.e. without an "id" entry) will now be rejected.
        (Gitlab #2961)
 
 2231.  [func]          fdupont
-       The "ip-address" parameter in the "relay" element
-       is no longer supported: it was replaced by
-       "ip-addresses" taking a list of addresses in Kea 1.4.
+       The "ip-address" configuration parameter in the "relay" map has
+       been removed. In its place, use "ip-addresses" introduced in
+       Kea 1.4.
        (Gitlab #3378)
 
 2230.  [func]          tmark
-       Both kea-dhcp4 and kea-dhcp6 will now emit a INFO
+       Both kea-dhcp4 and kea-dhcp6 will now emit an INFO
        level log statement for each packet received and
        sent by the server. Formerly these logs were only
        emitted at DEBUG level.
        (Gitlab #3203)
 
 2229.  [bug]           tmark
-       Modified configure.ac to detect versions of MySQL
-       client libary for which MYSQL_OPT_RECONNECT is
-       deprecated and exclude from Kea core, code attempts
-       to set it false.
+       Kea now builds with MySQL client libraries that have removed the
+       the MYSQL_OPT_RECONNECT feature and, in those cases, no longer
+       explicitly disables the reconnect feature, but relies on its
+       default disabled state.
        (Gitlab #3311)
 
 Kea 2.5.8 (development) released on April 30, 2024
index f28b6adf93f0a0675709cb1a0e52f19a98b1b026..6dd0df4c346e4afc689f9ca4be2afc5dbed50243 100644 (file)
@@ -19,10 +19,10 @@ systems. Kea-|release| builds have been tested on:
 
 * Alpine — 3.16, 3.17, 3.18, 3.19
 * Debian — 10, 11, 12
-* Fedora — 36, 38, 39
+* Fedora — 36, 38, 39, 40
 * FreeBSD — 13
 * RHEL — 8, 9
-* Ubuntu — 18.04, 20.04, 22.04
+* Ubuntu — 20.04, 22.04, 24.04
 
 There are currently no plans to port Kea to Windows systems.
 
@@ -56,7 +56,7 @@ These include platforms past their respective EOL dates, such as:
 * Fedora — 31, 32, 33, 34, 35, 37 (EOL 05 December 2023)
 * FreeBSD — 10, 11, 12
 * 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)
+* Ubuntu — 14.04, 16.04, 18.04. 18.10, 19.04, 19.10, 21.04 (EOL 20 January 2022)
 
 Unsupported Platforms
 ---------------------