From 32bb863ea960caa650105b60dcd45e3db6840a6f Mon Sep 17 00:00:00 2001 From: Andreas Gustafsson Date: Thu, 21 Dec 2000 03:00:11 +0000 Subject: [PATCH] typo --- CHANGES | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/CHANGES b/CHANGES index 8481f71902..a4960c8bcb 100644 --- a/CHANGES +++ b/CHANGES @@ -6,11 +6,11 @@ 627. [bug] The EDNS0 blackhole detection code of 324. waited for three retransmissions to each server, which - takes much too long when a domain has many name - and all of them drop EDNS0 queries. Now we retry - without EDNS0 after three consecutive timeouts, - even if they are all from different servers. - [RT #143] + takes much too long when a domain has many name + servers and all of them drop EDNS0 queries. Now + we retry without EDNS0 after three consecutive + timeouts, even if they are all from different + servers. [RT #143] 626. [bug] The lightweight resolver daemon no longer crashes when asked for a SIG rrset. [RT #558]