From a36a25bf6c99cf372ec46077cdde83c24d33cc8c Mon Sep 17 00:00:00 2001 From: Michal Nowikowski Date: Mon, 28 Sep 2020 12:37:52 +0200 Subject: [PATCH] [#1426] release changes - added release entry in ChangeLog - updated copyright dates - sorted messages --- ChangeLog | 2 ++ doc/sphinx/man/kea-shell.8.rst | 2 +- src/lib/dhcp/dhcp4.h | 2 +- src/lib/dhcpsrv/hosts_messages.mes | 16 ++++++++-------- 4 files changed, 12 insertions(+), 10 deletions(-) diff --git a/ChangeLog b/ChangeLog index 06550f48f4..4ea9bae2fb 100644 --- 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) diff --git a/doc/sphinx/man/kea-shell.8.rst b/doc/sphinx/man/kea-shell.8.rst index 2fe12ee410..00e341d852 100644 --- a/doc/sphinx/man/kea-shell.8.rst +++ b/doc/sphinx/man/kea-shell.8.rst @@ -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 diff --git a/src/lib/dhcp/dhcp4.h b/src/lib/dhcp/dhcp4.h index 7724399830..522d9e6587 100644 --- a/src/lib/dhcp/dhcp4.h +++ b/src/lib/dhcp/dhcp4.h @@ -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 diff --git a/src/lib/dhcpsrv/hosts_messages.mes b/src/lib/dhcpsrv/hosts_messages.mes index 3ab660c1d8..280c759149 100644 --- a/src/lib/dhcpsrv/hosts_messages.mes +++ b/src/lib/dhcpsrv/hosts_messages.mes @@ -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.