2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-29 04:57:52 +00:00

[#1426] release changes

- added release entry in ChangeLog
- updated copyright dates
- sorted messages
This commit is contained in:
Michal Nowikowski 2020-09-28 12:37:52 +02:00
parent ed99894270
commit a36a25bf6c
4 changed files with 12 additions and 10 deletions

View File

@ -1,3 +1,5 @@
Kea 1.9.0 (development) released on Sep 30, 2020
1810. [build] fdupont, razvan 1810. [build] fdupont, razvan
Bump up libs version for Kea 1.9.0 release. Bump up libs version for Kea 1.9.0 release.
(Gitlab #1400) (Gitlab #1400)

View 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 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 License, v. 2.0. If a copy of the MPL was not distributed with this

View 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 * Copyright (c) 1995-2003 by Internet Software Consortium
* *
* This Source Code Form is subject to the terms of the Mozilla Public * This Source Code Form is subject to the terms of the Mozilla Public

View File

@ -46,14 +46,6 @@ subnet identifier.
% HOSTS_CFG_GET_ALL get all hosts with reservations % HOSTS_CFG_GET_ALL get all hosts with reservations
This debug message is issued when starting to retrieve all hosts. 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 % 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 This debug message is issued when starting to retrieve all hosts, holding the
reservation for the specific IPv4 address, from the configuration. 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 for the specified IPv6 address. The arguments specify the IPv6 address
and the detailed description of the host found. 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 % 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 This debug message is issued when starting to retrieve all hosts with
the specific hostname. The argument specifies hostname. the specific hostname. The argument specifies hostname.