Skip to content

Commit 4842d43

Browse files
committed
[#3650] configure.ac version bumped up
1 parent 39a121c commit 4842d43

File tree

2 files changed

+13
-6
lines changed

2 files changed

+13
-6
lines changed

ChangeLog

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
Kea 2.7.4 (development) released on October 30, 2024
22

3+
2302. [func] tmark
4+
Options may now be configured with a list of client
5+
classes for which they apply. This feature is referred to
6+
as "option class-tagging" and is supported by both
7+
kea-dhcp4 and kea-dhcp6.
8+
(GitLab #3583)
9+
310
2301. [func] fdupont
411
Added support of DHCPv4 "cablelab-client-conf" (122) option
512
and its associated suboptions specified by RFC 3495, 3594
@@ -56,7 +63,7 @@ Kea 2.7.4 (development) released on October 30, 2024
5663
(Gitlab #3639)
5764

5865
2292. [doc] tmark
59-
Updated the ARM to include and explanation for why
66+
Updated the ARM to include and an explanation for why
6067
the default values for 'calculate-tee-times' are
6168
different for kea-dhcp4 and kea-dhcp6.
6269
(Gitlab #3538)
@@ -66,7 +73,7 @@ Kea 2.7.4 (development) released on October 30, 2024
6673
subnet4o6-select-test to kea-dhcp4, and subnet6-select-test
6774
to kea-dhcp6. These commands can be used to check which
6875
subnet the server will select based on given input parameters.
69-
(Gitlab #2794)
76+
(Gitlab #2974)
7077

7178
2290. [bug] razvan
7279
Fixed applying 'output_options' when using the 'config-set'
@@ -76,7 +83,7 @@ Kea 2.7.4 (development) released on October 30, 2024
7683
(Gitlab #3594)
7784

7885
2289. [func]* razvan
79-
Support for lease, host, and config back ends for MySQL and
86+
Support for lease, host, and config backends for MySQL and
8087
PostgreSQL have been consolidated into a single hook library for
8188
each data base: 'libdhcp_mysql.so' and 'libdhcp_pgsql.so'
8289
respectively.
@@ -85,8 +92,8 @@ Kea 2.7.4 (development) released on October 30, 2024
8592
2288. [bug] marcin
8693
Prevent the clients from declining expired or released leases.
8794
Only a valid lease assigned to the declining client can now
88-
be declined. When misbehaving client declined a lease it did
89-
not own it often led to inconsistent statistcs of assigned and
95+
be declined. When a misbehaving client declined a lease it did
96+
not own it often led to inconsistent statistics of assigned and
9097
declined leases.
9198
(Gitlab #3565)
9299

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ AC_PREREQ([2.69])
66
# For released versions, this is in x.y.z format.
77
# For GIT versions, this is x.y.z-git, where x.y.z denotes the next development
88
# version that is worked on and that is to be released.
9-
AC_INIT(kea, 2.7.4-git, kea-dev@lists.isc.org)
9+
AC_INIT(kea, 2.7.5-git, kea-dev@lists.isc.org)
1010
AC_CONFIG_SRCDIR(README)
1111

1212
# serial-tests is not available in automake version before 1.13, so

0 commit comments

Comments
 (0)