Skip to content

Commit 7755eac

Browse files
committed
[#3431] release changes
1 parent 37ff385 commit 7755eac

File tree

2 files changed

+23
-21
lines changed

2 files changed

+23
-21
lines changed

ChangeLog

Lines changed: 20 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@ Kea 2.6.0 (stable) released on May 29, 2024
66
(Gitlab #3430)
77

88
2246. [bug] razvan
9-
Permit configuring pool-id in pd-pools.
9+
Permit configuring pool-id in pd-pools which can be useful in
10+
statistics. Previously, Kea would emit an error when configured
11+
with PD pool ids.
1012
(Gitlab #3424)
1113

1214
2245. [doc] tomek
@@ -30,7 +32,7 @@ Kea 2.6.0 (stable) released on May 29, 2024
3032
(Gitlab #3301)
3133

3234
2242. [func] razvan
33-
Removed deprecated command: "libreload".
35+
Removed deprecated command "libreload".
3436
(Gitlab #2960)
3537

3638
2241. [doc] tomek
@@ -39,9 +41,8 @@ Kea 2.6.0 (stable) released on May 29, 2024
3941
(Gitlab #3340)
4042

4143
2240. [doc] slawek
42-
Updated the documentation sections regarding creating a Postgres
43-
database to consider the restricted default privileges provided
44-
in Postgres 15.
44+
Updated the documentation to consider the restricted default
45+
privileges provided in Postgres 15 when creating a database.
4546
(Gitlab #2773)
4647

4748
2239. [func]* razvan
@@ -57,8 +58,8 @@ Kea 2.6.0 (stable) released on May 29, 2024
5758
(Gitlab #2958)
5859

5960
2237. [doc] slawek
60-
Added an instruction on how to verify the PGP signature of the
61-
tarball with source code.
61+
Added an instruction to the ARM on how to verify the PGP
62+
signature of the tarball with the source code.
6263
(Gitlab #3021)
6364

6465
2236. [doc] marcin
@@ -76,8 +77,9 @@ Kea 2.6.0 (stable) released on May 29, 2024
7677
(Gitlab #3396)
7778

7879
2234. [build] andrei
79-
Code migrated from mysql_ssl_set which was deprecated in MySQL
80-
8.0.35 to mysql_options.
80+
Kea now builds with MySQL client libraries that have removed the
81+
mysql_ssl_set function which was deprecated in MySQL 8.0.35.
82+
The mysql_options function is used instead.
8183
(Gitlab #3256)
8284

8385
2233. [bug] razvan
@@ -89,27 +91,27 @@ Kea 2.6.0 (stable) released on May 29, 2024
8991
2232. [func]* fdupont
9092
Auto-generated subnet identifiers are no longer supported.
9193
Configurations that contain subnets without explicit subnet
92-
identifiers (e.g without an "id" entry) will now be rejected.
94+
identifiers (i.e. without an "id" entry) will now be rejected.
9395
(Gitlab #2961)
9496

9597
2231. [func] fdupont
96-
The "ip-address" parameter in the "relay" element
97-
is no longer supported: it was replaced by
98-
"ip-addresses" taking a list of addresses in Kea 1.4.
98+
The "ip-address" configuration parameter in the "relay" map has
99+
been removed. In its place, use "ip-addresses" introduced in
100+
Kea 1.4.
99101
(Gitlab #3378)
100102

101103
2230. [func] tmark
102-
Both kea-dhcp4 and kea-dhcp6 will now emit a INFO
104+
Both kea-dhcp4 and kea-dhcp6 will now emit an INFO
103105
level log statement for each packet received and
104106
sent by the server. Formerly these logs were only
105107
emitted at DEBUG level.
106108
(Gitlab #3203)
107109

108110
2229. [bug] tmark
109-
Modified configure.ac to detect versions of MySQL
110-
client libary for which MYSQL_OPT_RECONNECT is
111-
deprecated and exclude from Kea core, code attempts
112-
to set it false.
111+
Kea now builds with MySQL client libraries that have removed the
112+
the MYSQL_OPT_RECONNECT feature and, in those cases, no longer
113+
explicitly disables the reconnect feature, but relies on its
114+
default disabled state.
113115
(Gitlab #3311)
114116

115117
Kea 2.5.8 (development) released on April 30, 2024

platforms.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ systems. Kea-|release| builds have been tested on:
1919

2020
* Alpine — 3.16, 3.17, 3.18, 3.19
2121
* Debian — 10, 11, 12
22-
* Fedora — 36, 38, 39
22+
* Fedora — 36, 38, 39, 40
2323
* FreeBSD — 13
2424
* RHEL — 8, 9
25-
* Ubuntu — 18.04, 20.04, 22.04
25+
* Ubuntu — 20.04, 22.04, 24.04
2626

2727
There are currently no plans to port Kea to Windows systems.
2828

@@ -56,7 +56,7 @@ These include platforms past their respective EOL dates, such as:
5656
* Fedora — 31, 32, 33, 34, 35, 37 (EOL 05 December 2023)
5757
* FreeBSD — 10, 11, 12
5858
* macOS — 10.13, 10.14, 10.15 (EOL 12 September 2022)
59-
* Ubuntu — 14.04, 18.10, 19.04, 19.10, 21.04 (EOL 20 January 2022)
59+
* Ubuntu — 14.04, 16.04, 18.04. 18.10, 19.04, 19.10, 21.04 (EOL 20 January 2022)
6060

6161
Unsupported Platforms
6262
---------------------

0 commit comments

Comments
 (0)