From f60fea1fb0a288011f57a25dfb653b8f6f8b46b9 Mon Sep 17 00:00:00 2001 From: Matthias Andree Date: Sun, 19 Jul 2020 21:54:44 +0100 Subject: [PATCH] CHANGELOG: Fix three typoes. --- CHANGELOG | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 4b4e5b3..e6a2231 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -7,12 +7,12 @@ version 2.82 Allow IPv6 addresses ofthe form [::ffff:1.2.3.4] in --dhcp-option. - Fix crash under heavy TCP connection load introdcued in 2.81. + Fix crash under heavy TCP connection load introduced in 2.81. Thanks to Frank for good work chasing this down. Change default lease time for DHCPv6 to one day. - Alter calculation of preffered and valid times in router + Alter calculation of preferred and valid times in router advertisements, so that these do not have a floor applied of the lease time in the dhcp-range if this is not explicitly specified and is merely the default. @@ -21,7 +21,7 @@ version 2.82 version 2.81 Improve cache behaviour for TCP connections. For ease of - implementaion, dnsmasq has always forked a new process to handle + implementation, dnsmasq has always forked a new process to handle each incoming TCP connection. A side-effect of this is that any DNS queries answered from TCP connections are not cached: when TCP connections were rare, this was not a problem.