diff options
author | Nick Mathewson <nickm@torproject.org> | 2013-11-07 14:42:58 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2013-11-07 14:42:58 -0500 |
commit | 940d286a7493ba890f89f17cc5c70c3e37a7ccd0 (patch) | |
tree | b7ab281db51dd27634db8c8de810594aba4939b0 /changes | |
parent | 86cfc64d4565187250c8b92d25c24a1c5a0bec0d (diff) | |
download | tor-940d286a7493ba890f89f17cc5c70c3e37a7ccd0.tar.gz tor-940d286a7493ba890f89f17cc5c70c3e37a7ccd0.zip |
Documentation and tests for 10060
Diffstat (limited to 'changes')
-rw-r--r-- | changes/ticket10060 | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/changes/ticket10060 b/changes/ticket10060 index 6ad0feb04b..867c46436b 100644 --- a/changes/ticket10060 +++ b/changes/ticket10060 @@ -1,6 +1,5 @@ o Minor features: - - Adding --allow-missing-torrc commandline option - that allows Tor to run if configuration file specified - by -f is not available, but default torrc is. + - Adding --allow-missing-torrc commandline option that allows Tor to + run if configuration file specified by -f is not available. Implements ticket 10060. |