]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#2500] release changes
authorWlodek Wencel <wlodek@isc.org>
Thu, 21 Jul 2022 11:58:11 +0000 (04:58 -0700)
committerWlodzimierz Wencel <wlodek@isc.org>
Thu, 21 Jul 2022 16:24:43 +0000 (16:24 +0000)
14 files changed:
ChangeLog
configure.ac
doc/sphinx/grammar/grammar-ca-parser.rst
doc/sphinx/grammar/grammar-d2-parser.rst
doc/sphinx/grammar/grammar-dhcp4-parser.rst
doc/sphinx/grammar/grammar-dhcp6-parser.rst
doc/sphinx/grammar/grammar-netconf-parser.rst
hammer.py
src/bin/dhcp4/dhcp4_srv.cc
src/bin/dhcp4/tests/shared_network_unittest.cc
src/bin/dhcp6/dhcp6_srv.cc
src/lib/dhcpsrv/alloc_engine.cc
src/lib/hooks/callout_handle.cc
src/lib/hooks/callout_handle.h

index 6911c630dbf81366ef60deb2bc3531b8b4a33db1..5e43faa96e0291409786ec6bd9d5b6362e672cef 100644 (file)
--- 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)
index e0f4d34da5aff4fa9df0995c3d978943336bb492..017b7b99d764c26a001dd3ffffa6a3af3ff7c577 100644 (file)
@@ -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
index c82dd714c532f8dd2d39255a3f61b7a8cd8662b0..99c8e2061aa06bc9b0b0904e377c502ff7586da9 100644 (file)
@@ -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:
index e820813759e9d642544f2d19e6e9c0c081e9c387..3044728e6dc3f9698766e442980394424d536e5f 100644 (file)
@@ -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:
index 3c8c613360da9cf80d34879ec83e55980b78c1cd..3028535c72bd0ab5820bc794aaf6490be11c4da6 100644 (file)
@@ -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:
index 0bf8f5733d5b96c2e4fda85b1e307cabd16c4301..69d45d2e22e6482e5fd1ed07a08ba0422458b7d0 100644 (file)
@@ -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:
index c0d74794b7a4c369e21b5bffeea203250c641410..969d1e0a9560c431097e2f26d2f62a39382f7046 100644 (file)
@@ -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:
index e2a3d10ca5a9c02377ff63c3290b10779431b900..59ede12838b1e4e54d2e13f58db422241dad3538 100755 (executable)
--- 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
index 3d6f56edd8beeb7a13a0fd50363ddeb6f13bc788..c4b75d3b5d529a9472409abdc0957bd668596ddb 100644 (file)
@@ -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
index cc1f908163e82f7f11278232268296b5949e39f2..6dffbefa4c52763bf77ce7eda4f0b686ab4ef7a6 100644 (file)
@@ -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
index 584691d13b30558fed73934c2b6e59ea566f406a..1ca9a7c3939dc14d9e15b498a1cb2e1a54b4764e 100644 (file)
@@ -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
index ff68d37b5b131741ad811977ef5f818f1f646545..4790813261d3a5993cace1dbea364f4ecb83255a 100644 (file)
@@ -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
index 89a235a8fca83a4fd79ba3a70bc2ae627e3e3cd7..6877b65ac6739fec47d92397fbd3c70c4b8395be 100644 (file)
@@ -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
index a8be978cfe78e7f58db6a81d02d8cfb930e0b137..bcd3b0d8b22878f9a6d3dfde9037e7f8c0c7749c 100644 (file)
@@ -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