diff options
author | Steven Murdoch <Steven.Murdoch@cl.cam.ac.uk> | 2009-03-10 00:52:45 +0000 |
---|---|---|
committer | Steven Murdoch <Steven.Murdoch@cl.cam.ac.uk> | 2009-03-10 00:52:45 +0000 |
commit | 43145fc9f556ab155deed39b9738b75334278dcd (patch) | |
tree | 3946f9f86955bd044e17fb441b509aebb1cffff7 /ChangeLog | |
parent | 4774e593b822354a929ea500dbe9906e1e302b05 (diff) | |
download | tor-43145fc9f556ab155deed39b9738b75334278dcd.tar.gz tor-43145fc9f556ab155deed39b9738b75334278dcd.zip |
In tor-resolve, when the Tor client to use is specified by <hostname>:<port>, actually use the specified port rather than defaulting to 9050
svn:r18833
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -3,6 +3,9 @@ Changes in version 0.2.1.14-??? - 2009-03-?? - Avoid trying to print raw memory to the logs when we decide to give up on downloading a given relay descriptor. Bugfix on 0.2.1.9-alpha. + - In tor-resolve, when the Tor client to use is specified by + <hostname>:<port>, actually use the specified port rather than + defaulting to 9050. Bugfix on 0.2.1.6-alpha. Changes in version 0.2.1.13-alpha - 2009-03-09 |