]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[master] changes for 1.5.0-beta2 release
authorWlodek Wencel <wlodek@isc.org>
Thu, 29 Nov 2018 12:56:31 +0000 (13:56 +0100)
committerWlodek Wencel <wlodek@isc.org>
Thu, 29 Nov 2018 12:56:31 +0000 (13:56 +0100)
29 files changed:
ChangeLog
configure.ac
doc/devel/unit-tests.dox
src/bin/admin/kea-admin.xml
src/bin/agent/kea-ctrl-agent.xml
src/bin/d2/d2.dox
src/bin/d2/kea-dhcp-ddns.xml
src/bin/d2/tests/dns_client_unittests.cc
src/bin/dhcp4/kea-dhcp4.xml
src/bin/dhcp6/dhcp6.dox
src/bin/dhcp6/kea-dhcp6.xml
src/bin/keactrl/keactrl.xml
src/bin/lfc/kea-lfc.xml
src/bin/lfc/lfc.dox
src/bin/lfc/lfc_controller.h
src/bin/netconf/kea-netconf.xml
src/bin/perfdhcp/perfdhcp.xml
src/bin/shell/kea-shell.xml
src/bin/sockcreator/kea-sockcreator.xml
src/hooks/dhcp/lease_cmds/lease_cmds.dox
src/lib/asiodns/io_fetch.h
src/lib/cc/cc.dox
src/lib/config/base_command_mgr.h
src/lib/dhcp/pkt4o6.h
src/lib/dhcp/pkt_filter_lpf.cc
src/lib/dhcpsrv/host_container.h
src/lib/dhcpsrv/parsers/simple_parser4.h
src/lib/dhcpsrv/parsers/simple_parser6.h
src/lib/log/logging.dox

index b43de6d740fbb414be8e35712d58d7f49fc5f1fd..2ed216b9b882eda6529c72dec353a982d0a50290 100644 (file)
--- 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.
index 824af9d2621a580cc4369d5a7cfe55af352ddede..c6e0710b33598b6f4bd304a5ca8f4c5acca29a52 100644 (file)
@@ -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
index 640f94803878d0c416700c66475426bfdccc4aba..a15e338e4571ea0a9bb5de9ce6e493217a029066 100644 (file)
@@ -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
index 8750e6af8800f3958525e58c6ae4998a85f5a6f9..0b5e2bf6619ef6acb9e71d609c20e648613cc61b 100644 (file)
@@ -10,8 +10,8 @@
 <refentry>
   <info>
     <productname>ISC Kea</productname>
-    <date>Nov 9, 2018</date>
-    <edition>1.5.0-beta</edition>
+    <date>Nov 30, 2018</date>
+    <edition>1.5.0-beta2</edition>
     <author><personname/><contrib>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,
index 410f69357dc3b14d52b533d722d0859ab24052a5..cf113c934dde8030eddbb8b9b9f8edc682c14441 100644 (file)
@@ -11,8 +11,8 @@
 
   <info>
     <productname>ISC Kea</productname>
-    <date>Nov 9, 2018</date>
-    <edition>1.5.0-beta</edition>
+    <date>Nov 30, 2018</date>
+    <edition>1.5.0-beta2</edition>
     <author>
       <contrib>The Kea software has been written by a number of
         engineers working for ISC: Tomek Mrugalski, Stephen Morris, Marcin
index e9ce7e7357e45718a695ad455f21d7da3cfce55c..99694687e90ba159e6a4d902feae99d6053a45ab 100644 (file)
@@ -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
index 0c9e39e6f84130a439a87d5aa88ad01cdb85010a..fbb4e0bee527564700efe707272498a511ff1bbf 100644 (file)
@@ -10,8 +10,8 @@
 
   <info>
     <productname>ISC Kea</productname>
-    <date>Nov 9, 2018</date>
-    <edition>1.5.0-beta</edition>
+    <date>Nov 30, 2018</date>
+    <edition>1.5.0-beta2</edition>
     <author>
       <contrib>The Kea software has been written by a number of
         engineers working for ISC: Tomek Mrugalski, Stephen Morris, Marcin
index 095ec2f75c0ac810798e3542288ac07f532593a1..373d472ba998e3d3d9b9aaadec1c8ce96e5a4a6f 100644 (file)
@@ -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
index 49ae5c98967e6c31a7a650e5383e11f3379e9d49..93f5f025bb5ffefe7f04bcf5a4bbec1829dc6c43 100644 (file)
@@ -10,8 +10,8 @@
 
   <info>
     <productname>ISC Kea</productname>
-    <date>Nov 9, 2018</date>
-    <edition>1.5.0-beta</edition>
+    <date>Nov 30, 2018</date>
+    <edition>1.5.0-beta2</edition>
     <author>
       <contrib>The Kea software has been written by a number of
         engineers working for ISC: Tomek Mrugalski, Stephen Morris, Marcin
index 909ee1255d8cbf3536897a85b684d917934eeefa..8918d3bbf7c18b98b7f86d1a7c47f0f30afb2413 100644 (file)
@@ -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
index 190eb46fcbc76335dbcd506f50c9dd641625efea..59b635efd5d25e892aab87b3d131bfdec4efe6b6 100644 (file)
@@ -9,8 +9,8 @@
 
   <info>
     <productname>ISC Kea</productname>
-    <date>Nov 9, 2018</date>
-    <edition>1.5.0-beta</edition>
+    <date>Nov 30, 2018</date>
+    <edition>1.5.0-beta2</edition>
     <author>
       <contrib>The Kea software has been written by a number of
         engineers working for ISC: Tomek Mrugalski, Stephen Morris, Marcin
