diff options
author | Nick Mathewson <nickm@torproject.org> | 2015-01-29 15:12:14 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2015-01-29 15:12:14 -0500 |
commit | 4c5133e42d731a79480b6d54fbe81f440a9f4429 (patch) | |
tree | 2ed958d343f562c7ac53903ab87ae677102cb1fd | |
parent | 64bde3ae94f843945bed9f438243de76281bc266 (diff) | |
download | tor-4c5133e42d731a79480b6d54fbe81f440a9f4429.tar.gz tor-4c5133e42d731a79480b6d54fbe81f440a9f4429.zip |
changes file for 14451
-rw-r--r-- | changes/bug14451 | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/changes/bug14451 b/changes/bug14451 new file mode 100644 index 0000000000..7949a78070 --- /dev/null +++ b/changes/bug14451 @@ -0,0 +1,7 @@ + + + o Minor features: + - ControlPort now supports the unix:/path/to/dir syntax as an alternative + to the ControlSocket option, for consistency with SocksPort and + hidden services. Closes ticket 14451. + |