summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Markwalder <tmark@isc.org>2019-06-07 09:10:18 -0400
committerThomas Markwalder <tmark@isc.org>2019-06-07 09:10:18 -0400
commitcb89a69139eddbd11ee776caacd68f9baaefe285 (patch)
tree2ba89562f7cdd76212aa6d80092c71f91b4292fa
parentebe4f7ae427fa91f561a0b6e5f242de08d319a16 (diff)
downloadisc-dhcp-cb89a69139eddbd11ee776caacd68f9baaefe285.tar.gz
[master] Added a release note
-rw-r--r--RELNOTES12
1 files changed, 10 insertions, 2 deletions
diff --git a/RELNOTES b/RELNOTES
index 5e4d517a..1ada18dc 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -96,6 +96,14 @@ by Eric Young (eay@cryptsoft.com).
a more detailed discussion.
[ISC-Bugs #36283]
+- A new configuration parameter, ping-timeout-ms (v4 operation only),
+ has been added that allows the user to specify the amount of time
+ the server waits for a ping-check response in milliseconds rather
+ than in seconds (via ping-timeout). When greater than zero, the value
+ of ping-timeout-ms will override the value of ping-timeout. Thanks
+ to Jay Doran from Bluecat Networks for suggesting this feature.
+ [ISC-Bugs #10 git ebe4f7ae427fa91f561a0b6e5f242de08d319a16]
+
Changes since 4.4.1 (Bug Fixes)
- Corrected a misuse of the BIND9 DDNS API which caused DDNS updates to be
@@ -115,11 +123,11 @@ by Eric Young (eay@cryptsoft.com).
the presence of a guard record belonging to another client as
a case of no guard record at all. Thanks to Fernando Soto
from BlueCat Networks for reporting this issue.
- [ISC-Bugs #1, !2 git 9ef78585440f568da2a2a0093a8c40c49118e292]
+ [ISC-Bugs #1,!2 git 9ef78585440f568da2a2a0093a8c40c49118e292]
- Corrected a compilation issue that occurred when building without DNS
update ability (e.g. by undefining NSUPDATE).
- [ISC-Bugs, #16,!9 git #TBD]
+ [ISC-Bugs, #16,!9 git ddb508ac083dae4ff83279dd240bad7f73a97b7d]
Changes since 4.4.0 (New Features)
- none