From f69ff5200da194f382bbfb970ba507e7b8281e28 Mon Sep 17 00:00:00 2001 From: Wlodek Wencel Date: Thu, 21 Jul 2022 04:58:11 -0700 Subject: [PATCH] [#2500] release changes --- ChangeLog | 2 ++ configure.ac | 2 +- doc/sphinx/grammar/grammar-ca-parser.rst | 2 +- doc/sphinx/grammar/grammar-d2-parser.rst | 2 +- doc/sphinx/grammar/grammar-dhcp4-parser.rst | 2 +- doc/sphinx/grammar/grammar-dhcp6-parser.rst | 2 +- doc/sphinx/grammar/grammar-netconf-parser.rst | 2 +- hammer.py | 2 +- src/bin/dhcp4/dhcp4_srv.cc | 2 +- src/bin/dhcp4/tests/shared_network_unittest.cc | 2 +- src/bin/dhcp6/dhcp6_srv.cc | 2 +- src/lib/dhcpsrv/alloc_engine.cc | 2 +- src/lib/hooks/callout_handle.cc | 2 +- src/lib/hooks/callout_handle.h | 2 +- 14 files changed, 15 insertions(+), 13 deletions(-) diff --git a/ChangeLog b/ChangeLog index 6911c630db..5e43faa96e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,5 @@ +Kea 2.0.3 (stable) released on July 27, 2022 + 1961. [build] razvan Library version numbers bumped for Kea 2.0.3 stable version. (Gitlab #2488) diff --git a/configure.ac b/configure.ac index e0f4d34da5..017b7b99d7 100644 --- a/configure.ac +++ b/configure.ac @@ -6,7 +6,7 @@ AC_PREREQ([2.69]) # 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 # version that is worked on and that is to be released. -AC_INIT(kea,2.0.2-git, kea-dev@lists.isc.org) +AC_INIT(kea,2.0.3-git, kea-dev@lists.isc.org) AC_CONFIG_SRCDIR(README) # serial-tests is not available in automake version before 1.13, so diff --git a/doc/sphinx/grammar/grammar-ca-parser.rst b/doc/sphinx/grammar/grammar-ca-parser.rst index c82dd714c5..99c8e2061a 100644 --- a/doc/sphinx/grammar/grammar-ca-parser.rst +++ b/doc/sphinx/grammar/grammar-ca-parser.rst @@ -1,5 +1,5 @@ -Grammar generated on 2021-12-14 13:12. See Chapter :ref:`kea-ctrl-agent` for an explanation. +Grammar generated on 2022-07-21 11:07. See Chapter :ref:`kea-ctrl-agent` for an explanation. .. code-block:: BNF :linenos: diff --git a/doc/sphinx/grammar/grammar-d2-parser.rst b/doc/sphinx/grammar/grammar-d2-parser.rst index e820813759..3044728e6d 100644 --- a/doc/sphinx/grammar/grammar-d2-parser.rst +++ b/doc/sphinx/grammar/grammar-d2-parser.rst @@ -1,5 +1,5 @@ -Grammar generated on 2021-12-14 13:12. See Chapter :ref:`dhcp-ddns-server` for an explanation. +Grammar generated on 2022-07-21 11:07. See Chapter :ref:`dhcp-ddns-server` for an explanation. .. code-block:: BNF :linenos: diff --git a/doc/sphinx/grammar/grammar-dhcp4-parser.rst b/doc/sphinx/grammar/grammar-dhcp4-parser.rst index 3c8c613360..3028535c72 100644 --- a/doc/sphinx/grammar/grammar-dhcp4-parser.rst +++ b/doc/sphinx/grammar/grammar-dhcp4-parser.rst @@ -1,5 +1,5 @@ -Grammar generated on 2021-12-14 13:12. See Chapter :ref:`dhcp4` for an explanation. +Grammar generated on 2022-07-21 11:07. See Chapter :ref:`dhcp4` for an explanation. .. code-block:: BNF :linenos: diff --git a/doc/sphinx/grammar/grammar-dhcp6-parser.rst b/doc/sphinx/grammar/grammar-dhcp6-parser.rst index 0bf8f5733d..69d45d2e22 100644 --- a/doc/sphinx/grammar/grammar-dhcp6-parser.rst +++ b/doc/sphinx/grammar/grammar-dhcp6-parser.rst @@ -1,5 +1,5 @@ -Grammar generated on 2021-12-14 13:12. See Chapter :ref:`dhcp6` for an explanation. +Grammar generated on 2022-07-21 11:07. See Chapter :ref:`dhcp6` for an explanation. .. code-block:: BNF :linenos: diff --git a/doc/sphinx/grammar/grammar-netconf-parser.rst b/doc/sphinx/grammar/grammar-netconf-parser.rst index c0d74794b7..969d1e0a95 100644 --- a/doc/sphinx/grammar/grammar-netconf-parser.rst +++ b/doc/sphinx/grammar/grammar-netconf-parser.rst @@ -1,5 +1,5 @@ -Grammar generated on 2021-12-14 13:12. See Chapter :ref:`netconf` for an explanation. +Grammar generated on 2022-07-21 11:07. See Chapter :ref:`netconf` for an explanation. .. code-block:: BNF :linenos: diff --git a/hammer.py b/hammer.py index e2a3d10ca5..59ede12838 100755 --- a/hammer.py +++ b/hammer.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 -# Copyright (C) 2018-2021 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2018-2022 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/dhcp4/dhcp4_srv.cc b/src/bin/dhcp4/dhcp4_srv.cc index 3d6f56edd8..c4b75d3b5d 100644 --- a/src/bin/dhcp4/dhcp4_srv.cc +++ b/src/bin/dhcp4/dhcp4_srv.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2011-2021 Internet Systems Consortium, Inc. ("ISC") +// Copyright (C) 2011-2022 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/dhcp4/tests/shared_network_unittest.cc b/src/bin/dhcp4/tests/shared_network_unittest.cc index cc1f908163..6dffbefa4c 100644 --- a/src/bin/dhcp4/tests/shared_network_unittest.cc +++ b/src/bin/dhcp4/tests/shared_network_unittest.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2017-2021 Internet Systems Consortium, Inc. ("ISC") +// Copyright (C) 2017-2022 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_srv.cc b/src/bin/dhcp6/dhcp6_srv.cc index 584691d13b..1ca9a7c393 100644 --- a/src/bin/dhcp6/dhcp6_srv.cc +++ b/src/bin/dhcp6/dhcp6_srv.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2011-2021 Internet Systems Consortium, Inc. ("ISC") +// Copyright (C) 2011-2022 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/dhcpsrv/alloc_engine.cc b/src/lib/dhcpsrv/alloc_engine.cc index ff68d37b5b..4790813261 100644 --- a/src/lib/dhcpsrv/alloc_engine.cc +++ b/src/lib/dhcpsrv/alloc_engine.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2012-2021 Internet Systems Consortium, Inc. ("ISC") +// Copyright (C) 2012-2022 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/hooks/callout_handle.cc b/src/lib/hooks/callout_handle.cc index 89a235a8fc..6877b65ac6 100644 --- a/src/lib/hooks/callout_handle.cc +++ b/src/lib/hooks/callout_handle.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2013-2020 Internet Systems Consortium, Inc. ("ISC") +// Copyright (C) 2013-2022 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/hooks/callout_handle.h b/src/lib/hooks/callout_handle.h index a8be978cfe..bcd3b0d8b2 100644 --- a/src/lib/hooks/callout_handle.h +++ b/src/lib/hooks/callout_handle.h @@ -1,4 +1,4 @@ -// Copyright (C) 2013-2020 Internet Systems Consortium, Inc. ("ISC") +// Copyright (C) 2013-2022 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 -- 2.47.2