2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-09-02 15:05:16 +00:00

[#3512] release changes

This commit is contained in:
Wlodek Wencel
2024-07-25 10:00:45 +02:00
parent a40670bc3e
commit f122db289e
10 changed files with 11 additions and 9 deletions

View File

@@ -1,3 +1,5 @@
Kea 2.6.1 (stable) released on July 31, 2024
2252. [bug] tmark, razvan 2252. [bug] tmark, razvan
Corrected an issue in MySQL config back end that Corrected an issue in MySQL config back end that
causes preferred life time values to be overwritten causes preferred life time values to be overwritten

View File

@@ -6,7 +6,7 @@ AC_PREREQ([2.69])
# For released versions, this is in x.y.z format. # 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 # 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. # version that is worked on and that is to be released.
AC_INIT(kea, 2.6.0-git, kea-dev@lists.isc.org) AC_INIT(kea, 2.6.1-git, kea-dev@lists.isc.org)
AC_CONFIG_SRCDIR(README) AC_CONFIG_SRCDIR(README)
# serial-tests is not available in automake version before 1.13, so # serial-tests is not available in automake version before 1.13, so

View File

@@ -1,4 +1,4 @@
// Copyright (C) 2018-2022 Internet Systems Consortium, Inc. ("ISC") // Copyright (C) 2018-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) 2019-2022 Internet Systems Consortium, Inc. ("ISC") // Copyright (C) 2019-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) 2021-2022 Internet Systems Consortium, Inc. ("ISC") // Copyright (C) 2021-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) 2022 Internet Systems Consortium, Inc. ("ISC") // Copyright (C) 2022-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) 2012-2023 Internet Systems Consortium, Inc. ("ISC") // Copyright (C) 2012-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) 2022 Internet Systems Consortium, Inc. ("ISC") // Copyright (C) 2022-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-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-2023 Internet Systems Consortium. -- Copyright (C) 2016-2024 Internet Systems Consortium.
-- 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