summaryrefslogtreecommitdiff
path: root/RELNOTES
diff options
context:
space:
mode:
authorThomas Markwalder <tmark@isc.org>2018-02-09 09:19:54 -0500
committerThomas Markwalder <tmark@isc.org>2018-02-09 09:19:54 -0500
commit6826003be8ed4715bd6ac40decc364a65eb5b036 (patch)
tree36e942db80a75935c01290ceb6e4e9a841098ed9 /RELNOTES
parentde964f22713b36dcac313fe6ff03b95210fd7297 (diff)
downloadisc-dhcp-6826003be8ed4715bd6ac40decc364a65eb5b036.tar.gz
[master] Correct delayed-ack 0 prohibiting active lease updates to lease file
Merges in 47141.
Diffstat (limited to 'RELNOTES')
-rw-r--r--RELNOTES10
1 files changed, 10 insertions, 0 deletions
diff --git a/RELNOTES b/RELNOTES
index 0a1f9b45..ca27e6b5 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -87,6 +87,16 @@ 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.0 (New Features)
+- none
+ Changes since 4.4.0 (Bugs)
+
+- A delayed-ack value of 0 (the default), now correctly disables the delayed
+ feature. A change in 4.4.0 prohibited lease updates marking leases active
+ from be written to the lease file when delayed-ack is 0. This in turn,
+ caused servers to lose active lease assignments upon restart.
+ [ISC-Bugs #47141]
+
Changes since 4.4.0b1 (New Features)
- Duplicate address detection when binding to a new IPv6 address was added