From 652d3a5b665f8045374eb527494dd9d80ef98d13 Mon Sep 17 00:00:00 2001 From: David Goulet Date: Wed, 7 Feb 2018 14:05:33 -0500 Subject: 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 --- changes/ticket24343 | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 changes/ticket24343 (limited to 'changes') 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. -- cgit v1.2.3-54-g00ecf