diff options
author | Nick Mathewson <nickm@torproject.org> | 2008-12-10 22:57:41 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2008-12-10 22:57:41 +0000 |
commit | d8027aa6898116436d591958407bf85b652c1253 (patch) | |
tree | 8df5b62aac3e63c3880e96e7b9d3b025fe0e3a8f /ChangeLog | |
parent | 9854ebadde4c5f231efbfc12751b0bf529fe1ce2 (diff) | |
download | tor-d8027aa6898116436d591958407bf85b652c1253.tar.gz tor-d8027aa6898116436d591958407bf85b652c1253.zip |
Fix a logic error that would automatically reject all but the first configured DNS server. Bugfix on 0.2.1.5-alpha. Possible fix for part of 813/868. Spotted by coderman
svn:r17569
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,4 +1,9 @@ Changes in version 0.2.1.9-alpha - 200?-??-?? + o Major bugfixes: + - Fix a logic error that would automatically reject all but the first + configured DNS server. Bugfix on 0.2.1.5-alpha. Possible fix for part + of bug 813/868. Bug spotted by coderman. + o Minor features: - Give a better error message when an overzealous init script says, "sudo -u username tor --user username". Makes Bug 882 easier |