summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWlodek Wencel <wlodek@isc.org>2024-01-29 13:11:19 +0100
committerWlodek Wencel <wlodek@isc.org>2024-01-29 13:11:19 +0100
commit783bc34dafc83c1b5c8fa19d9db7da88b652ac33 (patch)
tree5f9e6fe585121a3968e6d7177643a4ee9439f549
parent[#3237] release changes (diff)
downloadkea-783bc34dafc83c1b5c8fa19d9db7da88b652ac33.tar.xz
kea-783bc34dafc83c1b5c8fa19d9db7da88b652ac33.zip
[#3237] release changes
-rw-r--r--INSTALL4
-rw-r--r--src/bin/dhcp4/dhcp4_lexer.cc2
-rw-r--r--src/bin/dhcp6/dhcp6_lexer.cc2
-rw-r--r--src/lib/process/process_messages.mes2
4 files changed, 5 insertions, 5 deletions
diff --git a/INSTALL b/INSTALL
index 6e4cd03c6a..e4e1f84328 100644
--- a/INSTALL
+++ b/INSTALL
@@ -36,8 +36,8 @@ OpenSSL or Botan) for compilation. Optional backends (MySQL and PostgreSQL)
have additional dependencies. For detailed installation directions, see the
documentation in doc/sphinx/arm/install.rst text file or on the Kea online
docs: https://kea.readthedocs.io/.
-Other optional dependencies are FreeRADIUS client (this requires a subscriber
-only RADIUS hook) and Sysrepo, a system for providing YANG/NETCONF interface.
+Other optional dependencies is Sysrepo, a system for providing YANG/NETCONF
+interface.
You can find current OS-specific build/installation
instructions in our knowledge base at https://kb.isc.org/docs/installing-kea
diff --git a/src/bin/dhcp4/dhcp4_lexer.cc b/src/bin/dhcp4/dhcp4_lexer.cc
index f570e3b799..8c3175293a 100644
--- a/src/bin/dhcp4/dhcp4_lexer.cc
+++ b/src/bin/dhcp4/dhcp4_lexer.cc
@@ -2222,7 +2222,7 @@ static const flex_int16_t yy_rule_linenum[234] =
#define YY_RESTORE_YY_MORE_OFFSET
char *yytext;
#line 1 "dhcp4_lexer.ll"
-/* Copyright (C) 2016-2023 Internet Systems Consortium, Inc. ("ISC")
+/* Copyright (C) 2016-2024 Internet Systems Consortium, Inc. ("ISC")
This Source Code Form is subject to the terms of the Mozilla Public
License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/src/bin/dhcp6/dhcp6_lexer.cc b/src/bin/dhcp6/dhcp6_lexer.cc
index be4d6f52eb..7e427df457 100644
--- a/src/bin/dhcp6/dhcp6_lexer.cc
+++ b/src/bin/dhcp6/dhcp6_lexer.cc
@@ -2202,7 +2202,7 @@ static const flex_int16_t yy_rule_linenum[238] =
#define YY_RESTORE_YY_MORE_OFFSET
char *yytext;
#line 1 "dhcp6_lexer.ll"
-/* Copyright (C) 2016-2023 Internet Systems Consortium, Inc. ("ISC")
+/* Copyright (C) 2016-2024 Internet Systems Consortium, Inc. ("ISC")
This Source Code Form is subject to the terms of the Mozilla Public
License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/src/lib/process/process_messages.mes b/src/lib/process/process_messages.mes
index 89b31c40c6..31be9f8534 100644
--- a/src/lib/process/process_messages.mes
+++ b/src/lib/process/process_messages.mes
@@ -1,4 +1,4 @@
-# Copyright (C) 2016-2021 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2016-2024 Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this