mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-25 07:07:52 +01:00
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>
6 lines
354 B
Text
6 lines
354 B
Text
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.
|