diff options
author | Nick Mathewson <nickm@torproject.org> | 2006-12-19 19:49:03 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2006-12-19 19:49:03 +0000 |
commit | baadf35c639022d81ae906e4c9b14f6c4583ae40 (patch) | |
tree | 035c53cd429d46930ba04b88fa20130b7757302b /ChangeLog | |
parent | bf6702cf8b8f251356b72a8276fefbdeb6eca453 (diff) | |
download | tor-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-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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. |