diff options
author | Nick Mathewson <nickm@torproject.org> | 2008-11-22 21:46:34 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2008-11-22 21:46:34 +0000 |
commit | c7910c3bc91c21fbe2d0ac493ec2e21111f9f861 (patch) | |
tree | 1e674a76bf0f0591d23a3975213877ef9dbd49ec /ChangeLog | |
parent | 05c5e6199101acabbf46a71188f6a1a87f1f2251 (diff) | |
download | tor-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-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |