diff options
author | David Goulet <dgoulet@torproject.org> | 2018-02-07 14:05:33 -0500 |
---|---|---|
committer | David Goulet <dgoulet@torproject.org> | 2018-02-07 14:05:33 -0500 |
commit | 652d3a5b665f8045374eb527494dd9d80ef98d13 (patch) | |
tree | 9c2d0065c5b464755ee13daea50e8b044c74022a /changes/ticket24343 | |
parent | bf91da75abf84a6a61aa92adc5156ba1d5c15998 (diff) | |
download | tor-652d3a5b665f8045374eb527494dd9d80ef98d13.tar.gz tor-652d3a5b665f8045374eb527494dd9d80ef98d13.zip |
Remove anything related to the old SocksSockets option
At this commit, the SocksSocketsGroupWritable option is renamed to
UnixSocksGroupWritable. A deprecated warning is triggered if the old option is
used and tor will use it properly.
Fixes #24343
Signed-off-by: David Goulet <dgoulet@torproject.org>
Diffstat (limited to 'changes/ticket24343')
-rw-r--r-- | changes/ticket24343 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/changes/ticket24343 b/changes/ticket24343 new file mode 100644 index 0000000000..e62d65eb54 --- /dev/null +++ b/changes/ticket24343 @@ -0,0 +1,6 @@ + o Minor bugfixes (man page, SocksPort): + - Remove dead code about the old "SocksSockets" option. To do so, the + SocksSocketsGroupWritable option has been renamed to + UnixSockssGroupWritable which does the same exact thing. The old option + is still usable but will warn that it is deprecated. Fixes bug 24343; + bugfix on 0.2.6.3. |