CHANGELOG: spell-check

This commit is contained in:
Matthias Andree
2021-08-10 21:40:06 +01:00
committed by Simon Kelley
parent d387f8f06c
commit 3ca4995d34

View File

@@ -1,6 +1,6 @@
version 2.86 version 2.86
Handle DHCPREBIND requests in the DHCPv6 server code. Handle DHCPREBIND requests in the DHCPv6 server code.
Thanks to Aichun Li for spotting this ommision, and the initial Thanks to Aichun Li for spotting this omission, and the initial
patch. patch.
Fix bug which caused dnsmasq to lose track of processes forked Fix bug which caused dnsmasq to lose track of processes forked
@@ -33,7 +33,7 @@ version 2.86
address=/example.com/1.2.3.4 address=/example.com/1.2.3.4
address=/example.com/5.6.7.8 address=/example.com/5.6.7.8
It also handles multiple upstream servers for a domain better; using It also handles multiple upstream servers for a domain better; using
the same try/retry alogrithms as non domain-specific servers. This the same try/retry algorithms as non domain-specific servers. This
also applies to DNSSEC-generated queries. also applies to DNSSEC-generated queries.
Finally, some of the oldest and gnarliest code in dnsmasq has had Finally, some of the oldest and gnarliest code in dnsmasq has had
a significant clean-up. It's far from perfect, but it _is_ better. a significant clean-up. It's far from perfect, but it _is_ better.
@@ -76,7 +76,7 @@ version 2.86
Disallowed queries are not forwarded; they are rejected Disallowed queries are not forwarded; they are rejected
with a REFUSED error code. with a REFUSED error code.
Allow smaller then 64 prefix lengths in synth-domain, with caveats. Allow smaller than 64 prefix lengths in synth-domain, with caveats.
--synth-domain=1234:4567::/56,example.com is now valid. --synth-domain=1234:4567::/56,example.com is now valid.
Make domains generated by --synth-domain appear in replies Make domains generated by --synth-domain appear in replies