From: Wlodek Wencel Date: Thu, 29 Nov 2018 12:56:31 +0000 (+0100) Subject: [master] changes for 1.5.0-beta2 release X-Git-Tag: 306-distribute-yang-modules_base~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cd646f915f5f6f5a2d46a41179482301b76b7804;p=thirdparty%2Fkea.git [master] changes for 1.5.0-beta2 release --- diff --git a/ChangeLog b/ChangeLog index b43de6d740..2ed216b9b8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,5 @@ +Kea 1.5.0-beta2 released on Nov 30, 2018 + 1492. [doc] fdupont Added a step by step netconf operation example in the Kea Administrators's Guide. @@ -73,7 +75,7 @@ (Gitlab #204,!98, git a830adcefd9306969216d35c51306df3610278bb) 1480. [func] fdupont - The unused cconfiguration parameter "always-include-fqdn" + The unused configuration parameter "always-include-fqdn" was removed. Configurations using it will be rejected as it is no longer recognized. (Gitlab #182,!128, git cafeba167e7c64370dd39eca4551f61acd89d3da) @@ -88,7 +90,7 @@ Kea High Availability. (Gitlab #57,!122, git 7bd97af1f3d7670cd64cadf0d0cb9ddbe4e74909) -Kea 1.5.0-beta released on Nov 9, 2018 +Kea 1.5.0-beta1 released on Nov 9, 2018 1477. [build] marcin Bumped up libraries version numbers for Kea 1.5.0 beta release. diff --git a/configure.ac b/configure.ac index 824af9d262..c6e0710b33 100644 --- a/configure.ac +++ b/configure.ac @@ -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.5.0-beta1-git, kea-dev@lists.isc.org) +AC_INIT(kea,1.5.0-beta2-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/devel/unit-tests.dox b/doc/devel/unit-tests.dox index 640f948038..a15e338e45 100644 --- a/doc/devel/unit-tests.dox +++ b/doc/devel/unit-tests.dox @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2016 Internet Systems Consortium, Inc. ("ISC") +// Copyright (C) 2015-2018 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/admin/kea-admin.xml b/src/bin/admin/kea-admin.xml index 8750e6af88..0b5e2bf661 100644 --- a/src/bin/admin/kea-admin.xml +++ b/src/bin/admin/kea-admin.xml @@ -10,8 +10,8 @@ ISC Kea - Nov 9, 2018 - 1.5.0-beta + Nov 30, 2018 + 1.5.0-beta2 The Kea software has been written by a number of engineers working for ISC: Tomek Mrugalski, Stephen Morris, Marcin Siodelski, Thomas Markwalder, Francis Dupont, Jeremy C. Reed, diff --git a/src/bin/agent/kea-ctrl-agent.xml b/src/bin/agent/kea-ctrl-agent.xml index 410f69357d..cf113c934d 100644 --- a/src/bin/agent/kea-ctrl-agent.xml +++ b/src/bin/agent/kea-ctrl-agent.xml @@ -11,8 +11,8 @@ ISC Kea - Nov 9, 2018 - 1.5.0-beta + Nov 30, 2018 + 1.5.0-beta2 The Kea software has been written by a number of engineers working for ISC: Tomek Mrugalski, Stephen Morris, Marcin diff --git a/src/bin/d2/d2.dox b/src/bin/d2/d2.dox index e9ce7e7357..99694687e9 100644 --- a/src/bin/d2/d2.dox +++ b/src/bin/d2/d2.dox @@ -1,4 +1,4 @@ -// Copyright (C) 2014-2017 Internet Systems Consortium, Inc. ("ISC") +// Copyright (C) 2014-2018 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/d2/kea-dhcp-ddns.xml b/src/bin/d2/kea-dhcp-ddns.xml index 0c9e39e6f8..fbb4e0bee5 100644 --- a/src/bin/d2/kea-dhcp-ddns.xml +++ b/src/bin/d2/kea-dhcp-ddns.xml @@ -10,8 +10,8 @@ ISC Kea - Nov 9, 2018 - 1.5.0-beta + Nov 30, 2018 + 1.5.0-beta2 The Kea software has been written by a number of engineers working for ISC: Tomek Mrugalski, Stephen Morris, Marcin diff --git a/src/bin/d2/tests/dns_client_unittests.cc b/src/bin/d2/tests/dns_client_unittests.cc index 095ec2f75c..373d472ba9 100644 --- a/src/bin/d2/tests/dns_client_unittests.cc +++ b/src/bin/d2/tests/dns_client_unittests.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2013-2017 Internet Systems Consortium, Inc. ("ISC") +// Copyright (C) 2013-2018 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/kea-dhcp4.xml b/src/bin/dhcp4/kea-dhcp4.xml index 49ae5c9896..93f5f025bb 100644 --- a/src/bin/dhcp4/kea-dhcp4.xml +++ b/src/bin/dhcp4/kea-dhcp4.xml @@ -10,8 +10,8 @@ ISC Kea - Nov 9, 2018 - 1.5.0-beta + Nov 30, 2018 + 1.5.0-beta2 The Kea software has been written by a number of engineers working for ISC: Tomek Mrugalski, Stephen Morris, Marcin diff --git a/src/bin/dhcp6/dhcp6.dox b/src/bin/dhcp6/dhcp6.dox index 909ee1255d..8918d3bbf7 100644 --- a/src/bin/dhcp6/dhcp6.dox +++ b/src/bin/dhcp6/dhcp6.dox @@ -1,4 +1,4 @@ -// Copyright (C) 2012-2017 Internet Systems Consortium, Inc. ("ISC") +// Copyright (C) 2012-2018 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/kea-dhcp6.xml b/src/bin/dhcp6/kea-dhcp6.xml index 190eb46fcb..59b635efd5 100644 --- a/src/bin/dhcp6/kea-dhcp6.xml +++ b/src/bin/dhcp6/kea-dhcp6.xml @@ -9,8 +9,8 @@ ISC Kea - Nov 9, 2018 - 1.5.0-beta + Nov 30, 2018 + 1.5.0-beta2 The Kea software has been written by a number of engineers working for ISC: Tomek Mrugalski, Stephen Morris, Marcin diff --git a/src/bin/keactrl/keactrl.xml b/src/bin/keactrl/keactrl.xml index 0453411c9c..22c2803631 100644 --- a/src/bin/keactrl/keactrl.xml +++ b/src/bin/keactrl/keactrl.xml @@ -9,8 +9,8 @@ ISC Kea - Nov 9, 2018 - 1.5.0-beta + Nov 30, 2018 + 1.5.0-beta2 The Kea software has been written by a number of diff --git a/src/bin/lfc/kea-lfc.xml b/src/bin/lfc/kea-lfc.xml index 24a6ed5d71..0e0d68f214 100644 --- a/src/bin/lfc/kea-lfc.xml +++ b/src/bin/lfc/kea-lfc.xml @@ -11,8 +11,8 @@ ISC Kea - Nov 9, 2018 - 1.5.0-beta + Nov 30, 2018 + 1.5.0-beta2 The Kea software has been written by a number of engineers working for ISC: Tomek Mrugalski, Stephen Morris, Marcin Siodelski, Thomas Markwalder, Francis Dupont, Jeremy C. Reed, diff --git a/src/bin/lfc/lfc.dox b/src/bin/lfc/lfc.dox index 97e37dfe83..769a3ff308 100644 --- a/src/bin/lfc/lfc.dox +++ b/src/bin/lfc/lfc.dox @@ -1,4 +1,4 @@ -// Copyright (C) 2015 Internet Systems Consortium, Inc. ("ISC") +// Copyright (C) 2015-2018 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/lfc/lfc_controller.h b/src/bin/lfc/lfc_controller.h index 0153eaf6a2..d58b418358 100644 --- a/src/bin/lfc/lfc_controller.h +++ b/src/bin/lfc/lfc_controller.h @@ -1,4 +1,4 @@ -// Copyright (C) 2015,2017 Internet Systems Consortium, Inc. ("ISC") +// Copyright (C) 2015-2018 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/netconf/kea-netconf.xml b/src/bin/netconf/kea-netconf.xml index fc67cef05b..9751732d00 100644 --- a/src/bin/netconf/kea-netconf.xml +++ b/src/bin/netconf/kea-netconf.xml @@ -10,8 +10,8 @@ ISC Kea - Nov. 9, 2018 - 1.5.0-beta + Nov 30, 2018 + 1.5.0-beta2 The Kea software has been written by a number of engineers working for ISC: Tomek Mrugalski, Stephen Morris, Marcin diff --git a/src/bin/perfdhcp/perfdhcp.xml b/src/bin/perfdhcp/perfdhcp.xml index 15dbb4ddb8..7545bd69c7 100644 --- a/src/bin/perfdhcp/perfdhcp.xml +++ b/src/bin/perfdhcp/perfdhcp.xml @@ -10,8 +10,8 @@ ISC Kea - Nov 9, 2018 - 1.5.0-beta + Nov 30, 2018 + 1.5.0-beta2 The Kea software has been written by a number of diff --git a/src/bin/shell/kea-shell.xml b/src/bin/shell/kea-shell.xml index 12d797989d..b1112994ab 100644 --- a/src/bin/shell/kea-shell.xml +++ b/src/bin/shell/kea-shell.xml @@ -10,8 +10,8 @@ ISC Kea - Nov 9, 2018 - 1.5.0-beta + Nov 30, 2018 + 1.5.0-beta2 The Kea software has been written by a number of engineers working for ISC: Tomek Mrugalski, Stephen Morris, Marcin diff --git a/src/bin/sockcreator/kea-sockcreator.xml b/src/bin/sockcreator/kea-sockcreator.xml index 493a1054b1..3bce122cb4 100644 --- a/src/bin/sockcreator/kea-sockcreator.xml +++ b/src/bin/sockcreator/kea-sockcreator.xml @@ -10,8 +10,8 @@ ISC Kea - Nov 9, 2018 - 1.5.0-beta + Nov 30, 2018 + 1.5.0-beta2 The Kea software has been written by a number of engineers working for ISC: Tomek Mrugalski, Stephen Morris, Marcin diff --git a/src/hooks/dhcp/lease_cmds/lease_cmds.dox b/src/hooks/dhcp/lease_cmds/lease_cmds.dox index 879f045b36..8afbc1107c 100644 --- a/src/hooks/dhcp/lease_cmds/lease_cmds.dox +++ b/src/hooks/dhcp/lease_cmds/lease_cmds.dox @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Internet Systems Consortium, Inc. ("ISC") +// Copyright (C) 2017-2018 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/asiodns/io_fetch.h b/src/lib/asiodns/io_fetch.h index 832355f6ec..c6e909f286 100644 --- a/src/lib/asiodns/io_fetch.h +++ b/src/lib/asiodns/io_fetch.h @@ -1,4 +1,4 @@ -// Copyright (C) 2010-2017 Internet Systems Consortium, Inc. ("ISC") +// Copyright (C) 2010-2018 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/cc/cc.dox b/src/lib/cc/cc.dox index 4cbbc9da8e..2bce970923 100644 --- a/src/lib/cc/cc.dox +++ b/src/lib/cc/cc.dox @@ -1,4 +1,4 @@ -// Copyright (C) 2016-2017 Internet Systems Consortium, Inc. ("ISC") +// Copyright (C) 2016-2018 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/config/base_command_mgr.h b/src/lib/config/base_command_mgr.h index 1b6d077e20..dd4ee153da 100644 --- a/src/lib/config/base_command_mgr.h +++ b/src/lib/config/base_command_mgr.h @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Internet Systems Consortium, Inc. ("ISC") +// Copyright (C) 2017-2018 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/dhcp/pkt4o6.h b/src/lib/dhcp/pkt4o6.h index ecf0cb295b..be46460e9a 100644 --- a/src/lib/dhcp/pkt4o6.h +++ b/src/lib/dhcp/pkt4o6.h @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2016 Internet Systems Consortium, Inc. ("ISC") +// Copyright (C) 2015-2018 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/dhcp/pkt_filter_lpf.cc b/src/lib/dhcp/pkt_filter_lpf.cc index 158754d20c..0c17d86f1e 100644 --- a/src/lib/dhcp/pkt_filter_lpf.cc +++ b/src/lib/dhcp/pkt_filter_lpf.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2013-2017 Internet Systems Consortium, Inc. ("ISC") +// Copyright (C) 2013-2018 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/host_container.h b/src/lib/dhcpsrv/host_container.h index 4d420b47fc..442a2ea78c 100644 --- a/src/lib/dhcpsrv/host_container.h +++ b/src/lib/dhcpsrv/host_container.h @@ -1,4 +1,4 @@ -// Copyright (C) 2014-2017 Internet Systems Consortium, Inc. ("ISC") +// Copyright (C) 2014-2018 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/parsers/simple_parser4.h b/src/lib/dhcpsrv/parsers/simple_parser4.h index b3487a3be3..ef7657eff0 100644 --- a/src/lib/dhcpsrv/parsers/simple_parser4.h +++ b/src/lib/dhcpsrv/parsers/simple_parser4.h @@ -1,4 +1,4 @@ -// Copyright (C) 2016-2017 Internet Systems Consortium, Inc. ("ISC") +// Copyright (C) 2016-2018 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/parsers/simple_parser6.h b/src/lib/dhcpsrv/parsers/simple_parser6.h index 8c2173e51d..2c49bb5c5c 100644 --- a/src/lib/dhcpsrv/parsers/simple_parser6.h +++ b/src/lib/dhcpsrv/parsers/simple_parser6.h @@ -1,4 +1,4 @@ -// Copyright (C) 2016-2017 Internet Systems Consortium, Inc. ("ISC") +// Copyright (C) 2016-2018 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/log/logging.dox b/src/lib/log/logging.dox index 0cc896a2b3..66baea6807 100644 --- a/src/lib/log/logging.dox +++ b/src/lib/log/logging.dox @@ -1,4 +1,4 @@ -// Copyright (C) 2013-2015 Internet Systems Consortium, Inc. ("ISC") +// Copyright (C) 2013-2018 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