From b1163a6fe91e6e7a14e40cd5d33108c4deb38312 Mon Sep 17 00:00:00 2001 From: Mark Andrews Date: Mon, 2 Oct 2006 03:21:16 +0000 Subject: [PATCH] 2092. [bug] win32: dig, host, nslookup. Use registry config if resolv.conf does not exist or no nameservers listed. [RT #15877] --- CHANGES | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGES b/CHANGES index f433af6b3d..d551a0beeb 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,7 @@ +2092. [bug] win32: dig, host, nslookup. Use registry config + if resolv.conf does not exist or no nameservers + listed. [RT #15877] + 2091. [port] dighost.c: race condition on cleanup. [RT #16417] 2090. [port] win32: Visual C++ 2005 command line manifest support.