From: Brian Wellington Date: Fri, 13 Oct 2000 21:44:07 +0000 (+0000) Subject: Added [RT #399] tags X-Git-Tag: v9.0.1^4~46 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7b438bdb9b821f9f1c96443762072e137716048d;p=thirdparty%2Fbind9.git Added [RT #399] tags --- diff --git a/CHANGES b/CHANGES index a931ada0123..05a376e5f9f 100644 --- a/CHANGES +++ b/CHANGES @@ -1,14 +1,15 @@ 518. [bug] The resolver did not realize that a DNAME which was "the answer" to the client's query was "the answer", - and such queries would fail. + and such queries would fail. [RT #399] 517. [bug] The resolver's DNAME code would trigger an assertion if there was more than one DNAME in the chain. + [RT #399] 516. [bug] Cache lookups which had a NULL node pointer, e.g. those by dns_view_find(), and which would match a DNAME, would trigger an INSIST(!search.need_cleanup) - assertion. + assertion. [RT #399] 515. [bug] The ssu table was not beinge attached / detached by dns_zone_[sg]etssutable. [RT#397]