2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-22 18:08:16 +00:00

[#3237] release changes

This commit is contained in:
Wlodek Wencel 2024-01-29 13:11:19 +01:00
parent 416a072394
commit 783bc34daf
4 changed files with 5 additions and 5 deletions

View File

@ -36,8 +36,8 @@ OpenSSL or Botan) for compilation. Optional backends (MySQL and PostgreSQL)
have additional dependencies. For detailed installation directions, see the have additional dependencies. For detailed installation directions, see the
documentation in doc/sphinx/arm/install.rst text file or on the Kea online documentation in doc/sphinx/arm/install.rst text file or on the Kea online
docs: https://kea.readthedocs.io/. docs: https://kea.readthedocs.io/.
Other optional dependencies are FreeRADIUS client (this requires a subscriber Other optional dependencies is Sysrepo, a system for providing YANG/NETCONF
only RADIUS hook) and Sysrepo, a system for providing YANG/NETCONF interface. interface.
You can find current OS-specific build/installation You can find current OS-specific build/installation
instructions in our knowledge base at https://kb.isc.org/docs/installing-kea instructions in our knowledge base at https://kb.isc.org/docs/installing-kea

View File

@ -2222,7 +2222,7 @@ static const flex_int16_t yy_rule_linenum[234] =
#define YY_RESTORE_YY_MORE_OFFSET #define YY_RESTORE_YY_MORE_OFFSET
char *yytext; char *yytext;
#line 1 "dhcp4_lexer.ll" #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 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 License, v. 2.0. If a copy of the MPL was not distributed with this

View File

@ -2202,7 +2202,7 @@ static const flex_int16_t yy_rule_linenum[238] =
#define YY_RESTORE_YY_MORE_OFFSET #define YY_RESTORE_YY_MORE_OFFSET
char *yytext; char *yytext;
#line 1 "dhcp6_lexer.ll" #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 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 License, v. 2.0. If a copy of the MPL was not distributed with this

View File

@ -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 # 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 # License, v. 2.0. If a copy of the MPL was not distributed with this