Skip to content

Commit

Permalink
[#3650] configure.ac version bumped up
Browse files Browse the repository at this point in the history
  • Loading branch information
wwencel committed Oct 30, 2024
1 parent 39a121c commit 4842d43
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 6 deletions.
17 changes: 12 additions & 5 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
Kea 2.7.4 (development) released on October 30, 2024

2302. [func] tmark
Options may now be configured with a list of client
classes for which they apply. This feature is referred to
as "option class-tagging" and is supported by both
kea-dhcp4 and kea-dhcp6.
(GitLab #3583)

2301. [func] fdupont
Added support of DHCPv4 "cablelab-client-conf" (122) option
and its associated suboptions specified by RFC 3495, 3594
Expand Down Expand Up @@ -56,7 +63,7 @@ Kea 2.7.4 (development) released on October 30, 2024
(Gitlab #3639)

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

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

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

Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -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.7.4-git, [email protected])
AC_INIT(kea, 2.7.5-git, [email protected])
AC_CONFIG_SRCDIR(README)

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

0 comments on commit 4842d43

Please sign in to comment.