aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2008-11-22 21:46:34 +0000
committerNick Mathewson <nickm@torproject.org>2008-11-22 21:46:34 +0000
commitc7910c3bc91c21fbe2d0ac493ec2e21111f9f861 (patch)
tree1e674a76bf0f0591d23a3975213877ef9dbd49ec /ChangeLog
parent05c5e6199101acabbf46a71188f6a1a87f1f2251 (diff)
downloadtor-c7910c3bc91c21fbe2d0ac493ec2e21111f9f861.tar.gz
tor-c7910c3bc91c21fbe2d0ac493ec2e21111f9f861.zip
Consider GetNetworkParams() nameserver parsing to have suceeded if even one nameserver can be added. Log more useful info about what exactly is failing when we fail to add a nameserver.
svn:r17368
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index efab989391..c49cc7f3a4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -16,6 +16,8 @@ Changes in version 0.2.1.8-alpha - 2008-??-??
on 0.2.1.6-alpha. Fix for bug 867. Patched by Sebastian.
- Make USR2 log-level switch take effect immediately. Bugfix on
0.1.2.8-beta.
+ - If one win32 nameserver fails to get added, continue adding the
+ rest, and don't automatically fail.
o Minor features (controller):
- Return circuit purposes in response to GETINFO circuit-status. Fixes