@@ -6,7 +6,9 @@ Kea 2.6.0 (stable) released on May 29, 2024
6
6
(Gitlab #3430)
7
7
8
8
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.
10
12
(Gitlab #3424)
11
13
12
14
2245. [doc] tomek
@@ -30,7 +32,7 @@ Kea 2.6.0 (stable) released on May 29, 2024
30
32
(Gitlab #3301)
31
33
32
34
2242. [func] razvan
33
- Removed deprecated command: "libreload".
35
+ Removed deprecated command "libreload".
34
36
(Gitlab #2960)
35
37
36
38
2241. [doc] tomek
@@ -39,9 +41,8 @@ Kea 2.6.0 (stable) released on May 29, 2024
39
41
(Gitlab #3340)
40
42
41
43
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.
45
46
(Gitlab #2773)
46
47
47
48
2239. [func]* razvan
@@ -57,8 +58,8 @@ Kea 2.6.0 (stable) released on May 29, 2024
57
58
(Gitlab #2958)
58
59
59
60
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.
62
63
(Gitlab #3021)
63
64
64
65
2236. [doc] marcin
@@ -76,8 +77,9 @@ Kea 2.6.0 (stable) released on May 29, 2024
76
77
(Gitlab #3396)
77
78
78
79
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.
81
83
(Gitlab #3256)
82
84
83
85
2233. [bug] razvan
@@ -89,27 +91,27 @@ Kea 2.6.0 (stable) released on May 29, 2024
89
91
2232. [func]* fdupont
90
92
Auto-generated subnet identifiers are no longer supported.
91
93
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.
93
95
(Gitlab #2961)
94
96
95
97
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.
99
101
(Gitlab #3378)
100
102
101
103
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
103
105
level log statement for each packet received and
104
106
sent by the server. Formerly these logs were only
105
107
emitted at DEBUG level.
106
108
(Gitlab #3203)
107
109
108
110
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 .
113
115
(Gitlab #3311)
114
116
115
117
Kea 2.5.8 (development) released on April 30, 2024
0 commit comments