diff options
author | Roger Dingledine <arma@torproject.org> | 2007-05-26 08:04:15 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2007-05-26 08:04:15 +0000 |
commit | c8fd65a936ccf0fcf09ba3eeef8a420015ff1861 (patch) | |
tree | 9f9e2b9343b486476e5053060369eb14d57ea25d /ChangeLog | |
parent | 1c3f8640243ec1958477990078d0b79d90a055d5 (diff) | |
download | tor-c8fd65a936ccf0fcf09ba3eeef8a420015ff1861.tar.gz tor-c8fd65a936ccf0fcf09ba3eeef8a420015ff1861.zip |
If Tor is invoked from something that isn't a shell (e.g. Vidalia),
now we expand "-f ~/.tor/torrc" correctly. Suggested by Matt Edman.
svn:r10351
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -112,6 +112,8 @@ Changes in version 0.2.0.1-alpha - 2007-??-?? allows DNSPort to work sensibly with hidden service users. By default, .exit and .onion addresses are remapped; the list of patterns can be reconfigured with AutomapHostsSuffixes. + - If Tor is invoked from something that isn't a shell (e.g. Vidalia), + now we expand "-f ~/.tor/torrc" correctly. Suggested by Matt Edman. o Removed features: - Removed support for the old binary "version 0" controller protocol. |