summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Andree <matthias.andree@gmx.de>2022-11-18 09:10:32 +0000
committerSimon Kelley <simon@thekelleys.org.uk>2022-11-18 09:10:32 +0000
commitd6d7527c95ddd2d1ece9da3adba1502b09731602 (patch)
tree5f49d733e0a324db921fe405eae76a24698752c1
parent11b4be2036a5d02ba941cd697b6b32bd74ad3853 (diff)
downloaddnsmasq-d6d7527c95ddd2d1ece9da3adba1502b09731602.tar.gz
Fix CHANGELOG typos.
-rw-r--r--CHANGELOG16
1 files changed, 8 insertions, 8 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 8d55a36..13cedd6 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -5,10 +5,10 @@ version 2.88
Add --fast-dns-retry option. This gives dnsmasq the ability
to originate retries for upstream DNS queries itself, rather
than relying on the downstream client. This is most useful
- when doing DNSSEC over unreliable upstream network. It comes
+ when doing DNSSEC over unreliable upstream networks. It comes
with some cost in memory usage and network bandwidth.
- Add -use-stale-cache option. When set, if a DNS name exists
+ Add --use-stale-cache option. When set, if a DNS name exists
in the cache, but its time-to-live has expired, dnsmasq will
return the data anyway. (It attempts to refresh the
data with an upstream query after returning the stale data.)
@@ -26,18 +26,18 @@ version 2.88
servers being removed from the configuration when reloading
server configuration from DBus, or re-reading /etc/resolv.conf
Only servers from the same source should be replaced, but some
- servers from other sources (ie hard coded or another dynamic source)
+ servers from other sources (i.e., hard coded or another dynamic source)
could mysteriously disappear. Thanks to all reporting this,
- but especially Christopher J. Masden who reduced the problem
- to an easily reproducible case which saved mucg labour in
+ but especially Christopher J. Madsen who reduced the problem
+ to an easily reproducible case which saved much labour in
finding it.
Add --no-round-robin option.
Allow domain names as well as IP addresses when specifying
- upstream DNS servers. There are some gotchas associated with this,
+ upstream DNS servers. There are some gotchas associated with this
(it will mysteriously fail to work if the dnsmasq instance
- being started is in the path from the system resolver to the DNS)
+ being started is in the path from the system resolver to the DNS),
and a seemingly sensible configuration like
--server=domain.name@1.2.3.4 is unactionable if domain.name
only resolves to an IPv6 address). There are, however,
@@ -46,7 +46,7 @@ version 2.88
Handle DS records for unsupported crypto algorithms correctly.
Such a DS, as long as it is validated, should allow answers
- in the domain is attests to be returned as unvalidated, and not
+ in the domain it attests to be returned as unvalidated, and not
as a validation error.