diff options
| author | Wlodek Wencel <wlodek@isc.org> | 2019-08-26 22:27:39 +0200 |
|---|---|---|
| committer | Wlodek Wencel <wlodek@isc.org> | 2019-08-26 22:27:39 +0200 |
| commit | a7b52c6f56f0162d1ee235f8397f1fb8f87f1a40 (patch) | |
| tree | 80d61755a3e0a5f2349fdb67bbeeac6e961a3ee0 | |
| parent | 91f908baf34c0821b266415aa5ed21bf65c06868 (diff) | |
[v1_6_0] pre release changesKea-1.6.0
| -rw-r--r-- | ChangeLog | 4 | ||||
| -rw-r--r-- | doc/devel/mainpage.dox | 2 | ||||
| -rw-r--r-- | src/bin/admin/kea-admin.xml | 4 | ||||
| -rw-r--r-- | src/bin/agent/kea-ctrl-agent.xml | 4 | ||||
| -rw-r--r-- | src/bin/d2/kea-dhcp-ddns.xml | 4 | ||||
| -rw-r--r-- | src/bin/dhcp4/kea-dhcp4.xml | 4 | ||||
| -rw-r--r-- | src/bin/dhcp6/kea-dhcp6.xml | 4 | ||||
| -rw-r--r-- | src/bin/keactrl/keactrl.xml | 4 | ||||
| -rw-r--r-- | src/bin/lfc/kea-lfc.xml | 4 | ||||
| -rw-r--r-- | src/bin/netconf/kea-netconf.xml | 6 | ||||
| -rw-r--r-- | src/bin/perfdhcp/perfdhcp.xml | 4 | ||||
| -rw-r--r-- | src/bin/shell/kea-shell.xml | 4 | ||||
| -rw-r--r-- | src/lib/cryptolink/botan_hash.cc | 2 | ||||
| -rw-r--r-- | src/lib/cryptolink/botan_hmac.cc | 2 | ||||
| -rw-r--r-- | src/lib/dhcp/duid_factory.cc | 2 |
15 files changed, 27 insertions, 27 deletions
@@ -1,11 +1,11 @@ +Kea 1.6.0 released on Aug 28, 2019 + 1658. [bug] tmark Renamed the column "array" in option definition tables in MySQL schema to "is_array" to avoid a reserved word conflict introduced by MySQL 8.0.17. (Gitlab #853,!26-p, git 6665c3b6d0f9f2a45b7710e8e9a36fff8f99bf7f) -Kea 1.6.0 released on Aug 28, 2019 - 1657. [bug] marcin, tomek Corrected multiple occurrences of out of bounds vector reads. These could cause server to assert when GLIBCXX_ASSERTIONS diff --git a/doc/devel/mainpage.dox b/doc/devel/mainpage.dox index 30c7ab7352..d0c665c755 100644 --- a/doc/devel/mainpage.dox +++ b/doc/devel/mainpage.dox @@ -1,4 +1,4 @@ -// Copyright (C) 2012-2018 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 diff --git a/src/bin/admin/kea-admin.xml b/src/bin/admin/kea-admin.xml index d602491ea5..2805ba1039 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>July 24, 2019</date> - <edition>1.6.0-beta2</edition> + <date>Aug 28, 2019</date> + <edition>1.6.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/agent/kea-ctrl-agent.xml b/src/bin/agent/kea-ctrl-agent.xml index fdc8a929a3..0a02af56d4 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>July 24, 2019</date> - <edition>1.6.0-beta2</edition> + <date>Aug 28, 2019</date> + <edition>1.6.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 02e557e4b4..72d9a648a0 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>July 24, 2019</date> - <edition>1.6.0-beta2</edition> + <date>Aug 28, 2019</date> + <edition>1.6.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 e784114514..b315e28966 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>July 24, 2019</date> - <edition>1.6.0-beta2</edition> + <date>Aug 28, 2019</date> + <edition>1.6.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 b168d00afd..da10304760 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>July 24, 2019</date> - <edition>1.6.0-beta2</edition> + <date>Aug 28, 2019</date> + <edition>1.6.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 e73cab4c92..a65ceee41b 100644 --- a/src/bin/keactrl/keactrl.xml +++ b/src/bin/keactrl/keactrl.xml @@ -9,8 +9,8 @@ <refentry> <info> <productname>ISC Kea</productname> - <date>July 24, 2019</date> - <edition>1.6.0-beta2</edition> + <date>Aug 28, 2019</date> + <edition>1.6.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 5bc09c267c..838ebfe35f 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>July 24, 2019</date> - <edition>1.6.0-beta2</edition> + <date>Aug 28, 2019</date> + <edition>1.6.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 77387dea6b..d7119642da 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>July 24, 2019</date> - <edition>1.6.0-beta2</edition> + <date>Aug 28, 2019</date> + <edition>1.6.0</edition> <author> <contrib>The Kea software has been written by a number of engineers working for ISC: Tomek Mrugalski, Stephen Morris, Marcin @@ -35,7 +35,7 @@ <docinfo> <copyright> - <year>2018</year> + <year>2018-2019</year> <holder>Internet Systems Consortium, Inc. ("ISC")</holder> </copyright> </docinfo> diff --git a/src/bin/perfdhcp/perfdhcp.xml b/src/bin/perfdhcp/perfdhcp.xml index e243766425..b250a119ba 100644 --- a/src/bin/perfdhcp/perfdhcp.xml +++ b/src/bin/perfdhcp/perfdhcp.xml @@ -10,8 +10,8 @@ <info> <productname>ISC Kea</productname> - <date>July 24, 2019</date> - <edition>1.6.0-beta2</edition> + <date>Aug 28, 2019</date> + <edition>1.6.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 023648effa..9703e851ed 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>July 24, 2019</date> - <edition>1.6.0-beta2</edition> + <date>Aug 28, 2019</date> + <edition>1.6.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/cryptolink/botan_hash.cc b/src/lib/cryptolink/botan_hash.cc index cd21e148bb..9ee97df335 100644 --- a/src/lib/cryptolink/botan_hash.cc +++ b/src/lib/cryptolink/botan_hash.cc @@ -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 diff --git a/src/lib/cryptolink/botan_hmac.cc b/src/lib/cryptolink/botan_hmac.cc index 95fb50050f..88efb2efc0 100644 --- a/src/lib/cryptolink/botan_hmac.cc +++ b/src/lib/cryptolink/botan_hmac.cc @@ -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 diff --git a/src/lib/dhcp/duid_factory.cc b/src/lib/dhcp/duid_factory.cc index 6cbeebe6ea..84719cd889 100644 --- a/src/lib/dhcp/duid_factory.cc +++ b/src/lib/dhcp/duid_factory.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2017 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 |
