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:
@@ -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
|
||||||
|
@@ -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
|
||||||
|
@@ -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
|
||||||
|
@@ -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
|
||||||
|
@@ -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
|
||||||
|
@@ -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
|
||||||
|
@@ -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
|
||||||
|
@@ -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
|
||||||
|
@@ -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
|
||||||
|
@@ -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
|
||||||
|
Reference in New Issue
Block a user