Merge branch 'feature_20956_029'

This commit is contained in:
Nick Mathewson
2017-01-23 16:07:15 -05:00
4 changed files with 43 additions and 10 deletions
+6
View File
@@ -0,0 +1,6 @@
o Minor features (configuration, controller):
- Each of the *Port options, such as SocksPort, ORPort, ControlPort,
and so on, now comes with a __*Port variant that will not be
saved to the torrc file by the controller's SAVECONF command.
This change allows TorBrowser to set up a single-use domain socket
for each time it launches Tor. Closes ticket 20956.