Skip to content

Commit 1075e04

Browse files
author
Marcin Godzina
committed
[#3464] release changes
1 parent 7a7fad6 commit 1075e04

16 files changed

+37
-36
lines changed

ChangeLog

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
Kea 2.7.0 (development) released on June 26, 2024
2+
13
2258. [build] razvan
24
The library version numbers have been bumped up for the Kea 2.7.0
35
development release.
@@ -21,7 +23,7 @@
2123
the association between the lease and the client in the
2224
partner's lease database. This change introduces a new
2325
"released" lease state which appears for the released leases
24-
in the lease datbase and in the lease updates exchanged
26+
in the lease database and in the lease updates exchanged
2527
between the HA partners. It is a backward incompatible change
2628
for the HA partners that haven't been upgraded to the latest
2729
Kea version. They will reject the lease updates for the
@@ -69,7 +71,7 @@
6971
(Gitlab #3035)
7072

7173
2248. [bug] tmark
72-
Fixed a corner-case isssue in kea-dhcp6 that was
74+
Fixed a corner-case issue in kea-dhcp6 that was
7375
causing it to attempt to update a lease for an address
7476
with a generated FQDN even though the address was not
7577
available to be leased.

platforms.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Regularly Tested Platforms
1717
Kea is officially supported on Alpine, Debian, Fedora, FreeBSD, RHEL, and Ubuntu
1818
systems. Kea-|release| builds have been tested on:
1919

20-
* Alpine — 3.16, 3.17, 3.18, 3.19
20+
* Alpine — 3.16, 3.17, 3.18, 3.19, 3.20
2121
* Debian — 10, 11, 12
2222
* Fedora — 36, 38, 39, 40
2323
* FreeBSD — 13

src/bin/dhcp4/tests/release_unittest.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (C) 2015-2023 Internet Systems Consortium, Inc. ("ISC")
1+
// Copyright (C) 2015-2024 Internet Systems Consortium, Inc. ("ISC")
22
//
33
// This Source Code Form is subject to the terms of the Mozilla Public
44
// License, v. 2.0. If a copy of the MPL was not distributed with this

src/hooks/dhcp/perfmon/perfmon_messages.mes

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,26 @@ Arguments detail the alarm's key, the time the alarm was first
1515
triggered, the most recent reported mean, and the high-water-ms
1616
value.
1717

18+
% PERFMON_CMDS_CONTROL_ERROR perfmon-control command processing failed: %1
19+
This error message is issued when the PerfMon hook library encounters an
20+
error processing a perfmon-control command. The argument explains the
21+
command error.
22+
23+
% PERFMON_CMDS_CONTROL_OK perfmon-control command success: active monitoring: %1, stats-mgr-reporting: %2
24+
This info log is issued when perfmon-control command has successfully
25+
enabled/disabled active monitoring and/or statistics mgr reporting.
26+
Arguments reflect the current state of both.
27+
28+
% PERFMON_CMDS_GET_ALL_DURATIONS_ERROR perfmon-get-all-durations command processing failed: %1
29+
This error message is issued when the PerfMon hook library encounters an
30+
error processing a perfmon-get-all-durations command. The argument explains the
31+
command error.
32+
33+
% PERFMON_CMDS_GET_ALL_DURATIONS_OK perfmon-get-all-durations returning %1 durations
34+
This info log is issued when perfmon-get-all-durations command has
35+
completed successfully. The argument contains the number of
36+
durations returned.
37+
1838
% PERFMON_DEINIT_FAILED unloading PerfMon hooks library failed: %1
1939
This error message indicates an error unloading the PerfMon hooks
2040
library. The details of the error are provided as argument of
@@ -70,23 +90,3 @@ the log message.
7090
% PERFMON_INIT_OK loading PerfMon hooks library successful
7191
This info message indicates that the PerfMon hooks library has been
7292
loaded successfully. Enjoy!
73-
74-
% PERFMON_CMDS_CONTROL_ERROR perfmon-control command processing failed: %1
75-
This error message is issued when the PerfMon hook library encounters an
76-
error processing a perfmon-control command. The argument explains the
77-
command error.
78-
79-
% PERFMON_CMDS_CONTROL_OK perfmon-control command success: active monitoring: %1, stats-mgr-reporting: %2
80-
This info log is issued when perfmon-control command has successfully
81-
enabled/disabled active monitoring and/or statistics mgr reporting.
82-
Arguments reflect the current state of both.
83-
84-
% PERFMON_CMDS_GET_ALL_DURATIONS_ERROR perfmon-get-all-durations command processing failed: %1
85-
This error message is issued when the PerfMon hook library encounters an
86-
error processing a perfmon-get-all-durations command. The argument explains the
87-
command error.
88-
89-
% PERFMON_CMDS_GET_ALL_DURATIONS_OK perfmon-get-all-durations returning %1 durations
90-
This info log is issued when perfmon-get-all-durations command has
91-
completed successfully. The argument contains the number of
92-
durations returned.

src/lib/d2srv/d2_stats.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (C) 2021 Internet Systems Consortium, Inc. ("ISC")
1+
// Copyright (C) 2021-2024 Internet Systems Consortium, Inc. ("ISC")
22
//
33
// This Source Code Form is subject to the terms of the Mozilla Public
44
// License, v. 2.0. If a copy of the MPL was not distributed with this

src/lib/d2srv/tests/d2_tsig_key_unittest.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (C) 2021 Internet Systems Consortium, Inc. ("ISC")
1+
// Copyright (C) 2021-2024 Internet Systems Consortium, Inc. ("ISC")
22
//
33
// This Source Code Form is subject to the terms of the Mozilla Public
44
// License, v. 2.0. If a copy of the MPL was not distributed with this

src/lib/dhcp/tests/packet_queue6_unittest.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (C) 2018,2021 Internet Systems Consortium, Inc. ("ISC")
1+
// Copyright (C) 2018-2024 Internet Systems Consortium, Inc. ("ISC")
22
//
33
// This Source Code Form is subject to the terms of the Mozilla Public
44
// License, v. 2.0. If a copy of the MPL was not distributed with this

src/lib/dhcpsrv/lease.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (C) 2013-2023 Internet Systems Consortium, Inc. ("ISC")
1+
// Copyright (C) 2013-2024 Internet Systems Consortium, Inc. ("ISC")
22
//
33
// This Source Code Form is subject to the terms of the Mozilla Public
44
// License, v. 2.0. If a copy of the MPL was not distributed with this

src/lib/dhcpsrv/tests/ip_range_permutation_unittest.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (C) 2020-2023 Internet Systems Consortium, Inc. ("ISC")
1+
// Copyright (C) 2020-2024 Internet Systems Consortium, Inc. ("ISC")
22
//
33
// This Source Code Form is subject to the terms of the Mozilla Public
44
// License, v. 2.0. If a copy of the MPL was not distributed with this

src/lib/dhcpsrv/tests/lease_unittest.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (C) 2013-2023 Internet Systems Consortium, Inc. ("ISC")
1+
// Copyright (C) 2013-2024 Internet Systems Consortium, Inc. ("ISC")
22
//
33
// This Source Code Form is subject to the terms of the Mozilla Public
44
// License, v. 2.0. If a copy of the MPL was not distributed with this

src/lib/eval/eval.dox

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (C) 2015-2023 Internet Systems Consortium, Inc. ("ISC")
1+
// Copyright (C) 2015-2024 Internet Systems Consortium, Inc. ("ISC")
22
//
33
// This Source Code Form is subject to the terms of the Mozilla Public
44
// License, v. 2.0. If a copy of the MPL was not distributed with this

src/lib/eval/location.hh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
// Generated 202406072002
21
// A Bison parser, made by GNU Bison 3.8.2.
32

43
// Locations for Bison parsers in C++

src/lib/eval/parser.yy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* Copyright (C) 2015-2023 Internet Systems Consortium, Inc. ("ISC")
1+
/* Copyright (C) 2015-2024 Internet Systems Consortium, Inc. ("ISC")
22
33
This Source Code Form is subject to the terms of the Mozilla Public
44
License, v. 2.0. If a copy of the MPL was not distributed with this

src/lib/log/tests/message_initializer_1_unittest.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (C) 2012-2020 Internet Systems Consortium, Inc. ("ISC")
1+
// Copyright (C) 2012-2024 Internet Systems Consortium, Inc. ("ISC")
22
//
33
// This Source Code Form is subject to the terms of the Mozilla Public
44
// License, v. 2.0. If a copy of the MPL was not distributed with this

src/lib/pgsql/pgsql_exchange.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (C) 2016-2022 Internet Systems Consortium, Inc. ("ISC")
1+
// Copyright (C) 2016-2024 Internet Systems Consortium, Inc. ("ISC")
22
//
33
// This Source Code Form is subject to the terms of the Mozilla Public
44
// License, v. 2.0. If a copy of the MPL was not distributed with this

tools/bump-lib-versions.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/sh
22

3-
# Copyright (C) 2020-2023 Internet Systems Consortium, Inc. ("ISC")
3+
# Copyright (C) 2020-2024 Internet Systems Consortium, Inc. ("ISC")
44
#
55
# This Source Code Form is subject to the terms of the Mozilla Public
66
# License, v. 2.0. If a copy of the MPL was not distributed with this

0 commit comments

Comments
 (0)