]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#974] copy right dates, mes files Changelog prepared for release
authorWlodek Wencel <wlodek@isc.org>
Tue, 29 Oct 2019 05:42:11 +0000 (06:42 +0100)
committerWlodek Wencel <wlodek@isc.org>
Tue, 29 Oct 2019 05:47:37 +0000 (06:47 +0100)
14 files changed:
ChangeLog
configure.ac
src/bin/agent/tests/parser_unittests.cc
src/bin/dhcp4/dhcp4_messages.mes
src/bin/dhcp6/dhcp6_messages.mes
src/bin/netconf/tests/parser_unittests.cc
src/hooks/dhcp/flex_option/flex_option_messages.mes
src/lib/dhcp/option_int.h
src/lib/dhcp/option_int_array.h
src/lib/dhcp/tests/pkt6_unittest.cc
src/lib/dhcpsrv/alloc_engine_messages.mes
src/lib/dhcpsrv/d2_client_mgr.cc
src/lib/dhcpsrv/d2_client_mgr.h
src/lib/dhcpsrv/tests/d2_udp_unittest.cc

index 23e9dfd95c5fdbb6a2e94d6e00184d26a62f9602..980a4ac3e1e8246ce5f3a2213338674fc3cca6db 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,5 @@
+Kea 1.7.1 released on Oct 30, 2019
+
 1681.  [func]          fdupont
        Added new command config-backend-pull which forces the server
        to immediately poll the configuration updates from the
index 6378ebe305cc3585ec407812ac062ad1dc3aadd4..2c11f111a2da969b4e9e250d72ad109a0a9d547c 100755 (executable)
@@ -7,7 +7,7 @@ AC_PREREQ([2.69])
 # For GIT versions, this is x.y.z-git, where x.y.z denotes the software
 # version that was used as a base + changes that were made later, but
 # are not released yet.
-AC_INIT(kea,1.7.1-git, kea-dev@lists.isc.org)
+AC_INIT(kea,1.7.1, kea-dev@lists.isc.org)
 AC_CONFIG_SRCDIR(README)
 
 # serial-tests is not available in automake version before 1.13, so
index 4cf8222659adbb09670580cf64ad90f6903cea0d..af6ef13b6ad20252bef4b8acbf0450bcf0fe78d5 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2017-2018 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2017-2019 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 bdbd3616ea7371d26e24c5d15ea1759cf95d9ba5..bfc76d113508d6405659218caef5004d6256cf1e 100644 (file)
@@ -46,6 +46,12 @@ by the process. The signal will be handled before the server starts
 waiting for next packets. The argument specifies the next signal to
 be handled by the server.
 
+% DHCP4_CB_ON_DEMAND_FETCH_UPDATES_FAIL error on demand attempt to fetch configuration updates from the configuration backend(s): %1
+This error message is issued when the server attempted to fetch
+configuration updates from the database and this on demand attempt failed.
+The sole argument which is returned to the config-backend-pull command
+caller too contains the reason for failure.
+
 % DHCP4_CB_PERIODIC_FETCH_UPDATES_FAIL error on periodic attempt to fetch configuration updates from the configuration backend(s): %1
 This error message is issued when the server attempted to fetch
 configuration updates from the database and this periodic attempt failed.
@@ -60,12 +66,6 @@ The server will continue to operate but won't make any further attempts
 to fetch configuration updates. The administrator must fix the configuration
 in the database and reload (or restart) the server.
 
-% DHCP4_CB_ON_DEMAND_FETCH_UPDATES_FAIL error on demand attempt to fetch configuration updates from the configuration backend(s): %1
-This error message is issued when the server attempted to fetch
-configuration updates from the database and this on demand attempt failed.
-The sole argument which is returned to the config-backend-pull command
-caller too contains the reason for failure.
-
 % DHCP4_CLASS_ASSIGNED %1: client packet has been assigned to the following class(es): %2
 This debug message informs that incoming packet has been assigned to specified
 class or classes. This is a normal behavior and indicates successful operation.
index 02b9dcac6821bd5cf4cfca67fee262a5343de7c1..9e4d6b25ae68f37323103adf8c7688b8479868c8 100644 (file)
@@ -53,6 +53,12 @@ by the process. The signal will be handled before the server starts
 waiting for next packets. The argument specifies the next signal to
 be handled by the server.
 
+% DHCP6_CB_ON_DEMAND_FETCH_UPDATES_FAIL error on demand attempt to fetch configuration updates from the configuration backend(s): %1
+This error message is issued when the server attempted to fetch
+configuration updates from the database and this on demand attempt failed.
+The sole argument which is returned to the config-backend-pull command
+caller too contains the reason for failure.
+
 % DHCP6_CB_PERIODIC_FETCH_UPDATES_FAIL error on periodic attempt to fetch configuration updates from the configuration backend(s): %1
 This error message is issued when the server attempted to fetch
 configuration updates from the database and this periodic attempt failed.
@@ -67,12 +73,6 @@ The server will continue to operate but won't make any further attempts
 to fetch configuration updates. The administrator must fix the configuration
 in the database and reload (or restart) the server.
 
-% DHCP6_CB_ON_DEMAND_FETCH_UPDATES_FAIL error on demand attempt to fetch configuration updates from the configuration backend(s): %1
-This error message is issued when the server attempted to fetch
-configuration updates from the database and this on demand attempt failed.
-The sole argument which is returned to the config-backend-pull command
-caller too contains the reason for failure.
-
 % DHCP6_CLASS_ASSIGNED %1: client packet has been assigned to the following class(es): %2
 This debug message informs that incoming packet has been assigned to specified
 class or classes. This is a normal behavior and indicates successful operation.
index 3842ed253064c21dba5957d8cb18dec3d87008c1..ed9dba969822d2bd1aa59a490ded1244f25a7e4b 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2018-2019 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 d2f1cdf6d310a0be0267d5732f3b24da431a7242..cef369376d4e63740b27b415a231a0ab7f7ae3d0 100644 (file)
@@ -28,4 +28,3 @@ hexadecimal is not) are provided.
 % FLEX_OPTION_UNLOAD Flex Option hooks library has been unloaded
 This info message indicates that the Flex Option hooks library has been
 unloaded.
-
index dc2994661ca8775598c20084ee32002f015f5a87..799eacf81fac5a9acbf01fa063610986cf4f3f76 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2012-2016 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2012-2019 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 c72b1338ed125673ef1a3926b52ebfc8d3f9b869..35b51a4e70d61fe1de0ecb21cd98283fca27c4cb 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2012-2016 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2012-2019 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 fefcf0b2b27de79824bf39ec3e3880edac11b8fa..5775d2ce92f3050eec3a23761715f27240fedbb5 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2011-2018 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2011-2019 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 7a748fdd94a0aa44cac275fd30a91fef01e92a42..250da47b09f1e466baad9e2254491e3d4523fa2e 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2015-2018 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2015-2019 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 9712403acfbfbe038f9358adb88af47c985b62c1..8160e6642bbc45ed874b4aa14541b9005b6b9d71 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2014-2015 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2014-2019 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 63bb64234f9a68ed6b7aa2dba6262a802e5052a2..db8469436b4e267f00e27226c2b9608990b4ca5e 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2014-2018 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2014-2019 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 b8abc9de9a69cb55eb71005b6d856666b3e53dfe..28139d14c4095e676a2ae710904f48c953908e64 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2014-2018 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2014-2019 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