summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWlodek Wencel <wlodek@isc.org>2018-12-12 03:14:32 +0100
committerWlodek Wencel <wlodek@isc.org>2018-12-12 03:14:32 +0100
commitc05b87963574176161e362bfaae695169fcf22d1 (patch)
tree429a1f841e46871dd9e7bf3028f326efef04b48e
parent[#284,!146] Minor correction in netconf/simple-dhcp4.json (diff)
downloadkea-c05b87963574176161e362bfaae695169fcf22d1.tar.xz
kea-c05b87963574176161e362bfaae695169fcf22d1.zip
[master] changes for 1.5.0 final release343-put-socket-control-buffer-in-the-stack_base
-rw-r--r--ChangeLog2
-rw-r--r--src/bin/admin/kea-admin.xml4
-rw-r--r--src/bin/admin/tests/dhcpdb_create_1.0.mysql2
-rw-r--r--src/bin/admin/tests/dhcpdb_create_1.0.pgsql2
-rw-r--r--src/bin/agent/kea-ctrl-agent.xml4
-rw-r--r--src/bin/d2/kea-dhcp-ddns.xml4
-rw-r--r--src/bin/dhcp4/kea-dhcp4.xml4
-rw-r--r--src/bin/dhcp6/kea-dhcp6.xml4
-rw-r--r--src/bin/keactrl/keactrl.xml4
-rw-r--r--src/bin/lfc/kea-lfc.xml4
-rw-r--r--src/bin/netconf/kea-netconf.xml4
-rw-r--r--src/bin/perfdhcp/perfdhcp.xml4
-rw-r--r--src/bin/shell/kea-shell.xml4
-rw-r--r--src/bin/sockcreator/kea-sockcreator.xml4
-rw-r--r--src/lib/dhcp/option6_client_fqdn.cc2
-rw-r--r--src/lib/hooks/hooks_log.cc2
-rw-r--r--src/lib/testutils/dhcp_test_lib.sh.in2
17 files changed, 29 insertions, 27 deletions
diff --git a/ChangeLog b/ChangeLog
index 9597886df5..db4af4a83f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,5 @@
+Kea 1.5.0 released on Dec 14, 2018
+
1506. [build] marcin
Bumped up libraries version numbers for Kea 1.5.0 final release.
(Gitlab #338,!168, git 551c5d704804d0ab2ea276e95dbae66b9d0f5561)
diff --git a/src/bin/admin/kea-admin.xml b/src/bin/admin/kea-admin.xml
index 0b5e2bf661..8192c0f7d7 100644
--- a/src/bin/admin/kea-admin.xml
+++ b/src/bin/admin/kea-admin.xml
@@ -10,8 +10,8 @@
<refentry>
<info>
<productname>ISC Kea</productname>
- <date>Nov 30, 2018</date>
- <edition>1.5.0-beta2</edition>
+ <date>Dec 14, 2018</date>
+ <edition>1.5.0</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,
diff --git a/src/bin/admin/tests/dhcpdb_create_1.0.mysql b/src/bin/admin/tests/dhcpdb_create_1.0.mysql
index 1a66106c45..3136028b5d 100644
--- a/src/bin/admin/tests/dhcpdb_create_1.0.mysql
+++ b/src/bin/admin/tests/dhcpdb_create_1.0.mysql
@@ -1,4 +1,4 @@
-# Copyright (C) 2012-2016 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/admin/tests/dhcpdb_create_1.0.pgsql b/src/bin/admin/tests/dhcpdb_create_1.0.pgsql
index b48d6e29e5..cbe9ff9761 100644
--- a/src/bin/admin/tests/dhcpdb_create_1.0.pgsql
+++ b/src/bin/admin/tests/dhcpdb_create_1.0.pgsql
@@ -1,4 +1,4 @@
--- Copyright (C) 2012-2016 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/agent/kea-ctrl-agent.xml b/src/bin/agent/kea-ctrl-agent.xml
index cf113c934d..2e3e64c58c 100644
--- a/src/bin/agent/kea-ctrl-agent.xml
+++ b/src/bin/agent/kea-ctrl-agent.xml
@@ -11,8 +11,8 @@
<info>
<productname>ISC Kea</productname>
- <date>Nov 30, 2018</date>
- <edition>1.5.0-beta2</edition>
+ <date>Dec 14, 2018</date>
+ <edition>1.5.0</edition>
<author>
<contrib>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/kea-dhcp-ddns.xml b/src/bin/d2/kea-dhcp-ddns.xml
index fbb4e0bee5..2f62e017eb 100644
--- a/src/bin/d2/kea-dhcp-ddns.xml
+++ b/src/bin/d2/kea-dhcp-ddns.xml
@@ -10,8 +10,8 @@
<info>
<productname>ISC Kea</productname>
- <date>Nov 30, 2018</date>
- <edition>1.5.0-beta2</edition>
+ <date>Dec 14, 2018</date>
+ <edition>1.5.0</edition>
<author>
<contrib>The Kea software has been written by a number of
engineers working for ISC: Tomek Mrugalski, Stephen Morris, Marcin
diff --git a/src/bin/dhcp4/kea-dhcp4.xml b/src/bin/dhcp4/kea-dhcp4.xml
index 93f5f025bb..b298b0848f 100644
--- a/src/bin/dhcp4/kea-dhcp4.xml
+++ b/src/bin/dhcp4/kea-dhcp4.xml
@@ -10,8 +10,8 @@
<info>
<productname>ISC Kea</productname>
- <date>Nov 30, 2018</date>
- <edition>1.5.0-beta2</edition>
+ <date>Dec 14, 2018</date>
+ <edition>1.5.0</edition>
<author>
<contrib>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/kea-dhcp6.xml b/src/bin/dhcp6/kea-dhcp6.xml
index 59b635efd5..b020e8def7 100644
--- a/src/bin/dhcp6/kea-dhcp6.xml
+++ b/src/bin/dhcp6/kea-dhcp6.xml
@@ -9,8 +9,8 @@
<info>
<productname>ISC Kea</productname>
- <date>Nov 30, 2018</date>
- <edition>1.5.0-beta2</edition>
+ <date>Dec 14, 2018</date>
+ <edition>1.5.0</edition>
<author>
<contrib>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 4bfcfd27fb..6c9e86e076 100644
--- a/src/bin/keactrl/keactrl.xml
+++ b/src/bin/keactrl/keactrl.xml
@@ -9,8 +9,8 @@
<refentry>
<info>
<productname>ISC Kea</productname>
- <date>Nov 30, 2018</date>
- <edition>1.5.0-beta2</edition>
+ <date>Dec 14, 2018</date>
+ <edition>1.5.0</edition>
<author>
<personname/>
<contrib>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 0e0d68f214..049b826352 100644
--- a/src/bin/lfc/kea-lfc.xml
+++ b/src/bin/lfc/kea-lfc.xml
@@ -11,8 +11,8 @@
<info>
<productname>ISC Kea</productname>
- <date>Nov 30, 2018</date>
- <edition>1.5.0-beta2</edition>
+ <date>Dec 14, 2018</date>
+ <edition>1.5.0</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,
diff --git a/src/bin/netconf/kea-netconf.xml b/src/bin/netconf/kea-netconf.xml
index 9751732d00..02f3fae1cd 100644
--- a/src/bin/netconf/kea-netconf.xml
+++ b/src/bin/netconf/kea-netconf.xml
@@ -10,8 +10,8 @@
<info>
<productname>ISC Kea</productname>
- <date>Nov 30, 2018</date>
- <edition>1.5.0-beta2</edition>
+ <date>Dec 14, 2018</date>
+ <edition>1.5.0</edition>
<author>
<contrib>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 7545bd69c7..a11f68a434 100644
--- a/src/bin/perfdhcp/perfdhcp.xml
+++ b/src/bin/perfdhcp/perfdhcp.xml
@@ -10,8 +10,8 @@
<info>
<productname>ISC Kea</productname>
- <date>Nov 30, 2018</date>
- <edition>1.5.0-beta2</edition>
+ <date>Dec 14, 2018</date>
+ <edition>1.5.0</edition>
<author>
<personname/>
<contrib>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 b1112994ab..a549337aad 100644
--- a/src/bin/shell/kea-shell.xml
+++ b/src/bin/shell/kea-shell.xml
@@ -10,8 +10,8 @@
<info>
<productname>ISC Kea</productname>
- <date>Nov 30, 2018</date>
- <edition>1.5.0-beta2</edition>
+ <date>Dec 14, 2018</date>
+ <edition>1.5.0</edition>
<author>
<contrib>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 3bce122cb4..ce460f4b68 100644
--- a/src/bin/sockcreator/kea-sockcreator.xml
+++ b/src/bin/sockcreator/kea-sockcreator.xml
@@ -10,8 +10,8 @@
<refentryinfo>
<productname>ISC Kea</productname>
- <date>Nov 30, 2018</date>
- <edition>1.5.0-beta2</edition>
+ <date>Dec 14, 2018</date>
+ <edition>1.5.0</edition>
<author>
<contrib>The Kea software has been written by a number of
engineers working for ISC: Tomek Mrugalski, Stephen Morris, Marcin
diff --git a/src/lib/dhcp/option6_client_fqdn.cc b/src/lib/dhcp/option6_client_fqdn.cc
index 2907bf53d9..65b0c1b6ec 100644
--- a/src/lib/dhcp/option6_client_fqdn.cc
+++ b/src/lib/dhcp/option6_client_fqdn.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/hooks/hooks_log.cc b/src/lib/hooks/hooks_log.cc
index 1227ec220e..141ab6381f 100644
--- a/src/lib/hooks/hooks_log.cc
+++ b/src/lib/hooks/hooks_log.cc
@@ -1,4 +1,4 @@
-// Copyright (C) 2011-2017 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2011-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/testutils/dhcp_test_lib.sh.in b/src/lib/testutils/dhcp_test_lib.sh.in
index 8a95f80fb8..c5457c9d4e 100644
--- a/src/lib/testutils/dhcp_test_lib.sh.in
+++ b/src/lib/testutils/dhcp_test_lib.sh.in
@@ -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