]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#1426] release changes
authorMichal Nowikowski <godfryd@isc.org>
Mon, 28 Sep 2020 10:37:52 +0000 (12:37 +0200)
committerMichal Nowikowski <godfryd@isc.org>
Mon, 28 Sep 2020 12:11:30 +0000 (14:11 +0200)
- added release entry in ChangeLog
- updated copyright dates
- sorted messages

ChangeLog
doc/sphinx/man/kea-shell.8.rst
src/lib/dhcp/dhcp4.h
src/lib/dhcpsrv/hosts_messages.mes

index 06550f48f4f96ed9c1521f58109903271153db9d..4ea9bae2fb351a5b2a614c8d3bbd57cfb43b355f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,5 @@
+Kea 1.9.0 (development) released on Sep 30, 2020
+
 1810.  [build]         fdupont, razvan
        Bump up libs version for Kea 1.9.0 release.
        (Gitlab #1400)
index 2fe12ee410e017499bed3dafe33088ffa8d4f12a..00e341d85247a5a29b7c7067dc5897ee32634595 100644 (file)
@@ -1,5 +1,5 @@
 ..
-   Copyright (C) 2019 Internet Systems Consortium, Inc. ("ISC")
+   Copyright (C) 2019-2020 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 772439983047cac7d9dc02aefc9be040b67e4f3d..522d9e6587c70ccc5aedc49747e383d628e21b5d 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004-2020 Internet Systems Consortium, Inc. ("ISC")
  * Copyright (c) 1995-2003 by Internet Software Consortium
  *
  * This Source Code Form is subject to the terms of the Mozilla Public
index 3ab660c1d8ab3eae60db994107d94f9fe348379a..280c759149ddafbc01d60a2e930e68548d8374e8 100644 (file)
@@ -46,14 +46,6 @@ subnet identifier.
 % HOSTS_CFG_GET_ALL get all hosts with reservations
 This debug message is issued when starting to retrieve all hosts.
 
-% HOSTS_CFG_GET_ALL_COUNT found %1 host(s)
-This debug message include the details of the host found. The argument
-specifies the number of hosts found.
-
-% HOSTS_CFG_GET_ALL_HOST found host: %1
-This debug message includes the details of the host found. The argument
-specifies found host details.
-
 % HOSTS_CFG_GET_ALL_ADDRESS4 get all hosts with reservations for IPv4 address %1
 This debug message is issued when starting to retrieve all hosts, holding the
 reservation for the specific IPv4 address, from the configuration. The
@@ -84,6 +76,14 @@ This debug message is issued when found host with the reservation
 for the specified IPv6 address. The arguments specify the IPv6 address
 and the detailed description of the host found.
 
+% HOSTS_CFG_GET_ALL_COUNT found %1 host(s)
+This debug message include the details of the host found. The argument
+specifies the number of hosts found.
+
+% HOSTS_CFG_GET_ALL_HOST found host: %1
+This debug message includes the details of the host found. The argument
+specifies found host details.
+
 % HOSTS_CFG_GET_ALL_HOSTNAME get all hosts with reservations for hostname %1
 This debug message is issued when starting to retrieve all hosts with
 the specific hostname. The argument specifies hostname.