diff options
author | David Goulet <dgoulet@ev0ke.net> | 2016-04-05 14:43:20 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2016-04-07 10:57:59 -0400 |
commit | 40827da3bfafb3191433d4151d48f79c511dcd42 (patch) | |
tree | 15708670690aa920a99c0b9580ecdbc38795969c /changes/bug18481 | |
parent | d8a056daed78c9794037931db81b97d596505bb7 (diff) | |
download | tor-40827da3bfafb3191433d4151d48f79c511dcd42.tar.gz tor-40827da3bfafb3191433d4151d48f79c511dcd42.zip |
Turn TestingClientBootstrap* into non-testing options
This changes simply renames them by removing "Testing" in front of them and
they do not require TestingTorNetwork to be enabled anymore.
Fixes #18481
Signed-off-by: David Goulet <dgoulet@ev0ke.net>
Diffstat (limited to 'changes/bug18481')
-rw-r--r-- | changes/bug18481 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/bug18481 b/changes/bug18481 new file mode 100644 index 0000000000..7fd9e1edc0 --- /dev/null +++ b/changes/bug18481 @@ -0,0 +1,5 @@ + o Minor bugfixes (client): + - Turn all TestingClientBootstrap* into non-testing torrc options. This + changes simply renames them by removing "Testing" in front of them and + they do not require TestingTorNetwork to be enabled anymore. Fixes + #18481; bugfix on tor-0.2.8.1-alpha. |