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>
This commit is contained in:
David Goulet
2016-04-05 14:43:20 -04:00
committed by Nick Mathewson
parent d8a056daed
commit 40827da3bf
7 changed files with 94 additions and 101 deletions
+5
View File
@@ -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.