From fcc3c131e03cb7e844eaecf74d4f9b7fd38c8398 Mon Sep 17 00:00:00 2001 From: Andreas Gustafsson Date: Wed, 17 Jan 2001 19:36:49 +0000 Subject: [PATCH] the part of change 685. that involves handling of cases where there is both a 'searchlist' and a 'domain' in resolv.conf will be redone and get its own change list entry; it is not being pulled up to the 9.1 release --- CHANGES | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGES b/CHANGES index 9234d92b57..6517c9e34a 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,4 @@ + 687. [bug] Only say we have IPv6, with sufficent functionality, if it has actually been tested. [RT #586] @@ -5,8 +6,7 @@ blocking operations. [RT #568] 685. [bug] nslookup should use the search list/domain options - from resolv.conf by default, and it (and host) should - use the search list items first. [RT #405, #630] + from resolv.conf by default. [RT #405, #630] 684. [bug] Memory leak with view forwarders. [RT #656]