summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBob Halley <halley@dnspython.org>2006-08-17 07:03:27 +0000
committerBob Halley <halley@dnspython.org>2006-08-17 07:03:27 +0000
commit9383f4ca59ea88da50297bb3142f19f0ea55fd49 (patch)
tree58bac0ff4fd883685e2e9a452f497e4e460350fe /ChangeLog
parent602fa86698771fdc86158e9924c21675ef5fd642 (diff)
downloaddnspython-9383f4ca59ea88da50297bb3142f19f0ea55fd49.tar.gz
if /etc/resolv.conf does not exist, just use the default resolver config
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 41486aa..25512f6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2006-08-17 Bob Halley <halley@dnspython.org>
+
+ * dns/resolver.py (Resolver.read_resolv_conf): If /etc/resolv.conf
+ doesn't exist, just use the default resolver configuration (i.e.
+ the same thing we would have used if resolv.conf had existed and
+ been empty).
+
2006-07-26 Bob Halley <halley@dnspython.org>
* dns/resolver.py (Resolver._config_win32_fromkey): fix