summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Kelley <simon@thekelleys.org.uk>2023-01-14 11:01:10 +0000
committerSimon Kelley <simon@thekelleys.org.uk>2023-01-14 11:01:10 +0000
commite4251eb13bd4bc8f52e3812cb955e9022d85a85f (patch)
treed59347d443f58c67169ef6ef636cdc84c516c964
parent508387691069c50e343a670a611ba8b33dd6f7fa (diff)
downloaddnsmasq-e4251eb13bd4bc8f52e3812cb955e9022d85a85f.tar.gz
Fix Changelog typos.
-rw-r--r--CHANGELOG4
1 files changed, 2 insertions, 2 deletions
diff --git a/CHANGELOG b/CHANGELOG
index d6e6753..addea5c 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,10 +1,10 @@
-version 2.98
+version 2.89
Fix bug introduced in 2.88 (commit fe91134b) which can result
in corruption of the DNS cache internal data structures and
logging of "cache internal error". This has only been seen
in one place in the wild, and it took considerable effort
to even generate a test case to reproduce it, but there's
- no way to be sure it won't strike, and the effect to to break
+ no way to be sure it won't strike, and the effect is to break
the cache badly. Installations with DNSSEC enabled are more
likely to see the problem, but not running DNSSEC does not
guarantee that it won't happen. Thanks to Timo van Roermund