CHANGELOG: Fix three typoes.

This commit is contained in:
Matthias Andree
2020-07-19 21:54:44 +01:00
committed by Simon Kelley
parent 4d85e409cd
commit f60fea1fb0

View File

@@ -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.