summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2006-12-19 19:49:03 +0000
committerNick Mathewson <nickm@torproject.org>2006-12-19 19:49:03 +0000
commitbaadf35c639022d81ae906e4c9b14f6c4583ae40 (patch)
tree035c53cd429d46930ba04b88fa20130b7757302b /ChangeLog
parentbf6702cf8b8f251356b72a8276fefbdeb6eca453 (diff)
downloadtor-baadf35c639022d81ae906e4c9b14f6c4583ae40.tar.gz
tor-baadf35c639022d81ae906e4c9b14f6c4583ae40.zip
r11646@Kushana: nickm | 2006-12-19 14:40:38 -0500
Resolve bug 363: do not fall back to 127.0.0.1 when no nameservers are configured. Instead, have the admin fix resolv.conf or configure a nameserver. svn:r9157
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9217f7aa4a..81f7b910bd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -67,6 +67,10 @@ Changes in version 0.1.2.5-xxxx - 200?-??-??
- Remove an artificial (but quite high) restriction on expected
bandwidth, so that accounting won't break once we all have gigabit
connections to our homes.
+ - When running as a server, don't fall back to 127.0.0.1 when
+ no nameservers are configured in /etc/resolv.conf; instead, make
+ the user fix resolv.conf or specify nameservers explicitly. (Resolves
+ Bug 363.)
o Controller features:
- Have GETINFO dir/status/* work on hosts with DirPort disabled.