index 0453411c9cf3f3c6a071058cb8a1020fc49775b6..22c280363196d88a99443156704a73e1de581104 100644 (file)
@@ -9,8 +9,8 @@
 <refentry>
   <info>
     <productname>ISC Kea</productname>
-    <date>Nov 9, 2018</date>
-    <edition>1.5.0-beta</edition>
+    <date>Nov 30, 2018</date>
+    <edition>1.5.0-beta2</edition>
     <author>
       <personname/>
       <contrib>The Kea software has been written by a number of
index 24a6ed5d71cca430b1bb56aa99ec73daf36b1116..0e0d68f214c42b586ed002df0d2f5dcfe1781193 100644 (file)
@@ -11,8 +11,8 @@
 
   <info>
     <productname>ISC Kea</productname>
-    <date>Nov 9, 2018</date>
-    <edition>1.5.0-beta</edition>
+    <date>Nov 30, 2018</date>
+    <edition>1.5.0-beta2</edition>
     <author><personname/><contrib>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,
index 97e37dfe839a05edaec1c3626f30d10995a61f4d..769a3ff308a2a2b4e621a807c396b7a782f18dbe 100644 (file)
@@ -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
index 0153eaf6a29a059d150218df5354e6d1d61302b2..d58b418358d5481560714ab11d685ceb068bf6f3 100644 (file)
@@ -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
index fc67cef05b38225d317a29365ef10a657e01e23c..9751732d004cbd3c116568cf39a4b3278d3cd13f 100644 (file)
@@ -10,8 +10,8 @@
 
   <info>
     <productname>ISC Kea</productname>
-    <date>Nov. 9, 2018</date>
-    <edition>1.5.0-beta</edition>
+    <date>Nov 30, 2018</date>
+    <edition>1.5.0-beta2</edition>
     <author>
       <contrib>The Kea software has been written by a number of
         engineers working for ISC: Tomek Mrugalski, Stephen Morris, Marcin
index 15dbb4ddb8a3b1f2845f9b6e7a23c95abe6d642b..7545bd69c7f45a579e5d191de3db85274c8283b0 100644 (file)
@@ -10,8 +10,8 @@
 
     <info>
       <productname>ISC Kea</productname>
-      <date>Nov 9, 2018</date>
-      <edition>1.5.0-beta</edition>
+      <date>Nov 30, 2018</date>
+      <edition>1.5.0-beta2</edition>
       <author>
         <personname/>
         <contrib>The Kea software has been written by a number of
index 12d797989d48476cf5d01bc0285ab389ab3aa04b..b1112994abc95fecc1dae0e9b8c38a3b70546f87 100644 (file)
@@ -10,8 +10,8 @@
 
   <info>
     <productname>ISC Kea</productname>
-    <date>Nov 9, 2018</date>
-    <edition>1.5.0-beta</edition>
+    <date>Nov 30, 2018</date>
+    <edition>1.5.0-beta2</edition>
     <author>
       <contrib>The Kea software has been written by a number of
         engineers working for ISC: Tomek Mrugalski, Stephen Morris, Marcin
index 493a1054b16054172d399c4a23dcd84f3114a71b..3bce122cb4532a8e04fdde5dea4dcac222f83eaa 100644 (file)
@@ -10,8 +10,8 @@
 
   <refentryinfo>
     <productname>ISC Kea</productname>
-    <date>Nov 9, 2018</date>
-    <edition>1.5.0-beta</edition>
+    <date>Nov 30, 2018</date>
+    <edition>1.5.0-beta2</edition>
     <author>
       <contrib>The Kea software has been written by a number of
         engineers working for ISC: Tomek Mrugalski, Stephen Morris, Marcin
index 879f045b36bc08d18a4f2d7784947a6572f2139d..8afbc1107cec03039638885fc29c1d6b80209b33 100644 (file)
@@ -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
index 832355f6ec14cb12174a456183298f5bcb601256..c6e909f286593093b78f80ca49e72ee2f6b3ccd3 100644 (file)
@@ -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
index 4cbbc9da8e2ccbb1a67c931622d546f07db9b8da..2bce970923de248a4fc70ccff9f501d6956956df 100644 (file)
@@ -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
index 1b6d077e20bcd57852e20185abc8fca635da5466..dd4ee153da432a883a42b45347d7bc8567a41381 100644 (file)
@@ -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
index ecf0cb295ba702aa4e9f566f593a375f0473339c..be46460e9a9cdcd3e6fbaff9767c2b5a7f46e9db 100644 (file)
@@ -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
index 158754d20c51f7f0c9b68e49132c2c9a1b87db5c..0c17d86f1eea385195090369764c8a4cafefb341 100644 (file)
@@ -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
index 4d420b47fcded8c9d83b13303bc349e6a375fe32..442a2ea78c2aae51da417fc0bf14740fb8e83ac6 100644 (file)
@@ -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
index b3487a3be315d279e8ac46e8e4a4736efa693b0a..ef7657eff0b98bd5e2cac16d858a7b825274d775 100644 (file)
@@ -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
index 8c2173e51daf9454bbebde5d387cf6f66cfaf036..2c49bb5c5cff862c39f4e3bdcb075041886f2de7 100644 (file)
@@ -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
index 0cc896a2b32ff3df4d5d5adb9ebf89d44554516b..66baea68071e5218379e19bbf74bf1cb1bf8e728 100644 (file)
@@ -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