summaryrefslogtreecommitdiff
path: root/RELNOTES
diff options
context:
space:
mode:
authorThomas Markwalder <tmark@isc.org>2019-12-20 16:26:19 +0000
committerThomas Markwalder <tmark@isc.org>2019-12-20 16:26:19 +0000
commite4b6b033db55b93488e86932f838c253c41d175e (patch)
tree43e4afd7361f25249fdc2aae5c5082cd54547f6b /RELNOTES
parent3b5aab88cf08597d9372c5d571cccbbb83d18699 (diff)
downloadisc-dhcp-e4b6b033db55b93488e86932f838c253c41d175e.tar.gz
[#37] Updated doc on server authority and DHCPINFORMs
modified: RELNOTES modified: server/dhcpd.conf.5
Diffstat (limited to 'RELNOTES')
-rw-r--r--RELNOTES24
1 files changed, 15 insertions, 9 deletions
diff --git a/RELNOTES b/RELNOTES
index 97edb024..27c51f6b 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -13,19 +13,19 @@ license terms.
While release 4.4.2b1 is primarily a maintenance release that addresses a number
of defects, it does introduce a few new features:
-- Keama - Keama is a migration utility that assists in converting ISC DHCP server
- configuration files to Kea configuration files. It is found in the keama
- subdirectory and includes a README.md file with instructions on how to build it
- as well as a manpage on its usage.
+- Keama - Keama is a migration utility that assists in converting ISC DHCP
+ server configuration files to Kea configuration files. It is found in the
+ keama subdirectory and includes a README.md file with instructions on how
+ to build it as well as a manpage on its usage.
- Two new server parameters related to ping checking were added:
-1. ping-cltt-secs which allows the user to specify the number of seconds that must
- elapse since CLTT before a ping check is conducted.
-
-2. ping-timeout-ms which allows the user to specify the amount of time the server
- waits for a ping-check response in milliseconds rather than in seconds.
+1. ping-cltt-secs which allows the user to specify the number of seconds
+ that must elapse since CLTT before a ping check is conducted.
+2. ping-timeout-ms which allows the user to specify the amount of time the
+ server waits for a ping-check response in milliseconds rather than in
+ seconds.
In general, the areas of focus for ISC DHCP 4.4 were:
@@ -104,6 +104,12 @@ ISC DHCP is open source software maintained by Internet Systems
Consortium. This product includes cryptographic software written
by Eric Young (eay@cryptsoft.com).
+ Changes since 4.4.2b1
+
+- Added a clarification on DHCPINFORMs and server authority to
+ dhcpd.conf.5
+ [Gitlab #37]
+
Changes since 4.4.1 (New Features)
- A new configuration parameter, ping-cltt-secs (v4 operation only), has