mirror of
https://github.com/pi-hole/dnsmasq.git
synced 2025-12-19 18:28:25 +00:00
CHANGELOG: Fix three typoes.
This commit is contained in:
committed by
Simon Kelley
parent
4d85e409cd
commit
f60fea1fb0
@@ -7,12 +7,12 @@ version 2.82
|
|||||||
|
|
||||||
Allow IPv6 addresses ofthe form [::ffff:1.2.3.4] in --dhcp-option.
|
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.
|
Thanks to Frank for good work chasing this down.
|
||||||
|
|
||||||
Change default lease time for DHCPv6 to one day.
|
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
|
advertisements, so that these do not have a floor applied
|
||||||
of the lease time in the dhcp-range if this is not explicitly
|
of the lease time in the dhcp-range if this is not explicitly
|
||||||
specified and is merely the default.
|
specified and is merely the default.
|
||||||
@@ -21,7 +21,7 @@ version 2.82
|
|||||||
|
|
||||||
version 2.81
|
version 2.81
|
||||||
Improve cache behaviour for TCP connections. For ease of
|
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
|
each incoming TCP connection. A side-effect of this is that
|
||||||
any DNS queries answered from TCP connections are not cached:
|
any DNS queries answered from TCP connections are not cached:
|
||||||
when TCP connections were rare, this was not a problem.
|
when TCP connections were rare, this was not a problem.
|
||||||
|
|||||||
Reference in New Issue
Block a user